A modern mod manager for all your games.
Pick your game, see your profiles and stats at a glance.
Search and install mods from Thunderstore and CurseForge in one place. Each mod shows a source badge so you always know where it comes from.
Manage your installed mods with drag-and-drop reordering, batch actions, and detailed mod info with readme and changelogs.
Edit BepInEx plugin configs directly from the app without digging through files.
Built-in Archipelago multiworld randomizer with Python runtime bundled. Generate seeds, host local or remote games, and manage player slots without touching the command line.
You wrote a mod for a game Zephyr supports? You can publish it to the Zephyr Mods registry and have it appear in Zephyr's Browse page for everyone, no Thunderstore account needed.
The registry is a plain GitHub repo with a CLI wizard. You point it at your mod's GitHub release, it computes the SHA-256, opens a PR, CI verifies ownership, and once merged Zephyr picks it up. See the zephyr-mods README for the full guide.
Zephyr ships with a community plugin system. Plugins live in a separate repo, Zephyr-plugin, and come in four flavors:
A shared SDK (@zephyr-plugin/sdk) gives plugin authors Svelte components styled like Zephyr, design tokens, and a typed bridge client, so a new feature plugin feels native without anyone touching the Zephyr binary.
Quickstart:
git clone https://github.com/Prismo-Studio/Zephyr-plugin.git
cd Zephyr-plugin
pnpm install
pnpm new-plugin # interactive wizard
Then open Plugins → Dev Mode → Load plugin in Zephyr and pick your folder. Edits hot-reload.
Full docs: Zephyr-plugin README · Plugin authoring guide on the wiki.
Head to the Releases page and grab the latest installer for your platform:
.exe (NSIS installer).deb.dmgNote: On Windows, you may see a SmartScreen prompt. Click "More Info" then "Run Anyway" to proceed.
git clone https://github.com/prismo-studio/zephyr.git
cd zephyr
pnpm install
pnpm tauri dev
To create a production build:
pnpm tauri build
| Layer | Technology |
|---|---|
| Framework | Tauri 2 |
| Frontend | Svelte 5 |
| Backend | Rust |
| Styling | CSS Custom Properties |
This project is licensed under GPL-3.0.
Material icons are licensed under Apache 2.0.
Built and maintained by Prismo Studios.