apache/maka

Apache Maka (Incubating) is a local-first AI agent workspace. Model messages, tool calls, tool results, permission decisions, and termination events are...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 38 minutes ago
Added to GitGenius on August 23rd, 2026
Created on May 27th, 2026
Open Issues & Pull Requests: 328 (+2)
GitHub issues: Enabled
Number of forks: 386
Total Stargazers: 4,182 (+5)
Total Subscribers: 21 (+1)

Repository Insights (GitGenius)

Median issue/PR response: 3.2 hours
Mean response time: 41.5 hours
90th percentile: 4.0 days
Tracked items: 946

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 80% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Almost all tracked open issues have seen activity in the last three months. Only 10% of issues opened in the past year have been closed. Three people close 90% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 198
New in 7 days: 241
Closed in 7 days: 212
Avg open age: 10 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 212
Closed in 7 days: 147
Comments in 7 days: 278
Events in 7 days: 1,305

Top labels

  • enhancement (321)
  • help wanted (208)
  • bug (206)
  • good first issue (86)
  • documentation (9)
  • duplicate (2)
  • question (2)
  • dependencies (1)

Detailed Description

Apache Maka is a local-first AI agent workspace that records model messages, tool calls, tool results, permission decisions, and termination events as an append-only log.

The tool addresses the need for transparent, auditable AI agent execution on your own machine. Rather than sending work to remote services, Maka runs agents locally with tool execution sandboxed at a defined boundary. All interactions—what the model said, what tools it called, what those tools returned, and permission decisions made—are captured as recoverable execution facts in an append-only log. This event-sourced approach means you can inspect the complete history of an agent's work and understand exactly what happened at each step.

Maka suits developers and teams who want to run AI agents for real work while maintaining full visibility and control over execution. It is designed for those who need to inspect projects, run tools safely, and keep all data local rather than relying on external services. The project provides both a desktop application and a CLI, giving flexibility in how you interact with your agents. If you are evaluating agent runtimes and need local-first execution with transparent logging of all model and tool interactions, this tool's event-sourced architecture distinguishes it from cloud-based alternatives.

The project is under active development with the macOS Apple Silicon desktop build released as an early public version. Data formats, CLI commands, and experimental capabilities remain subject to change. The tool is incubating at the Apache Software Foundation and has not yet received full project endorsement, though this reflects its stage rather than code completeness. Windows support is available as a preview build, while Linux support is planned for future release.