Downloads
Prebuilt binaries are being prepared.
- Linux x64: coming soon
- Windows x64: planned
- macOS ARM/x64: planned
Current installer in repo: `scripts/install.sh`
Software Distribution Preview
Vintage Story Mod Package Manager for CLI workflows
Built from the real `vsmm` CLI: config-first JSON manifests, mod discovery from the Vintage Story mod DB, deterministic sync, and backup/restore operations for mod folders.
Prebuilt binaries are being prepared.
Current installer in repo: `scripts/install.sh`
Public release notes and checksum manifests are not live yet.
First release focus: reliable sync and backup safety.
A utilitarian manager for modded setups that should behave like software infrastructure, not manual file juggling.
Based on the current `vsmm` commands from the public Seraph MPM repository.
vsmm init
vsmm search quern --limit 10
vsmm add serverstatusquery --version 1.0.18
vsmm sync --prune
vsmm config --mod-dir /path/to/VintagestoryData/Mods
vsmm backup-create
vsmm backup-list
vsmm backup-restore mods-backup-YYYYMMDD-HHMMSS.zip --clean
Also available: `show`, `browse`, `list`, `remove`, and `install` (alias of `sync`).
Seraph MPM uses a JSON configuration model (`~/.vsmm/config.json`) so teams and solo players can keep mod state reproducible and shareable.
A GUI may be developed later, but this release track is intentionally CLI-first to establish reliable package semantics and update behavior before adding interface layers.