

Apache-licensed local-first agent workspace that runs tools in a sandbox and records every model message and tool call as a recoverable execution log.

Apache-licensed local-first agent workspace that runs tools in a sandbox and records every model message and tool call as a recoverable execution log.
Apache Maka (Incubating) is a local-first AI agent workspace built around the idea that an agent run should leave an auditable record rather than a disposable chat. Model messages, tool calls, tool results, permission decisions, and how each turn ended are written to an append-only execution log; the UI and the next model call are views of that record, not the only copy, which means Maka can shorten context by omitting old tool output from the next prompt without discarding the saved evidence. Sessions, settings, and run records stay on your machine by default and you bring your own model — a cloud API, a local model, or a compatible gateway. Three surfaces share one Runtime Host: an Electron and React desktop app with streaming sessions, tool timelines, branching, search, and crash recovery; a maka TUI/CLI for working in the current project directory or running a single non-interactive turn; and maka eval for declarative multi-arm benchmark experiments expanded into task by repetition by subject cells. Built-in tools are Read, Write, Edit, Bash, Glob, and Grep, with Computer Use and catalog skills off by default and any tool that leaves the sandbox requiring explicit approval. The project is incubating at the Apache Software Foundation under Apache 2.0, has not yet cut an official ASF release, and ships an early macOS Apple Silicon desktop build with an unsigned Windows preview and no Linux support yet.

Apache-licensed local-first agent workspace that runs tools in a sandbox and records every model message and tool call as a recoverable execution log.
Apache Maka works by combining Append-Only Execution Record: Model messages, tool calls, tool results, permission decisions, and turn termination events are written down durably, so the transcript is evidence rather than a disposable chat buffer., Context Trimming Without Data Loss: Old tool output can be omitted from the next prompt to shorten context while the full saved history remains intact and inspectable., Single Runtime Host: Desktop, terminal, and evaluation all execute through one runtime, so behavior does not diverge between how you develop and how you benchmark., Sandboxed Tool Boundary: Built-in Read, Write, Edit, Bash, Glob, and Grep tools run under a sandbox; anything leaving that boundary requires approval, and Computer Use and catalog skills are opt-in., Crash Recovery and Resume: Runs can be aborted, failures are classified, and an interrupted turn can optionally be resumed rather than restarted from scratch. to help users with Auditable Agent Runs: Keeping a defensible record of exactly what an agent did and which permissions were granted during a task., Long Coding Sessions: Working through a multi-turn refactor with branching and resume instead of losing state when a turn fails., Agent Benchmarking: Running reproducible multi-arm experiments comparing models, prompts, or external agent subjects on the same task set., Air-Gapped or Regulated Work: Running an agent workspace where sessions and artifacts must remain on local infrastructure., Cost and Usage Analysis: Attributing token usage, cost, and duration per experiment cell to decide which model configuration to ship..
Key features include Append-Only Execution Record: Model messages, tool calls, tool results, permission decisions, and turn termination events are written down durably, so the transcript is evidence rather than a disposable chat buffer., Context Trimming Without Data Loss: Old tool output can be omitted from the next prompt to shorten context while the full saved history remains intact and inspectable., Single Runtime Host: Desktop, terminal, and evaluation all execute through one runtime, so behavior does not diverge between how you develop and how you benchmark., Sandboxed Tool Boundary: Built-in Read, Write, Edit, Bash, Glob, and Grep tools run under a sandbox; anything leaving that boundary requires approval, and Computer Use and catalog skills are opt-in., Crash Recovery and Resume: Runs can be aborted, failures are classified, and an interrupted turn can optionally be resumed rather than restarted from scratch..
Apache Maka is useful for anyone interested in Auditable Agent Runs: Keeping a defensible record of exactly what an agent did and which permissions were granted during a task., Long Coding Sessions: Working through a multi-turn refactor with branching and resume instead of losing state when a turn fails., Agent Benchmarking: Running reproducible multi-arm experiments comparing models, prompts, or external agent subjects on the same task set., Air-Gapped or Regulated Work: Running an agent workspace where sessions and artifacts must remain on local infrastructure., Cost and Usage Analysis: Attributing token usage, cost, and duration per experiment cell to decide which model configuration to ship..
Apache Maka is free to use.
Visit https://github.com/apache/maka to sign up and explore Apache Maka.
Browse by use case: Automation & Productivity
Compare Apache Maka: vs Construct Computer · vs ShogunAI · vs fx · vs OneCLI