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.
$ 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.
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.