Overview

Forge is a terminal-based autonomous AI coding agent that runs locally on the operator's machine. It connects to any OpenAI-compatible endpoint, to Anthropic and ChatGPT Codex via OAuth against existing Claude Pro and ChatGPT Plus subscriptions, or to local model servers such as LM Studio, Ollama, llama.cpp, and vLLM. No mandatory cloud, no per-token billing on top of an existing subscription, no telemetry.

The agent is built around a small Rust core and a terminal UI, and is designed to be readable and tailorable rather than feature-maximal. The codebase is intentionally small enough that an operator can read it, understand what the agent is doing, and modify it when their workflow demands something a vendor wouldn't ship.

Capabilities

Project log

  • Project page expanded

    Forge's project page now describes the agent's capability surface ahead of the public release push. Repository and documentation links remain pending until the public push lands.

  • Project page established

    Forge now has a project page and Git-backed project log source. Detailed changelogs can remain in the repository when public.

Documents