Installation

CFactory IDE

CFactory is an agentic IDE based on VS Code. Download the latest build for your platform from GitHub Releases and install it.

The coding agent ships built into CFactory IDE — it is not published as a standalone VS Code Marketplace extension.

After install, open a project folder, open the CFactory panel, and complete authentication.

CLI

Use the same agent from a terminal:

npm install -g @cfactory/cli
cfactory

Or run without a global install:

npx @cfactory/cli

See the CLI guide for TUI, cfactory run, and cfactory serve.

Next