Metadata-Version: 2.4
Name: sarvam-cli-app
Version: 1.17.18
Summary: Sarvam CLI — an AI coding agent for the terminal, powered by Sarvam AI. A fork of opencode.
Project-URL: Homepage, https://github.com/prashlkam/Sarvam-CLI
Project-URL: Repository, https://github.com/prashlkam/Sarvam-CLI
Project-URL: Issues, https://github.com/prashlkam/Sarvam-CLI/issues
Author: Prashanth Kamath
License-Expression: MIT
License-File: LICENSE
Keywords: ai,cli,coding-assistant,opencode,sarvam
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Sarvam CLI (pip wrapper)

Sarvam CLI — an AI coding agent for the terminal, powered by Sarvam AI. A fork
of [opencode](https://github.com/sst/opencode).

This package is a thin launcher: the first time you run `sarvam-cli` it
downloads the platform-native binary (~55 MB) for your OS/architecture from
the matching [GitHub Release](https://github.com/prashlkam/Sarvam-CLI/releases)
and caches it under `~/.cache/sarvam-cli` (or `%LOCALAPPDATA%\sarvam-cli` on
Windows). Subsequent runs start instantly.

## Install

```bash
# pipx (recommended — this is an application, not a library)
pipx install sarvam-cli-app

# or plain pip
pip install sarvam-cli-app
```

Both the `sarvam-cli` and `sarvam` commands are installed.

> **Note:** the npm package (`npm install -g sarvam-cli`) is an equivalent
> wrapper over the same binary — install one or the other, not both.

## Usage

```bash
sarvam-cli            # start the agent in the current directory
sarvam-cli --version
```

- Supported platforms: linux-x64, linux-arm64 (glibc and musl), darwin-x64,
  darwin-arm64, windows-x64.
- Set `SARVAM_CLI_BINARY=/path/to/sarvam-cli` to skip the download and use your
  own binary (air-gapped installs, local builds).
- Corporate proxy? The standard `HTTPS_PROXY` environment variable is honored.

Project home: https://github.com/prashlkam/Sarvam-CLI
