Sovara CLI
Sovara’s CLI gives you terminal access to run inspection, trace queries, logs, and shared skill guidance. The Python SDK and TypeScript SDK do not install thesovara command.
- macOS, Linux, WSL
- Windows PowerShell
- Windows CMD
sovara is not found immediately, then verify the
installation:
Connect to Sovara
Check the app environment already configured for the CLI:- If
sovara statussucceeds, keep using that environment. You do not need to install the desktop app unless you want a local desktop workspace. - For a local desktop workspace, install and open the desktop app below, sign
in, and run
sovara statusagain. - For a remote or team deployment, set
SOVARA_APP_SERVER_URLfor CLI app commands and runsovara statusagain. - For a headless or CI agent host, the desktop app is not required. Configure the execution-server URL and agent token through the Python API reference or TypeScript API reference.
Sovara desktop app for local use
The desktop app gives you a local workspace for recording, inspecting, and improving agent runs. Choose the installer for your operating system.Latest installers
macOS
For Apple Silicon Macs.
Apple Silicon (.dmg)Windows
For Windows machines.
Windows (.exe)Linux
For Debian/Ubuntu and Fedora/Red Hat-based distributions.
Debian / Ubuntu Intel/AMD (.deb)Debian / Ubuntu arm64 (.deb)Fedora / Red Hat Intel/AMD (.rpm)Fedora / Red Hat arm64 (.rpm)Python SDK
Installsovara in the Python environment where your agent runs. Use the same
package manager that owns your project environment.
- uv
- pip
- poetry
TypeScript SDK
Install@sovara/runner in the Node.js project where your agent runs.
- npm
- pnpm
- yarn