Fx has released a tiny, open-source coding agent optimized for research and embeddability, featuring a 6.39MB binary size. The agent, written in Zig and available under the Apache-2.0 license, is designed for instant installation and use in resource-constrained environments. The current version, v0.0.3, is experimental and can be run directly in browsers supporting WebAssembly JSPI, such as Safari 27+ and Chrome, according to fx.sh.
The agent operates as a command-line interface (CLI) that mimics a Unix shell rather than a traditional integrated development environment. It runs the full fx CLI as WebAssembly compiled with the Zig toolchain, delegating networking to the browser's fetch API. Users can install the full tool suite locally or use the browser-based demo powered by just-bash. The system prompt design and feature set focus on minimalism and performance, making it suitable for both local and cloud inference scenarios.
Fx's approach contrasts with heavier coding environments by emphasizing a small footprint and fast startup times, which is critical for embedding in larger systems or agent sandboxes. Its model-agnostic design allows flexibility in integrating different AI models. This positions fx as a lightweight alternative in the growing market of AI-powered coding tools, where ease of deployment and resource efficiency are increasingly valued.
The project is open source under the Apache-2.0 license and available for installation via a simple bash script from fx.sh. The latest version, 0.0.3, marks an early but functional release aimed at developers needing a compact coding agent for experimental or embedded use cases.