INSTALL_CODO

SYSTEM_INSTALLER.SH
[ VERSION: 1.17.7 (2026 STABLE) ] [ PACKAGE: @codo-ai/cli ]
1. Global Installation
$ npm install -g @codo-ai/cli
2. Post-Install Action — To launch the TUI, simply type:
$ codo
That's it start making some great shit!
> /INSTALL/METHODS [ ALL PLATFORMS ]
# RECOMMENDED
npm (Global)
$ npm install -g @codo-ai/cli

Works on any platform with Node.js 18+. Recommended for most users.

# ONE-TIME RUN
npx
$ npx @codo-ai/cli

Try COdo without a permanent install. No global setup required.

# FROM SOURCE
Build from Git
$ git clone https://github.com/Mosalah4351/COdo
$ cd COdo && bun install
$ bun run build

For contributors or when you need the latest unreleased features on the dev branch.

> /NEXT_STEPS [ AFTER INSTALL ]
01
Configure Provider

Set your AI provider API key. COdo supports Anthropic, OpenAI, and other providers. On first run you'll be prompted.

export ANTHROPIC_API_KEY=sk-ant-...
02
Pick a Workflow

Choose the workflow that matches your project's complexity and requirements.

/workflow gsd  # or speckit / gstack
03
Set Your Goal

Launch COdo in your project directory and set a goal to anchor your session.

/goal set "What you want to build"
> /COMPATIBILITY [ SYSTEM REQUIREMENTS ]
[ ✓ SUPPORTED ]
macOS
[ ✓ SUPPORTED ]
Linux
[ ✓ SUPPORTED ]
Windows (WSL)
[ NODE 18+ ]
Node.js / Bun
[ COPIED TO CLIPBOARD ]