English | 简体中文
Formax is an open-source implementation of a Claude Code-style AI assistant for software engineering tasks, with both TUI and GUI workflows.
It is inspired by (but not affiliated with) Claude Code v2.0.67. Some behaviors are implemented by observation (for example, network traces) rather than upstream source code.
The project is currently in Beta and is better suited for learning, experimentation, and architecture study than stable production daily use.
npm i -g @yusifeng/formax@betaStart in your project directory:
cd /path/to/your/project
formaxOn first run, Formax will prompt for missing credentials and runtime config.
If you want to run the guided setup first:
formax setupDefault config directory: ~/.formax/
formax webNotes for formax web:
formax webrequires setup credentials first. If missing, the command exits and asks you to runformax setupin terminal.- The
Threadsheader always shows anAdd projectbutton. - In desktop clients (Electron), it opens a native folder picker and starts a thread in the selected project.
- In browser-only mode, folder picking is not available; hovering the button shows
Desktop only.
formax app-serverProvides a JSON-RPC backend for GUI/IDE clients.
formax serveStarts only the WebSocket bridge (typically for advanced debugging or split deployments).
Docs index: docs/index.md
Code navigation: CODEMAP.md
- Claude Code hooks support is still incomplete and under active development.
- Tool execution behavior is not guaranteed to be fully identical to Claude Code.
WebFetchandWebSearchcurrently have known stability and behavior gaps, and MCP is not supported in this version. - Formax Web is still relatively minimal today. The current UI direction is intentionally modeled after Codex.
- You will see
.codex/skills,docs/, andplans/in this repo. They can feel noisy, but they are intentionally kept as traces of AI-assisted development. - This project is built 100% with Codex. If you want to implement your own features, opening the repo in Codex gives useful context from those artifacts.
- If there are features you want, please mention them in a PR. Ongoing Claude Code compatibility research may be prioritized first in upcoming iterations.
Formax is experimental. Always review proposed commands and file changes before approval. You are responsible for modifications made in your environment.
At this stage, the project is better suited for learning, reverse-engineering, and experimentation than for stable production workflows.
Provider support status:
Anthropic and OpenAI-compatible paths are available in setup/runtime flows. Gemini is present in config surfaces but not fully supported in runtime execution yet.
MIT (see LICENSE).



