factory-cli — orchestrate AI coding agents from your terminal

The Factory Nexus command-line client. Create projects, launch parallel AI coding agents, run orchestrations and workflows, and stream agent output without leaving your shell.

Install

curl -fsSL https://factory-nexus.ai/install/factory-cli | sh

Usage

factory login --email you@example.com
factory project create my-app --language=go --type=terminal
factory agent start <project-id> --task "implement feature X"

What it does

  • Go CLI built with Cobra; credentials are stored in ~/.factory/credentials.json
  • Projects, PRDs, agents, swarm orchestration, workspaces, and workflows from the terminal
  • Package registry, file, git, and GitHub commands
  • Point at any instance with FACTORY_SERVER or --server
  • ai-agent
  • cli
  • go
  • developer-tools

All Factory Nexus packages