⬇ Download¶
Pagonia Land ships the Pagonia Land app (a desktop catalog viewer) and the CLI tools (manager / patcher / paker). No .NET runtime needed at the destination — each archive contains one folder with the executable inside.
Pagonia Land App¶
The native desktop GUI that generates an interactive GameDatabase catalog from your own Pioneers of Pagonia install — real icons, bidirectional cross-navigation, and search. Self-contained single-file.
| Platform | Download |
|---|---|
| Windows x64 | ⬇ zip |
| Linux x64 | ⬇ tar.gz |
macOS builds are planned. See the app overview for what it does and how to build from source.
Command-Line Tools¶
The manager / patcher / paker CLIs ship as Native AOT single-file binaries.
| Platform | Manager | Patcher | Paker |
|---|---|---|---|
| Windows x64 | ⬇ zip | ⬇ zip | ⬇ zip |
| Linux x64 | ⬇ tar.gz | ⬇ tar.gz | ⬇ tar.gz |
| macOS Intel | ⬇ tar.gz | ⬇ tar.gz | ⬇ tar.gz |
| macOS Apple Silicon | ⬇ tar.gz | ⬇ tar.gz | ⬇ tar.gz |
The download URLs above always point at the latest published release. The filename inside each archive carries the version (e.g. pagonia-manager-0.4.0-win-x64/).
Most modders only need the manager
pagonia-manager wraps the patcher and paker cores. Unless you're writing mods by hand or scripting .pak operations, the manager is the only download you need.
Schemas Only¶
For mod-manager developers, IDE plugins, and web validators that want to integrate against the contracts without running the tools:
The bundled JSON Schemas mirror the Schemas section on this site.
Verify Your Download¶
Every release ships a SHA256SUMS.txt covering every archive.
First Launch Notes¶
macOS Gatekeeper¶
The macOS binaries (both Apple Silicon and Intel) are ad-hoc signed, so they launch at all — which a completely unsigned binary would not. On first launch, Gatekeeper may still complain because the signature isn't from a recognised developer:
- Right-click the binary in Finder → Open
- Confirm in the dialog
- macOS remembers the choice for subsequent launches
We don't have an Apple Developer ID for full notarisation yet — the project is small enough that the right-click-Open bypass is the practical workflow.
Windows SmartScreen¶
First launch may show a SmartScreen warning for unsigned binaries. Click More info → Run anyway to proceed. Same caveat as macOS — no code-signing cert yet.
Linux¶
No first-launch friction; the tar.gz extracts to a self-contained folder and runs directly.
Building From Source¶
If you'd rather build locally — for a custom platform target (incl. macOS), a development branch, or to inspect the build — see the overviews:
You need .NET 10 SDK installed locally for source builds.
What's Next¶
- First time? Read Local Setup (its Quick Path is the 10-minute speedrun), then run
pagonia-managerwith no arguments for the interactive shell. - Already familiar? The Manager CLI Reference covers every command, flag, and exit code.
- Browsing the game database? Use the Catalog Browser — bring your own locally-generated
search-index.json.