@kranth/cli
v0.1.0
Published
Premium interactive terminal client for Kranth — stress-test ideas against adversarial AI personas without leaving your shell.
Maintainers
Readme
@kranth/cli
Premium interactive terminal client for Kranth — stress-test ideas against adversarial AI personas without leaving your shell.
This package is a thin Node.js shim that downloads the matching native binary
(Linux x64 / arm64, macOS Intel / Apple Silicon, Windows x64) from
Kranth-ai/kranth-cli on install.
Same binary as curl -fsSL https://kranth.com/install.sh | sh — different
delivery channel.
Install
npm i -g @kranth/cli
# or
pnpm add -g @kranth/cli
# or
yarn global add @kranth/cliUsage
kranth login # device-code browser handshake
kranth # drop into the interactive shell
kranth run "<idea>" # one-shot mode for scripting / CIOther install channels
- curl:
curl -fsSL https://kranth.com/install.sh | sh(no Node required) - cargo:
cargo install kranth-cli(Rust users) - Homebrew:
brew install kranth-ai/tap/kranth(coming soon) - Manual: download the matching binary from releases
License
Apache-2.0 © Kranth, Inc.
