Open-source, model-agnostic agentic coding agent.
Built on the Pi toolkit • Showcasing Sarvam AI by default.
A terminal-first coding agent that helps you read, write, edit, and run commands in your project — powered by Sarvam AI models out of the box.
Built on the excellent open-source Pi toolkit. We focus on what matters: seamless Sarvam integration, secure key onboarding, usage tracking in ₹, and production-ready workflows.
Daily use in real repos is the only benchmark. Every phase ships something you’ll actually use.
Sarvam showcased by default. Swap to any provider or local model via Pi’s architecture.
We build on top of Pi packages and stay aligned with upstream updates.
Layers map cleanly onto Pi’s package structure with a thin custom layer on top.
Beautiful TUI wizard. Keys stored safely in OS credential manager via keytar.
Real-time tokens, cost in ₹, context usage, and model info.
read, write, edit, bash — all scoped to your project directory.
Full compatibility layer for content blocks and model limits.
# Clone from GitHub git clone https://github.com/dattaprasad-r-ekavade/supratim.git cd supratim npm install npm run build $ npm run dev # Verify API key · one-shot task $ npm run verify-key $ node dist/cli.js -p "Summarize this repo"
Need a Sarvam API key? Get it here →
Supratim/ ├── src/ │ ├── cli.ts │ ├── onboarding.ts │ ├── secure-storage.ts │ └── extensions/ ├── config/models.json ├── docs/phase0-friction-log.md └── index.html