roboticus
Autonomous agent runtime built in Rust as a single optimized binary. Wires all workspace crates together: HTTP API (axum, 50+ routes), embedded dashboard SPA, CLI (24 commands), WebSocket event push, and application bootstrap.
Part of the Roboticus workspace.
Installation
Windows (PowerShell):
irm https://roboticus.ai/install.ps1 | iex
Usage
# Initialize configuration
# Start the server
# Check system health
Documentation
- CLI help:
roboticus --help - API docs: docs.rs
- Full documentation: github.com/robot-accomplice/roboticus
License
Licensed under Apache-2.0. See LICENSE for details.