Skip to main content

Installation

curl -fsSL https://raw.githubusercontent.com/continuedev/continue/main/extensions/cli/scripts/install.sh | bash
Or install directly with npm if you already have Node.js 20+:
npm i -g @continuedev/cli

Two Ways to Use Continue CLI

Quick Overview: Continue CLI works in two modes - TUI for interactive conversations or headless for automated commands.
Interactive development sessionsStart a conversation with AI in your terminal:
cn
> @src/app.js Generate unit tests for this component
Perfect for exploration, debugging, and iterative development.

Setup

For interactive development and exploration:
1

Login to Continue CLI

cn login
This will open your browser to authenticate with Continue Mission Control.
2

Test TUI Mode

Start an interactive session:
cn
Try asking a question:
> Tell me about the CLI

What’s Next?

Getting Help

If you encounter issues: