Your AI Workstation,
Running Locally
Jarvis brings powerful AI capabilities to your desktop — no cloud lock-in, no subscriptions, no data leaving your machine.
Detecting platform… .zip archive · free & open sourceGet started in 3 steps
From download to running in under a minute.
Download & unzip
Click the button above to download the latest release for your platform.
Unzip the archive to a folder of your choice — no installer required.
Run
jarvis init
Interactive first-time setup: choose your AI provider, configure your API key,
and set up your workspace.
Launch with
jarvis start --open
Starts the local Jarvis server and opens the dashboard in your browser.
Everything runs on your machine.
# 1. Unzip (Terminal)
unzip jarvis-macos-arm64.zip -d ~/Applications/Jarvis
cd ~/Applications/Jarvis
# 2. First-time setup
./jarvis init
# 3. Launch
./jarvis start --open
# 1. Unzip (PowerShell)
Expand-Archive jarvis-windows-x86_64.zip -DestinationPath C:\Jarvis
Set-Location C:\Jarvis
# 2. First-time setup
.\jarvis.exe init
# 3. Launch
.\jarvis.exe start --open