Skip to content
Vegha Docs

Installation

Vegha runs on Windows, macOS, and Linux. Every build is self-contained — there are no runtime prerequisites to install.

PlatformRecommendedAlso 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.

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.

PlatformMinimum
WindowsWindows 10 (1809) or later · x64 or arm64
macOSmacOS 12 Monterey or later · Apple Silicon or Intel
LinuxA 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.

Vegha is open source. If you’d rather build it yourself, you need only the .NET 10 SDK:

Terminal window
git clone https://github.com/vegha-ai/Vegha.git
cd Vegha
dotnet restore
dotnet build -c Release
dotnet run --project app/Vegha.App

There are no native build dependencies — git operations are handled in-process by LibGit2Sharp.