Download & Install¶
ZecVault ships as a native desktop app for Linux, macOS, and Windows — and as a web app for browser use.
Desktop apps¶
Download the latest release for your platform from the GitHub Releases page.
| Package | Format | Use when |
|---|---|---|
.AppImage |
Portable binary, no install | Quick run, any distro |
.deb |
Debian/Ubuntu package | Ubuntu, Debian, Pop!_OS |
.rpm |
RPM package | Fedora, RHEL, openSUSE |
AppImage (recommended for most users):
Debian/Ubuntu:
Download the .dmg file, open it, and drag ZecVault to your Applications folder.
On first launch, macOS may show a security dialog because the app is not yet notarized via the App Store. To open it:
- Right-click the app in Finder
- Choose Open
- Click Open in the confirmation dialog
This only needs to be done once.
| Package | Format | Use when |
|---|---|---|
.msi |
Windows Installer | Most users |
.exe |
NSIS installer | Older systems, custom install path |
Run the installer and follow the on-screen prompts. ZecVault will appear in your Start menu after installation.
Windows Defender SmartScreen
You may see a SmartScreen warning on first run. Click More info → Run anyway. The app will be code-signed in a future release.
Web app¶
The web app runs the full ZecVault UI in your browser. In browser mode, wallet operations (sync, send, receive) return mock data — it's ideal for exploring the interface without a native build.
To run it locally:
Open http://localhost:5173 in your browser.
Web app limitations
The web app cannot access native OS features (keyring, file system). Real wallet operations — syncing, sending, receiving — require the desktop app.
Build from source¶
If you want to build ZecVault yourself, see the platform-specific build guides:
System requirements¶
| Platform | Minimum | Recommended |
|---|---|---|
| Linux | Ubuntu 22.04 / Fedora 38+ | Ubuntu 24.04 LTS |
| macOS | macOS 12 Monterey | macOS 14 Sonoma |
| Windows | Windows 10 (64-bit) | Windows 11 |
| RAM | 512 MB | 2 GB |
| Disk | 200 MB (app) + wallet DB | 500 MB |
| Network | Required for sync | Broadband |