Download
One command sets up Node.js, installs Jivam, and gets it running as a native app on your machine. Free to use with your own Sarvam AI or Krutrim Cloud API key.
Run this in Terminal. Works on Apple Silicon, Intel, and any Linux distro.
curl -fsSL https://jivamai.com/install.sh | bash
Run this in PowerShell — no admin rights needed.
irm https://jivamai.com/install.ps1 | iex
Using Command Prompt instead of PowerShell? This works from either:
powershell -c "irm https://jivamai.com/install.ps1 | iex"
If Node.js 20+ isn't already on your machine, the script installs the latest LTS release for you — nothing to do manually, and no admin rights required (on Windows, it falls back to a per-user install if it can't get elevated permissions).
npm install -g jivamai jiva-core — the Jivam CLI and the underlying agent engine, both pulled straight from the npm registry.
This opens Jivam in your browser and shows you exactly where to click to turn it into a real app with its own icon — File → Add to Dock in Safari on macOS, or the install icon in Edge's address bar on Windows. No separate browser to install, and no permission prompts to click through. Either way, Jivam also registers itself as a background service — a macOS LaunchAgent, or on Windows a lightweight entry in your own Startup folder, no admin rights needed — so it's already running by the time you open it. No more waiting on a blank page.
Click the Jivam icon in your Dock or Start Menu. Jivam opens in its own app window, served locally from your machine — nothing leaves your computer except your model API calls. It auto-updates in the background each time you open it.
Watch a full walkthrough of the install process, start to finish.
Open a GitHub issue or reach us at hello@jivamai.com.