@chinaresoft/resoftcode
v0.1.5
Published
The AI coding agent built for the terminal. Generate code from natural language, automate tasks, and run terminal commands -- powered by 500+ AI models.
Downloads
905
Maintainers
Readme
Resoft CLI
The AI coding agent built for the terminal. Generate code from natural language, automate tasks, and run terminal commands -- powered by 500+ AI models.

Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent.
Website · Install · IDE · CLI · Docs · Models · Gateway · Pricing · Kilo Pass
500+ models. One open source agent in VS Code, JetBrains, CLI, Slack, and Cloud.
Install
npm install -g @chinaresoft/resoftcodeOr run directly with npx:
npx --package @chinaresoft/resoftcode resoftcodeGetting Started
Run resoftcode in any project directory to launch the interactive TUI:
resoftcodeRun a one-off task:
resoftcode run "add input validation to the signup form"Features
- Code generation -- describe what you want in natural language
- Terminal commands -- the agent can run shell commands on your behalf
- 500+ AI models -- use models from OpenAI, Anthropic, Google, and more
- MCP servers -- extend agent capabilities with the Model Context Protocol
- Multiple modes -- Plan with Architect, code with Coder, debug with Debugger, or create your own
- Sessions -- resume previous conversations and export transcripts
- API keys optional -- bring your own keys or configure a local model
Commands
| Command | Description |
| --------------------- | -------------------------- |
| resoftcode | Launch interactive TUI |
| resoftcode run "<task>" | Run a one-off task |
| resoftcode auth | Manage authentication |
| resoftcode models | List available models |
| resoftcode mcp | Manage MCP servers |
| resoftcode session list | List sessions |
| resoftcode session delete | Delete a session |
| resoftcode export | Export session transcripts |
Run resoftcode --help for the full list.
Alternative Installation
Homebrew (macOS/Linux)
brew install Kilo-Org/tap/kiloGitHub Releases
Download pre-built binaries from the Releases page.
Documentation
Links
License
MIT
