INTRODUCTION

FORGE is a relentless, autonomous AI coding agent designed to live in your terminal. It doesn't just suggest code — it ships it.

Quick Install

Run this in your terminal to install FORGE instantly.

curl -sSf https://forge.sh/install | sh

Quickstart

Once installed, you can start a new task using the /task command.

forge /task "Implement a rate limiter in Go"

Multi-Model Routing

Forge automatically routes tasks to the best model. You can also manually specify a model.

forge /task "Refactor this component" --model claude-3-sonnet
FORGE ARCHITECTURE: EXPLODED VIEW