Skip to content
AI Tool

fx (by Vercel) Review

fx (by Vercel) is a coding agent harness and CLI written in Zig, optimized for research and embeddability as part of larger systems.

shipped Aug 21, 2026freemium
Domain rating15
fx (by Vercel) — product screenshot

Why it matters

1Developed by Vercel Labs and open-sourced on August 17, 2026.
2Binary size ranges from approximately 6-7.8 MiB with an instant cold start of 10µs.
3Supports both local and cloud model inference, offering a freemium pricing model.
4Version 0.0.4 is the latest noted release, with frequent experimental updates.

About fx (by Vercel)

Business Model
Open Source
Platforms
WebAssembly
Target Audience
Developers and researchers
API DocsGitHubOpen Source

overview

What is fx (by Vercel)?

fx (by Vercel) is a coding agent harness and CLI tool developed by Vercel Labs that enables terminal-first developers and researchers to interact with AI models for coding tasks. It is an open-source, native tool written in Zig, designed for minimalism, performance, and embeddability within larger systems or agent infrastructure.

features

Key Features of fx (by Vercel)

fx (by Vercel) provides a minimalist, high-performance environment for AI coding agents, focusing on core functionalities essential for development workflows and research. Its design prioritizes a small footprint and extensibility.

  • Minimal memory footprint, typically single-digit megabytes.
  • Instant time to prompt with a cold start of 10µs.
  • Shell-like UI and ergonomics for a Unix-like command-line experience.
  • Wasm support for broad embeddability and platform compatibility.
  • Model and provider agnostic, supporting various local and cloud AI models.
  • Embeddable and extensible architecture for integration into larger systems.
  • Unified terminal execution for foreground commands and durable interactive sessions.
  • Saved session permissions with /permissions remember and /permissions revoke commands.
  • Headless permission prompts via the --prompt-permissions flag for fx ask runs.

use cases

Who Should Use fx (by Vercel)?

fx (by Vercel) is primarily designed for developers and researchers who require a lightweight, high-performance, and embeddable AI coding agent. Its architecture supports a range of applications from individual development to large-scale system integration.

  • Terminal-first developers seeking a native coding agent for code inspection, modification, and automated development tasks.
  • Teams embedding agents into larger systems or agent infrastructure, such as CI containers and agent sandboxes.
  • Researchers and developers facilitating experimentation with AI agents due to its minimalist design and small binary size (6-7.8 MiB).
  • Users requiring support for both local and cloud model inference for flexible deployment scenarios.
  • Organizations deploying agents in cheap virtual machines where resource efficiency is critical.

how to use

How to Use fx (by Vercel)

fx (by Vercel) operates as a command-line interface (CLI) tool, allowing users to interact with AI models to perform coding tasks directly from their terminal. It enables inspection, modification, and execution of code and shell commands.

  • 1Install fx (by Vercel) via its CLI, typically from the official website fx.sh or GitHub repository.
  • 2Configure fx to connect with desired local or cloud AI models.
  • 3Initiate a coding session to inspect files, directory structures, or search source code.
  • 4Prompt fx to perform tasks such as editing, creating, renaming, copying, or deleting files.
  • 5Execute shell commands, tests, linters, or build tools directly through the agent.
  • 6Utilize fx ask for single, headless requests, such as explaining repository changes, with optional --prompt-permissions.

pricing

fx (by Vercel) Pricing & Plans

fx (by Vercel) operates on a freemium model, offering an open-source core with potential for additional paid services or enterprise features. Specific pricing tiers for advanced functionalities beyond the open-source offering are not publicly detailed as of August 2026.

  • Free Tier: Includes the open-source core functionality, allowing local and cloud model inference and agent capabilities.

Pros

  • +Minimal binary size (6-7.8 MiB) and low memory footprint (single-digit megabytes).
  • +Instant cold start (10µs) for rapid execution and responsiveness.
  • +Open-source and written in Zig, promoting transparency and performance.
  • +Model and provider agnostic, supporting both local and cloud AI inference.
  • +Designed for embeddability into larger systems, CI containers, and agent sandboxes.
  • +Offers a Unix-like command-line experience, appealing to terminal-first developers.

Cons

  • Currently in an experimental stage (v0.0.4 as of August 2026), with frequent changes expected.
  • Long-session reliability and coding quality with authenticated model tasks are still undergoing verification by users.
  • May not offer the extensive TUI features found in heavier 'IDE in the terminal' tools.
  • Requires manual configuration for connecting to specific local or cloud AI models.

Similar Tools

fx (by Vercel) vs Competitors

fx (by Vercel) distinguishes itself in the AI agent landscape through its focus on minimalism, native execution, and embeddability, contrasting with more general-purpose LLM tools or heavier IDE-integrated solutions.

1

Ollama allows you to run large language models locally on your machine with a simple command-line interface.

While fx is designed as a coding agent harness, Ollama focuses purely on providing an easy-to-use runtime for local LLM inference. You would typically use Ollama as a backend for the models an agent uses, requiring you to build the agent's orchestration logic yourself, whereas fx aims to provide that harness directly.

2

LocalAI provides a self-hosted, open-source alternative to OpenAI's API, allowing you to run various AI models locally with an OpenAI-compatible API.

LocalAI offers a broader range of models and an API compatibility layer for local inference, managed via CLI, which can be heavier than fx's minimalist approach. fx is a lightweight harness specifically for agents, while LocalAI provides a full local API server for models that agents can then consume.

3
LiteLLM

LiteLLM provides a unified API for over 100 large language models, including local ones, simplifying calls and offering features like fallbacks and retries.

LiteLLM focuses on abstracting away different LLM APIs, making it easier to switch between models and providers, and can be used via CLI or as a library. Unlike fx, which is an agent harness, LiteLLM primarily handles the interaction with the LLM itself, meaning you would still need to implement the agent's specific logic and orchestration around it.

4

llm is a powerful command-line tool for interacting with and managing various large language models, including local ones, through a flexible plugin architecture.

llm is a general-purpose CLI for direct interaction and management of LLMs, offering extensibility through plugins. fx is designed as a more specialized 'harness' for coding agents, emphasizing embeddability and performance for agent execution rather than general LLM interaction and management. Trade-off: llm is more versatile for general LLM tasks, while fx is tailored for agent orchestration.

More on Stork

Related AI Tools

Other tools in this category, matched by shared tags