Prerequisites
Install Rust
OneClaw requires Rust 1.85 or later with edition 2024 support.Verify your installation:
Build and Run
Build the binary
Build OneClaw in release mode for optimal performance:This produces a ~3.4MB binary in
target/release/oneclaw-core.Configuration
First AI Interaction
With a provider configured, you can now use theask command:
Example Session
Here’s a complete example session showing OneClaw’s key features:Command Reference
| Command | Description |
|---|---|
status | System overview with metrics |
health | Layer-by-layer health check |
remember <text> | Store in memory |
recall <query> | Search memory (hybrid FTS5 + vector) |
ask <question> | Query LLM with context |
providers | List LLM provider status |
tools | List available tools |
channels | List active channels |
help | Show all commands |
exit | Graceful shutdown |
Optional: Vector Search
To enable semantic memory search with embeddings:Next Steps
Core Concepts
Learn about OneClaw’s 6-layer architecture
Configuration
Deep dive into configuration options
Deployment
Deploy to Raspberry Pi and other edge devices
API Reference
Explore the complete API documentation