
Machi
by qntx
A lightweight, ergonomic AI Agent Framework designed for compiled agent behavior.
What it does
Machi is a high-performance, ergonomic AI Agent Framework implemented in Rust. It focuses on providing a structured way to define agent behaviors that can be compiled and executed efficiently, moving away from fragile prompt-based logic toward more reliable, programmatic agent definition.
Tools
As a framework rather than a pre-built server, Machi provides the primitives to create tools with strong typing and ergonomic derives, allowing developers to build robust MCP-compatible toolsets for their agents.
Installation
Since Machi is a Rust library/framework, it is typically integrated into a project via Cargo:
[dependencies]
machi = "0.1"
For a pre-compiled binary if available, follow the provided install.sh in the repository.
Supported hosts
Confirmed as a general-purpose agent framework, compatible with any host supporting Rust-based agent execution including Claude Desktop (via stdio wrapper).
Quick install
cargo add machiInformation
- Pricing
- free
- Published
- 5/31/2026
- stars






