Linux
Built and tested first. Native MPRIS media-key integration.
Download
Free and open source, with builds for Linux, macOS and Windows available now. Every download button always fetches the latest release, and on Linux you can add a repository to get updates through your package manager.
Built and tested first. Native MPRIS media-key integration.
Apple Silicon build with native media-key support.
One-click NSIS installer for 64-bit Windows.
Linux repositories
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.
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 sudo dnf config-manager --add-repo https://veilamp.com/veilamp.repo
sudo dnf install veilamp Build from source
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