Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 22 May 20:20
· 4 commits to main since this release

Lunar Tear v1.0.0

First public release with prebuilt, cross-platform binaries.

Quick start

  1. Download the archive for your OS/arch from the assets below.
  2. Extract it next to a populated assets/ directory.
  3. Run ./wizard (macOS/Linux) or double-click wizard.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 them
  • bin/import-snapshot, bin/claim-account, bin/register-account, bin/wizard-restore — admin/operator tools
  • README.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-arm64

Notes

  • 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.