roboticus 0.11.2

Autonomous agent runtime — HTTP API, CLI, WebSocket push, and migration engine
Documentation

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

cargo install roboticus

Windows (PowerShell):

irm https://roboticus.ai/install.ps1 | iex

Usage

# Initialize configuration
roboticus init

# Start the server
roboticus serve

# Check system health
roboticus mechanic

Documentation

License

Licensed under Apache-2.0. See LICENSE for details.