Get Started
You need a Sarvam API key (sk_…) and Node.js ≥ 20.6.
# Run instantly — no install step needed
$ npx supratim
# One-shot print mode
$ npx supratim -p "Summarise this repo"
# Validate your API key
$ npx supratim --verify-key
# Install once, run anywhere
$ npm install -g supratim
# Then just
$ supratim # interactive TUI
$ supratim --verify-key # validate key
$ supratim --setup-key # re-run wizard
$ supratim --help # all options
# Clone and build
$ git clone https://github.com/dattaprasad-r-ekavade/supratim.git
$ cd supratim
$ npm install
$ npm run build
# Run
$ npm run dev # interactive TUI
$ npm run verify-key # validate key