v1.0.0
Lunar Tear v1.0.0
First public release with prebuilt, cross-platform binaries.
Quick start
- Download the archive for your OS/arch from the assets below.
- Extract it next to a populated
assets/directory. - Run
./wizard(macOS/Linux) or double-clickwizard.exe(Windows).
The wizard auto-detects your network, runs DB migrations from its embedded copy, and launches the auth server, CDN, and game server together. Settings are saved to .wizard.json for one-key relaunch.
What's in the archive
wizard— interactive launcher (the entry point)bin/dev,bin/lunar-tear,bin/octo-cdn,bin/auth-server— the three services + the dev runner that supervises thembin/import-snapshot,bin/claim-account,bin/register-account,bin/wizard-restore— admin/operator toolsREADME.md,LICENSE
macOS users
The binaries are unsigned. If Gatekeeper blocks them on first launch:
xattr -dr com.apple.quarantine lunar-tear-server-v1.0.0-darwin-arm64Notes
- Assets are not bundled. This release does not include any copyrighted game content.
- Migrations are embedded in the wizard binary, so each release ships the migration set that existed at the time of the tag. Upgrade to newer releases to pick up new migrations.
This project is a fan-made preservation effort; see the legal disclaimer in README.md.