Development Setup
Prerequisites
Required
Recommended
Installation
1. Install Rust
# Install rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Verify installation
rustc --version
cargo --version2. Clone the Repository
3. Build
4. Verify
Optional Tools
cargo-watch
cargo-zigbuild
SQLite CLI
IDE Setup
VS Code
JetBrains (RustRover/IntelliJ)
Cloud Provider Setup
DigitalOcean
Hetzner (for development)
SSH Key Setup
Configuration
Running Locally
CLI Commands
Agent (Local Testing)
Development Workflow
Feature Development
Testing Changes on Real VMs
Troubleshooting
Build Errors
Permission Denied on SSH Key
Agent Not Starting
State Database Issues
Next Steps
Last updated
Was this helpful?