Compare commits

...

10 commits

Author SHA1 Message Date
s8n
ae760eddc3
Update README.md 2026-05-05 05:26:23 +01:00
s8n
5c2f3ad2fa
Remove GPL-3.0 license note
Removed GPL-3.0 license note from README.
2026-05-05 04:56:23 +01:00
s8n-ru
31d25f86d4 readme: shrink license section to single sub line 2026-05-05 04:48:22 +01:00
s8n-ru
0caad85804 readme: fix mangled merge — close build code block, drop stray fence 2026-05-05 04:45:57 +01:00
s8n-ru
8dd80385cc readme: move License section to bottom, restore GPL badge 2026-05-05 04:45:31 +01:00
s8n
2d53e1d600
Update README.md 2026-05-05 04:43:45 +01:00
s8n
791300059c
Update README.md 2026-05-05 04:43:15 +01:00
s8n
663c5126fb
Update README.md 2026-05-05 04:42:35 +01:00
s8n
99633533ef
Update README to include links to Changelog and Audits 2026-05-05 04:41:56 +01:00
s8n
a23a41b459
Simplify launch instructions in README
Removed download instructions and simplified launch steps.
2026-05-05 04:41:18 +01:00

View file

@ -22,43 +22,14 @@ built for myself, If your its to your taste, help yourself.
<img alt="racked.ru launcher" src="docs/screenshots/launcher.png" width="55%"> <img alt="racked.ru launcher" src="docs/screenshots/launcher.png" width="55%">
---
[Changelog](CHANGELOG.md) · [Audits](docs/) [Changelog](CHANGELOG.md) · [Audits](docs/)
</div> </div>
--- ---
## Download
Pre-built binaries for Linux, Windows, macOS:
→ [**Latest release**](https://github.com/s8n-ru/minecraft-launcher/releases/latest)
Linux:
```bash
tar xzf minecraft-launcher-linux-x64.tar.gz
cd minecraft-launcher
./bin/prismlauncher
```
Windows:
```
unzip minecraft-launcher-windows-x64.zip
cd minecraft-launcher
prismlauncher.exe
```
macOS (unsigned — right-click → Open → Open anyway):
```bash
unzip minecraft-launcher-macos-arm64.zip
cd minecraft-launcher
./prismlauncher.app/Contents/MacOS/prismlauncher
```
First launch: pick a username, done.
---
## Trust ## Trust
Don't take my word on the privacy stuff. Read the audits: Don't take my word on the privacy stuff. Read the audits:
@ -69,28 +40,17 @@ Don't take my word on the privacy stuff. Read the audits:
diffs vs upstream diffs vs upstream
- [docs/BLOAT_AUDIT.md](docs/BLOAT_AUDIT.md) — what got stripped, why - [docs/BLOAT_AUDIT.md](docs/BLOAT_AUDIT.md) — what got stripped, why
It's GPL-3.0. Source is right there.
--- ---
## Status ## Status
Personal project. I use it daily, that's the only QA. No support Personal project. Bugs happen. Use at your own risk.
guarantees. Bugs happen. Use at your own risk.
PRs welcome but not promised to merge — this is opinionated by PRs welcome but not promised to merge — this is opinionated by
design. design.
--- ---
## License
GPL-3.0-only. Per-file copyright headers preserved.
Based on [PrismLauncher](https://github.com/PrismLauncher/PrismLauncher)
(GPL-3.0), itself a fork of [PolyMC](https://github.com/PolyMC/PolyMC)
and [MultiMC](https://github.com/MultiMC/Launcher).
## Build from source ## Build from source
```bash ```bash
@ -116,3 +76,5 @@ CI builds via [GitHub Actions](.github/workflows/build.yml) for all 3
platforms on every tag. platforms on every tag.
--- ---
<sub>[GPL-3.0](LICENSE) · fork chain: [PrismLauncher](https://github.com/PrismLauncher/PrismLauncher) ← [PolyMC](https://github.com/PolyMC/PolyMC) ← [MultiMC](https://github.com/MultiMC/Launcher)</sub>