Compare commits
No commits in common. "ae760eddc36710d4eaa9d3cb6d94f0b8f31f9408" and "96da3cf8b724866dcc6677b1cd709f8ce2904d16" have entirely different histories.
ae760eddc3
...
96da3cf8b7
1 changed files with 43 additions and 5 deletions
48
README.md
48
README.md
|
|
@ -22,14 +22,43 @@ 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:
|
||||||
|
|
@ -40,17 +69,28 @@ 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. Bugs happen. Use at your own risk.
|
Personal project. I use it daily, that's the only QA. No support
|
||||||
|
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
|
||||||
|
|
@ -76,5 +116,3 @@ 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>
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue