Installation
Vegha runs on Windows, macOS, and Linux. Every build is self-contained — there are no runtime prerequisites to install.
Pick your platform
Section titled “Pick your platform”| Platform | Recommended | Also available |
|---|---|---|
| Windows | .exe installer (Velopack) | Microsoft Store (MSIX), winget |
| macOS | .pkg installer (Velopack) | Mac App Store |
| Linux | .AppImage | — |
Download links are always on the website and on the
GitHub releases page. The
releases/latest URL always resolves to the newest published version.
Per-platform guides
Section titled “Per-platform guides”Which build should I choose?
Section titled “Which build should I choose?”Direct download (Velopack) is recommended for most users. You get signed installers and silent, in-app updates — Vegha checks for a new version in the background and applies delta updates without a full re-download. See Updating.
Store builds (Microsoft Store, Mac App Store) are a good choice if your organization requires software to come from a managed store, or if you simply prefer store-managed updates. Store builds contain no update-check code of their own.
System requirements
Section titled “System requirements”| Platform | Minimum |
|---|---|
| Windows | Windows 10 (1809) or later · x64 or arm64 |
| macOS | macOS 12 Monterey or later · Apple Silicon or Intel |
| Linux | A reasonably current 64-bit distro (Ubuntu 22.04+, Fedora 38+, Arch) · x86_64 |
Vegha needs roughly 32 MB of disk for the app plus space for your collections. Memory use is modest — a fraction of a typical Electron-based client.
Building from source
Section titled “Building from source”Vegha is open source. If you’d rather build it yourself, you need only the .NET 10 SDK:
git clone https://github.com/vegha-ai/Vegha.gitcd Veghadotnet restoredotnet build -c Releasedotnet run --project app/Vegha.AppThere are no native build dependencies — git operations are handled in-process by LibGit2Sharp.