ottili-coder
v1.0.2
Published
Ottili ONE Coder — autonomous AI coding agent for the terminal
Maintainers
Readme
Ottili ONE Coder
Ottili ONE Coder is the open-source AI coding agent for the Ottili ONE platform. It runs locally in your terminal, understands your repository, edits files, runs commands, and connects to MCP servers.
Install
npm i -g ottili-coder@latestOr with bun, pnpm, or yarn:
bun add -g ottili-coder@latest
pnpm add -g ottili-coder@latestQuick start
cd your-project
ottili-coderWhat you get
- Terminal agent with build and plan modes
- MCP and skills support
- Optional Ottili ONE cloud integration
- GitHub Action for
/ottili-coderautomation
Other install options
# Install script
curl -fsSL https://ottili.one/coder/install | bash
# Python
pip install ottili-coder
# GitHub release binaries
curl -fsSL https://github.com/Ottili-ONE/coder-cli/releases/latest/download/install | bashLinks
- Website: https://ottili.one/coder
- Docs: https://ottili.one/coder/docs
- Repository: https://github.com/Ottili-ONE/coder-cli
- Issues: https://github.com/Ottili-ONE/coder-cli/issues
License
MIT
