fx

fx

A tiny, open-source AI coding agent that starts almost instantly and fits inside a CI pipeline, script, or sandbox — built for machines to spawn on demand rather than for a human to sit and chat with.

🔗 Visit fx
📁 Editors, IDEs & Dev Tools🗣️ English📅 August 25, 2026

Description

Most AI coding assistants are built like desktop apps: you open them, wait a moment, and start a conversation. fx flips that around — it's designed to be launched a thousand times a day by other programs, doing one small coding task and exiting, the way a shell command does rather than the way a chat app does.

fx is an open-source (Apache-2.0) coding agent CLI from Vercel Labs, written in Zig for a tiny binary (6-8 MB) and a cold start measured in microseconds rather than seconds. It's model-agnostic, working with OpenAI, Vercel's AI Gateway, xAI, or local models, and extensible through skills, MCP servers, and subagents. The intended use case is embedding it inside CI pipelines, scripts, agent sandboxes, or cheap VMs where spinning up a fresh agent instance per task needs to be cheap and fast — not sitting in an editor sidebar answering questions. As a very young project (v0.0.6), expect breaking changes and thin documentation compared to mainstream tools.

💬 Our review

The short version: fx isn't competing with Cursor or Claude Code for your daily coding chat — it's solving a narrower, more infrastructure-flavored problem (cheap, instant, scriptable agents), and it does that job well for what it is.

Against GitHub Copilot or Cursor, which are built around an interactive human-in-the-loop experience, fx's value is in automation contexts: a CI job that needs an agent to fix a lint error and exit, or a sandbox that spawns dozens of short-lived agent instances per hour, where a multi-second startup and heavier footprint would add up fast. Claude Code covers similar automation ground but is heavier and less purpose-built for embedding. The honest catch is maturity — v0.0.6 means the API and behavior can and will shift, and there's no large community yet to lean on when something breaks. Worth adopting if you're building agent infrastructure and want minimal overhead; not a replacement for your daily coding assistant.

💰 Pricing

Open source / freeFree and open source under Apache-2.0. You pay only for whatever LLM inference provider you connect it to.
Open source $0

📊 Global score

45Average
🌐Availability15/100Faible

1 language · 0 platform

📄Profile75/100Bien

Profile completeness

🤖 AI-enriched data

💰 Pricing model
🆓 Open source / gratuit

Gratuit et open source (Apache-2.0). Coût réel = le fournisseur d'inférence LLM connecté (OpenAI, local, etc.).

👥 Target audienceDéveloppeurs et équipes DevOps construisant de l'infrastructure d'agents (CI, scripts, sandboxes)
🗣️ Languagesen
🌍 Target countriesInternational
👍

Pros

Binaire minuscule et démarrage quasi instantané

Agnostique au modèle (OpenAI, xAI, local, Vercel AI Gateway)

Open source, soutenu par Vercel Labs, extensible

👎

Cons

Stade très précoce (v0.0.6), changements cassants à prévoir

Documentation et communauté encore limitées

Pensé pour l'automatisation, pas pour un usage conversationnel quotidien

❓ Frequently asked questions

What is fx in one sentence?
How much does it cost?
Is it a replacement for Cursor or Copilot?
Which models does it support?
Is it worth the money compared to alternatives?
Which tool should you pick for your case?