Download
Get Jarvis on your machine.
This is the sidecar: the pebble at your cursor and the hands that work your apps. The brain runs separately, in Docker, under WSL2, or on a server you own, and the sidecar dials into it.
Looks like you're on .
One-click installers coming very soon
Open GitHub releasesThe installer sets up the sidecar. The brain does not run on native Windows, so put it on WSL2 or Docker first.
Detected wrong? See every platform·GitHub releases
Three steps, in this order.
The brain comes first. It mints the token the sidecar needs, so installing the app on its own won't get you anywhere.
jarvis enroll "my-desktop" on the brain. It prints a one-off token for this computer.One brain. Every machine.
Install the sidecar on every computer you want Jarvis to work on. They all dial back to the same brain, the same memory, the same agents. Windows and macOS have one-click installers; Linux is an archive you extract.
What it needs.
The sidecar is a small native app. The demanding part is the brain, and that runs wherever you decide to put it.
Start with the brain.
One container, one enroll command, and you have the token the sidecar asks for. Windows users: run this under WSL2 or Docker Desktop.
$ docker run -d --name jarvis -p 3142:3142 \
-v jarvis-data:/data ghcr.io/vierisid/jarvis:latest
$ docker exec jarvis jarvis enroll "my-desktop"
✓ token minted · paste it into the sidecar