Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

Formax: An Open-Source Claude Code Clone You Can Run and Study Today
Open SourceScore: 95

Formax: An Open-Source Claude Code Clone You Can Run and Study Today

Formax is an open-source, experimental implementation of a Claude Code-style assistant. Install it to study its architecture and workflows, but don't rely on it for production.

·Mar 16, 2026·3 min read··130 views·AI-Generated·Report error
Share:
Source: github.comvia hn_claude_code, gn_claude_code, hn_claude_codeWidely Reported

What It Is — A Reverse-Engineered Claude Code

Formax is an open-source project that implements a Claude Code-style AI assistant for software engineering. It's explicitly inspired by Claude Code v2.0.67. The developer built it by observing network traces and behaviors, not by using upstream source code. The project is in Beta and is presented as a tool for learning, experimentation, and architecture study.

You can install it globally via npm:

npm i -g @yusifeng/formax@beta

How It Works — TUI, GUI, and a Backend Server

Formax offers multiple interfaces, mimicking Claude Code's flexibility.

1. Start in Your Project (TUI):
Navigate to your project directory and run:

cd /path/to/your/project
formax

On first run, it will prompt you for missing credentials (Anthropic or OpenAI-compatible API keys) and runtime configuration. You can also run a guided setup first with formax setup.

2. Launch the Web GUI:
After setup, run:

formax web

This starts a local web interface. A key limitation: in browser-only mode, the "Add Project" button is disabled (Desktop only). You need the Electron desktop client for full folder-picking functionality.

3. Backend for Integration:
For building your own GUI or IDE client, Formax provides a JSON-RPC backend:

formax app-server

For advanced debugging or split deployments, you can start just the WebSocket bridge:

formax serve

What's Missing — Critical Gaps vs. Official Claude Code

This is a learning tool, not a drop-in replacement. Be aware of these significant gaps:

  • Incomplete Claude Code Hooks: Support for the hooks that allow Claude Code to integrate deeply with your project is still under development.
  • No MCP Support: The Model Context Protocol, a core part of Claude Code's extensibility, is not supported in this version.
  • Unstable Tools: WebFetch and WebSearch have known stability and behavior gaps.
  • Tool Execution Differences: The author notes that tool execution behavior is "not guaranteed to be fully identical to Claude Code."

A Unique Artifact: Built 100% with AI

The repository itself is a fascinating case study. It contains .codex/skills, docs/, and plans/ directories. The author notes these can feel noisy but are "intentionally kept as traces of AI-assisted development." If you want to understand how to build such a system with AI, opening this repo in an AI-assisted editor provides valuable context from these artifacts.

The Bottom Line: Use It to Learn, Not to Replace

⚠️ Critical Warning: The project states clearly: "Formax is experimental. Always review proposed commands and file changes before approval. You are responsible for modifications made in your environment."

At this stage, it is suited for:

  • Reverse-engineering Claude Code's workflows.
  • Studying the architecture of an AI coding assistant.
  • Experimenting with multi-interface (TUI/GUI/Server) AI tool design.

It is not suited for:

  • Stable, daily production use.
  • Projects requiring reliable MCP servers or full Claude Code hook compatibility.
  • Users who need the robustness and full feature set of the official Claude Code.

Provider support currently includes Anthropic and OpenAI-compatible APIs. Gemini configuration surfaces exist but runtime execution is not yet fully supported.

Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from multiple verified sources, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala AYADI.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

Claude Code users should see Formax as a lab, not a tool. Its primary value is educational. If you're curious about how Claude Code might work under the hood or want to experiment with the architecture of an AI assistant, clone the repo and run `formax setup`. Explore its TUI and web interface to see a different interpretation of the workflow. Do not install Formax expecting a free or open-source version of Claude Code. You will be disappointed by the missing MCP support and incomplete hooks. Instead, use it as a reference when thinking about building your own custom AI tooling or integrations. The fact it was built "100% with Codex" also makes its source code and project artifacts a unique resource for studying AI-assisted development patterns.
Compare side-by-side
Anthropic vs OpenAI

Mentioned in this article

Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

More in Open Source

View all
Google Releases Gemma 4 Family Under Apache 2.0, Featuring 2B to 31B Models with MoE and Multimodal Capabilities
Open SourceBreakthrough
100

Google Releases Gemma 4 Family Under Apache 2.0, Featuring 2B to 31B Models with MoE and Multimodal Capabilities

Google has released the Gemma 4 family of open-weight models, derived from Gemini 3 technology. The four models, ranging from 2B to 31B parameters and including a Mixture-of-Experts variant, are available under a permissive Apache 2.0 license and feature multimodal processing.

engadget.com/Apr 2, 2026/3 min read/Widely Reported
product launchopen sourcegoogle
Cohere Transcribe: 2B-Parameter Open-Source ASR Model Achieves 5.42% WER, Topping Hugging Face Leaderboard
Open Source
95

Cohere Transcribe: 2B-Parameter Open-Source ASR Model Achieves 5.42% WER, Topping Hugging Face Leaderboard

Cohere released Transcribe, a 2B-parameter open-source speech recognition model. It claims a 5.42% average word error rate, beating OpenAI Whisper v3 and topping the Hugging Face Open ASR Leaderboard.

the-decoder.com/Mar 27, 2026/3 min read/Widely Reported
open-sourcespeech-aibenchmarks
ENS Paris-Saclay Publishes Full-Stack LLM Course: 7 Sessions Cover torchtitan, TorchFT, vLLM, and Agentic AI
Open Source
65

ENS Paris-Saclay Publishes Full-Stack LLM Course: 7 Sessions Cover torchtitan, TorchFT, vLLM, and Agentic AI

Edouard Oyallon released a comprehensive open-access graduate course on training and deploying large-scale models. It bridges theory and production engineering using Meta's torchtitan and torchft, GitHub-hosted labs, and covers the full stack from distributed training to agentic AI.

admin/Mar 27, 2026/3 min read
open sourcellmsai engineering