by yusifeng
Terminal-first AI assistant for software engineering tasks (inspired by Claude Code v2.0.67)
# Add to your Claude Code skills
git clone https://github.com/yusifeng/formaxEnglish | 简体中文
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@beta
Start in your project directory:
cd /path/to/your/project
formax
On first run, Formax will prompt for missing credentials and runtime config.
If you want to run the guided setup first:
formax setup
Default config directory: ~/.formax/
formax web
Notes for formax web:
formax web requires setup credentials first. If missing, the command exits and asks you to run formax setup in terminal.Threads header always shows an Add project button.Desktop only.formax app-server
Provides a JSON-RPC backend for GUI/IDE clients.
formax serve
Starts only the WebSocket bridge (typically for advanced debugging or split deployments).
Docs index: docs/index.md
Code navigation: CODEMAP.md
WebFetch and WebSearch currently have known stability and behavior gaps, and MCP is not supported in this version..codex/skills, docs/, and plans/ in this repo. They can feel noisy, but they are intentionally kept as traces of AI-assisted development.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).
No comments yet. Be the first to share your thoughts!