Download Vectis Mail
Binary, install script, and release archives. One-line install on Ubuntu 24.04.
Quick install (latest)
Run this on a fresh Ubuntu 24.04 VPS as root. Downloads the binary, installs Docker if needed, and prepares config.
curl -fsSL https://dl.vectismail.com/latest/install.sh | sudo bash
Prefer to pin a specific version? Replace latest with a tag like v0.1.0.
Direct binary download
Linux / amd64, built CGO-free.
curl -fsSL https://dl.vectismail.com/latest/vectis-linux-amd64 -o vectis curl -fsSL https://dl.vectismail.com/latest/vectis-linux-amd64.sha256 -o vectis.sha256 sha256sum -c vectis.sha256 chmod +x vectis && sudo mv vectis /usr/local/bin/
Container images
Service images are published to GitHub Container Registry. The vectis binary pulls these automatically during vectis install.
ghcr.io/veltara-works/vectis-api:<version> ghcr.io/veltara-works/vectis-orchestrator:<version> ghcr.io/veltara-works/vectis-postfix:<version> ghcr.io/veltara-works/vectis-dovecot:<version> ghcr.io/veltara-works/vectis-rspamd:<version>
All releases
Full release notes, older versions, and changelogs live on GitHub.