Installation

Learn how to install Auto-Coder.Chat (CLI) and Auto-Coder.Web (Web UI).

Installation

Auto-Coder.Chat offers both CLI and Web UI modes, both installable via pip.

System Requirements

  • Python 3.10 ~ 3.11 (other versions are not supported)
  • pip package manager
  • OS: macOS / Linux / Windows

Install via pip

pip install -U auto-coder auto_coder_web

This installs both:

  • auto-coder — The core CLI tool, providing the auto-coder.chat command
  • auto_coder_web — The local Web UI, providing the auto-coder.web command

CLI Only

If you only need the command-line interface:

pip install -U auto-coder

Install from Source

For the latest development version:

git clone https://github.com/allwefantasy/auto-coder.git
cd auto-coder
pip install -e .

Web UI from source:

git clone https://github.com/allwefantasy/auto-coder.web.git
cd auto-coder.web
pip install -e .

Verify Installation

# Verify CLI
auto-coder.chat --help

# Verify Web UI (if installed)
auto-coder.web --help

Next Steps

Once installed, head to Quick Start to get up and running in minutes, or visit Configuration for initial setup.