Alpha — private preview Agentarivm is early software under active development. Expect rough edges and breaking changes between releases.

Download Agentarivm

The recommended way to install is the one-liner below — it detects your platform, downloads the right archive, verifies it, and walks you through the first-run setup.

Recommended — macOS and Linux
$ curl -fsSL https://agentarivm.com/install.sh | sh

Prefer to read before you run? View install.sh first — it is a short shell script.

Manual downloads

Each release is a tarball per platform and architecture. Unpack it anywhere and run agentarivm doctor to check the machine.

macOS · Apple Silicon

darwin / arm64 — M1 and later agentarivm-darwin-arm64.tar.gz

macOS · Intel

darwin / x64 agentarivm-darwin-x64.tar.gz

Linux · x64

linux / x64 agentarivm-linux-x64.tar.gz

Linux · arm64

linux / arm64 agentarivm-linux-arm64.tar.gz
Checksums. Every tarball is published with a .sha256 file next to it — append .sha256 to any download URL above. Verify with shasum -a 256 -c agentarivm-<platform>-<arch>.tar.gz.sha256 (macOS) or sha256sum -c (Linux) before unpacking.

The app

The tarballs above are the manager — the process that runs the agents on your machine. The app you pair with it ships separately. See Pairing for connecting a device once you have both.

Coming soon to the App Store Coming soon to Google Play Coming soon for macOS desktop
Windows. There is no native Windows build. Agentarivm runs well inside WSL2 — install a Linux distribution, then use the Linux x64 build or the one-liner from inside it. See Windows via WSL2.