Skip to content

nself-org/clawde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClawDE

The host-first AI development environment.

One daemon. Every provider. Any device.

Documentation

See the Wiki for full documentation:

Quick Start

# 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 run

See Getting Started for full setup instructions.

Structure

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

License

MIT

About

ClawDE — AI Development Environment (Flutter Desktop + Mobile)

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors