Everything you need to get started with FemtoClaw—from one‑line installation to advanced configuration. Explore our guides, API references and examples to build agentic systems confidently.
FemtoClaw is distributed as a single Rust crate. Installing via
Cargo fetches a pre‑compiled binary for your platform and adds
the femtoclaw command to your PATH.
Use the run sub‑command with a local or remote
brain. Strict policies are recommended for production deployments【93068253089653†L299-L315】.
The default configuration uses an in‑memory state backend. For durability across restarts, specify a persistent WAL directory or integrate with our storage capability modules.
The femtoclaw binary exposes sub‑commands for
running agents, generating default configuration files, testing
capabilities and inspecting runtime state. Use
--help to see all available commands.
Build custom agentic workflows in Rust by depending on
femtoclaw_runtime. The SDK exposes the
prelude module, configuration builders, policies and trait
implementations. Use it to embed FemtoClaw directly into your
applications.
Ready to explore all that FemtoClaw has to offer? Our guides cover advanced topics such as policy writing, custom capabilities and multi‑node clustering. The API reference documents every function and trait in the runtime.
Stuck or have feedback? Join the conversation on GitHub Discussions and contribute to the future of safe agentic execution. We welcome bug reports, feature requests and pull requests from everyone.
Learn more about installation, quick start, CLI commands and advanced usage – including how to configure brains and policies for different deployment scenarios【93068253089653†L299-L315】.