zeroclaw-labs/zeroclaw

Fast, small, and fully autonomous AI personal assistant infrastructure, any OS, any platform — deploy anywhere, swap anything 🦀

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 9 minutes ago
Added to GitGenius on September 1st, 2026
Created on February 13th, 2026
Open Issues & Pull Requests: 798 (+0)
GitHub issues: Enabled
Number of forks: 4,932
Total Stargazers: 32,738 (+0)
Total Subscribers: 83 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 498
New in 7 days: 57
Closed in 7 days: 53
Avg open age: 45 days
Stale 30+ days: 74
Stale 90+ days: 0

Recent activity

Opened in 7 days: 49
Closed in 7 days: 52
Comments in 7 days: 122
Events in 7 days: 665

Top labels

  • bug (1,388)
  • enhancement (975)
  • status:accepted (964)
  • priority:p2 (956)
  • status:no-stale (696)
  • runtime (636)
  • risk:high (576)
  • status:in-progress (529)

Detailed Description

ZeroClaw is an agent runtime that deploys as a single Rust binary to run autonomous AI assistants on your own machine.

The tool addresses the need for AI agents that operate under user control rather than through third-party services. It works by running locally on your hardware, connecting to LLM providers such as Anthropic, OpenAI, and Ollama, and exposing the agent through multiple communication channels including Discord, Telegram, Matrix, email, voice, and webhooks. The agent can act through tools like shell commands, browser automation, HTTP requests, hardware control, and custom MCP servers. All execution happens in your workspace with your API keys, keeping data and computation local.

ZeroClaw suits developers and users who want full ownership of their AI assistant infrastructure without relying on cloud-hosted agent platforms. It works across operating systems including Linux, macOS, Windows, FreeBSD, and NixOS, with Docker support available. The project emphasizes that you own the agent, the data, and the machine it runs on. Those evaluating adoption should note that the tool is built in Rust and distributed as a prebuilt binary for most platforms, with guided installers available for Unix and Windows to simplify setup.

The project maintains an active build pipeline with passing continuous integration checks. Documentation is comprehensive, including a philosophy section explaining the project's core opinions, architecture documentation, and platform-specific setup guides. The codebase includes translated documentation managed through git submodules, indicating sustained internationalization effort. Installation tooling is automated through cargo-based generation of platform-specific installers, and the project provides multiple installation paths to accommodate different user preferences and technical backgrounds.