百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
F

formax

> 前端框架
开源

用于软件工程任务的终端式 AI 助手 (灵感来自 Claude Code v2.0.67)

192 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

用于软件工程任务的终端式 AI 助手 (灵感来自 Claude Code v2.0.67)

Formax

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. More demos (click to expand)

Plan mode

/init(create CLAUDE.md)

Sub-agent and code review

Install

npm i -g @yusifeng/formax@beta

Quickstart

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/

GUI

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.
  • The Threads header always shows an Add project button.
  • 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.

Advanced Modes (Optional)

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).

More

Docs index: docs/index.md
Code navigation: CODEMAP.md

Current Gaps

  • Claude Code hooks support is still incomplete and under active development.
  • Tool execution behavior is not guaranteed to be fully identical to Claude Code. WebFetch and WebSearch currently 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.

Maintainer Notes

  • You will see .codex/skills, docs/, and plans/ 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.

Safety & Limitations

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.

License

MIT (see LICENSE).

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptagentaiai-agentassistant

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架