nearai/ironclaw

IronClaw is an Agent OS focused on privacy, security and extensibility

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 13 minutes ago
Added to GitGenius on September 1st, 2026
Created on February 3rd, 2026
Open Issues & Pull Requests: 1,514 (+0)
GitHub issues: Enabled
Number of forks: 1,479
Total Stargazers: 12,608 (+0)
Total Subscribers: 78 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.5 hours
Mean response time: 27.1 hours
90th percentile: 2.9 days
Tracked items: 59

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 11% of issues opened in the past year have been closed. Three people close 86% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 15
New in 7 days: 19
Closed in 7 days: 11
Avg open age: 14 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 18
Closed in 7 days: 11
Comments in 7 days: 2
Events in 7 days: 35

Top labels

  • enhancement (9)
  • bug (5)
  • p2 (1)
  • reborn (1)
  • risk: high (1)
  • scope: agent (1)
  • scope: channel (1)
  • scope: extensions (1)

Detailed Description

IronClaw is an Agent OS focused on privacy, security, and extensibility for running AI assistants locally.

The tool addresses the problem of opaque data handling and corporate alignment in AI systems by keeping all information stored locally and encrypted, never transmitting it to external services. It works by providing a personal AI assistant that runs on your machine with an encrypted credential store, support for multiple LLM providers, and a WebUI for interaction. The approach emphasizes transparency through open-source code and auditable operations, with no hidden telemetry.

IronClaw suits developers and users who need a self-hosted AI assistant they control completely, particularly those handling sensitive personal or professional information. It is appropriate for anyone uncomfortable with cloud-based AI services or who requires data to remain on-premises. The tool distinguishes itself through its security architecture: tools run in WebAssembly sandboxes with capability-based permissions, credentials are protected from tool exposure with leak detection, prompt injection is defended against through pattern detection and content sanitization, and HTTP requests are restricted to explicitly allowlisted endpoints. Installation is straightforward across macOS, Linux, and Windows/WSL, with a guided setup that configures local encryption and provisions a background service.

The project shows consistent maintenance with regular releases and active community channels. Development activity demonstrates responsiveness to issues and pull requests. The codebase is written in Rust, reflecting a focus on performance and memory safety for a security-sensitive application. Documentation is comprehensive, covering installation, configuration, security architecture, and philosophy, with translations available in multiple languages.