Skip to content

Download

Get Veilamp.

Free and open source. Linux and macOS builds are available now โ€” Windows is on the way. Every download button always fetches the latest release, and on Linux you can add a repository to get updates through your package manager.

Available

macOS

Universal build with native media-key support.

Download .dmg Apple silicon & Intel
Coming soon

Windows

NSIS installer in progress.

Linux repositories

Install once, update forever.

Add Veilamp's signed repository and it updates with the rest of your system โ€” apt upgrade or dnf upgrade, no re-downloading. Both repositories are GPG-signed with the Veilamp archive key.

Debian & Ubuntu

curl -fsSL https://veilamp.com/veilamp-archive-keyring.asc | sudo tee /etc/apt/keyrings/veilamp.asc > /dev/null
echo "deb [signed-by=/etc/apt/keyrings/veilamp.asc] https://veilamp.com/apt stable main" | sudo tee /etc/apt/sources.list.d/veilamp.list
sudo apt update && sudo apt install veilamp

Fedora & RHEL

sudo dnf config-manager --add-repo https://veilamp.com/veilamp.repo
sudo dnf install veilamp

Build from source

Prefer to build it yourself?

Veilamp is a Rust core with a Tauri + SvelteKit shell. Clone the repo and build with the Tauri CLI. Requires Node โ‰ฅ 20.12 and a Rust toolchain.

cd app/veilamp
npm install
npm run tauri build