Download Veld
One command installs the daemon and CLI on most platforms.
Linux
x86_64, arm64, armv7 — systemd service installed automatically.
curl -fsSL https://get.veldmesh.io/install.sh | sh
macOS
Apple Silicon and Intel. A LaunchDaemon plist is installed for autostart.
brew install veld/tap/veld
Windows
x86_64 installer. Installs a Windows Service and adds the CLI to your PATH. Requires Windows 10 1903+ (WireGuard kernel driver).
Download installer (.exe)Docker (coord server only)
Self-host the CE coordination server. State is stored in the /data volume.
docker run -d \ -p 50051:50051 \ -v data:/data \ veld/coord
OpenWrt / MIPS / ARMv6
Veld ships pre-built packages for OpenWrt 22.03+ on MIPS24kc, MIPS32, and ARMv6. The install script detects the OpenWrt environment automatically.
curl -fsSL https://get.veldmesh.io/install.sh | sh
Note: The tun kernel module must be loaded (modprobe tun). Most OpenWrt builds include it. MIPS builds are statically linked and have no external dependencies.
Verify your download
All releases are signed with our Ed25519 release key. Checksums and signatures are published at get.veldmesh.io/checksums.txt.