Skip to content

PackRelay Launcher v0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 May 10:34

First tagged build of the PackRelay launcher.

Download

  • Windows: PackRelay_0.1.0_x64-setup.exe (NSIS installer) or PackRelay_0.1.0_x64_en-US.msi
  • macOS (Apple Silicon + Intel universal): PackRelay_0.1.0_universal.dmg
  • Linux: landing in v0.1.1 — the CI Linux job had a system-deps conflict that's now fixed. Build from source via npm run tauri build for now.

First-run notes

Windows users: the binary isn't yet code-signed, so Windows SmartScreen will flag it as an "unrecognized app". Click More infoRun anyway. The launcher is open source — every binary attached to this release is built by GitHub Actions directly from this repo's source (release.yml), and the SHA-256 of each file is in the asset metadata GitHub publishes.

macOS users: the .app isn't notarized yet either. Right-click → Open the first time instead of double-clicking, or in Terminal: xattr -d com.apple.quarantine /Applications/PackRelay.app.

What's in v0.1.0

  • Browse modpacks from packrelay.cloud's public catalog
  • One-click install into your 7DTD Mods/ folder, with every file SHA-256-verified against a signed manifest as it streams to disk
  • Verify + Repair installed packs
  • Smart Update — diffs the installed manifest against the latest and refetches only changed files
  • Uninstall a pack cleanly (sidecar-driven, won't touch other packs in the same folder)
  • Browse public servers + one-click Steam launch with the connect address on your clipboard
  • Sign in to packrelay.cloud via API token to save your install history server-side

See the README for build-from-source instructions.