Download

vemos installs on a fresh Ubuntu Server 24.04 (or 26.04) host with one command. The installer sets up everything (the database, media pipeline, web UI, HTTPS, and firewall), and every download is verified against the release’s published checksums.

Install v0.7.1

Run on the server as a user with sudo:

curl -fsSL https://vemos.me/install.sh | sudo bash -s -- --prod

When it finishes, open https://<server-ip> and log in with the admin account you chose during install. See the installation guide for flags (offline install, AI analytics, custom admin credentials).

Direct package downloads

Requirements

  • Fresh Ubuntu Server 24.04 LTS or 26.04 (amd64 or arm64)
  • Network reachability from the server to your cameras (RTSP)
  • Disk sized for your retention: continuous recording uses roughly 1 GB per camera-hour at 1080p, codec-dependent
  • 4 GB RAM minimum; more (and optionally a GPU) for AI analytics

Updating an existing install

vemos updates itself: Settings → About → Update checks this release feed, verifies the package checksum, and applies the update. Re-running the install command upgrades in place without touching your recordings or configuration.