The host-first AI development environment.
One daemon. Every provider. Any device.
See the Wiki for full documentation:
# Clone the repo
git clone https://github.com/clawde-io/apps.git
cd apps
# Bootstrap Dart/Flutter workspace
cd apps
dart pub global activate melos
melos bootstrap
# Build and run the daemon
cd daemon && cargo build --release
# Run the desktop app
cd ../desktop && flutter runSee Getting Started for full setup instructions.
apps/ # All application code
daemon/ # clawd — Rust/Tokio daemon
desktop/ # Flutter desktop app (macOS/Windows/Linux)
mobile/ # Flutter mobile app (iOS/Android)
packages/ # Shared Dart packages
site/ # Website (clawde.io)
.github/ # CI/CD workflows, wiki source, brand assets