EveryDev.ai
Subscribe
Home
Tools

3,697+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Apache Maka
    Apache Maka icon

    Apache Maka

    Agent Frameworks

    Apache Maka (Incubating) is a local-first AI agent workspace that records model messages, tool calls, and execution events as a durable, recoverable append-only log on your machine.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully open-source under Apache License 2.0. Free to use, modify, and distribute.

    Engagement

    Available On

    Windows
    macOS
    Linux
    API
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent FrameworksAutonomous SystemsLocal Inference

    Alternatives

    NullClawZeroClawOpenJarvis
    Developer
    Apache Software FoundationWilmington, DEEst. 1999

    Listed Aug 2026

    About Apache Maka

    Apache Maka (Incubating) is an open-source, local-first AI agent workspace currently undergoing incubation at The Apache Software Foundation. It runs on your machine, keeps all session data local by default, and records every model message, tool call, tool result, permission decision, and termination event as an append-only log — making agent runs auditable and recoverable. The project is written in TypeScript, built on Electron and React for the desktop surface, and licensed under Apache 2.0.

    What It Is

    Maka is an agent runtime workspace that lets you connect your own model — a cloud API, a local model, or a compatible gateway — and run AI agents against real projects on your own hardware. Unlike cloud-hosted agent tools, Maka stores sessions, settings, and run records locally by default. The core design principle is that the execution record is the source of truth: the UI and the next model call are views of that record, not the only copy. This means shorter context windows don't delete history — Maka can omit old tool output from the next prompt while preserving the saved evidence.

    Architecture and Surfaces

    Maka exposes three entry points that all route through a single Runtime Host:

    • Desktop — An Electron + React application with streaming sessions, tool timelines, session branching, search, and crash recovery. Currently targets macOS Apple Silicon (arm64); Windows is an unsigned preview; Linux support is listed as coming soon.
    • TUI / CLI — A terminal interface (maka, maka run) that shares workspace and model connections with the Desktop build. Supports interactive and non-interactive turns, including a --graph mode that runs durable multi-step graph tasks using isolated Git worktrees.
    • Eval — A reproducible benchmark runner (maka eval run) for declarative multi-arm experiments across Maka and external agent subjects, producing immutable per-cell attempt records with scores, normalized usage, attributable cost, duration, and artifacts.

    The backend spine flows from Desktop/TUI/CLI → Runtime Host → SessionManager → AgentRun → Model + Tool Runtime → Runtime Event Log, with context, session, and UI projections derived from that log.

    Agent Runtime Capabilities

    The built-in agent runtime includes:

    • Multiple model connections with streaming output, thinking, usage tracking, and provider error classification
    • Built-in tools: Read, Write, Edit, Bash, Glob, Grep
    • Optional Computer Use and catalog skills (off by default)
    • Sandbox boundary enforcement: tools that leave the sandbox require explicit approval; runs can be aborted; failures are classified
    • Durable execution record with crash recovery and optional resume of interrupted turns (MAKA_RUNTIME_SAFE_BOUNDARY_RESUME=1)
    • Local memory and web search when configured
    • Experimental IM bot (chat app) support

    Local Data Model and Privacy

    All workspace data lives under Electron userData by default, in a runtime.sqlite database alongside connection catalog, credential vault, settings, and artifacts directories. API keys are stored in a local plaintext file readable only by the OS account; the renderer never sees them. The project's SECURITY.md and privacy documentation describe the full data boundary in detail.

    Update: v0.1.11

    The latest release is Maka 0.1.11, published on 2026-08-18. The repository notes that Apache Maka has not yet made an official Apache Software Foundation release — everything currently published was produced before or during incubation and has not been reviewed or voted on by the Incubator PMC. The README explicitly recommends building from source rather than using prebuilt downloads until an approved ASF source release exists. The project is under active development, with data formats, CLI commands, and experimental capabilities subject to change.

    Open-Source Deployment Model

    Maka is fully open source under Apache License 2.0, hosted at github.com/apache/maka. It requires Node.js 22.19 or newer (CI uses Node.js 24), npm 11, Git, and ripgrep for the Grep tool. The standard setup is a source checkout followed by npm ci and npm run dev. Because Maka does not bundle a shared model account, users must configure their own model connection on first launch via Settings → Models.

    Apache Maka - 1

    Community Discussions

    Be the first to start a conversation about Apache Maka

    Share your experience with Apache Maka, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully open-source under Apache License 2.0. Free to use, modify, and distribute.

    • Full agent runtime with Desktop, TUI, and CLI surfaces
    • Built-in tools: Read, Write, Edit, Bash, Glob, Grep
    • Durable execution log and crash recovery
    • Reproducible evaluation framework
    • Local-first data storage

    Capabilities

    Key Features

    • Local-first agent workspace — all data stays on your machine by default
    • Durable append-only execution log for model messages, tool calls, and results
    • Multiple model connections: cloud API, local model, or compatible gateway
    • Built-in tools: Read, Write, Edit, Bash, Glob, Grep
    • Sandbox boundary enforcement with per-tool approval and abort support
    • Crash recovery and optional resume of interrupted agent turns
    • Session branching, search, retry, and regeneration from any turn
    • TUI/CLI entry point sharing workspace and model connections with Desktop
    • Reproducible benchmark evaluation with declarative multi-arm experiments
    • Durable Graph mode for multi-step tasks using isolated Git worktrees
    • Local memory and web search support when configured
    • Experimental IM bot (chat app) integration
    • Artifact lists and previews in the Desktop workspace
    • Workspace instructions and sandbox settings management

    Integrations

    Cloud LLM APIs (bring your own key)
    Local model servers
    Compatible model gateways
    ripgrep (Grep tool backend)
    SQLite (runtime.sqlite operational store)
    Vercel AI SDK (model protocol adapter)
    Git (worktree isolation for Graph mode)
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Apache Maka and help others make informed decisions.

    Developer

    Apache Software Foundation

    The Apache Software Foundation (ASF) develops and maintains open-source software projects used by millions of developers worldwide. Apache Airflow, one of its flagship projects, powers workflow orchestration for data engineering teams globally. The ASF operates as a community-led, volunteer-driven organization with a strong commitment to open-source principles and collaborative development. Projects under the ASF umbrella follow the Apache License and are governed by a meritocratic community model.

    Founded 1999
    Wilmington, DE
    4 employees

    Used by

    Netflix
    Uber
    LinkedIn
    Facebook
    +1 more
    Read more about Apache Software Foundation
    WebsiteGitHubLinkedInX / Twitter
    5 tools in directory

    Similar Tools

    NullClaw icon

    NullClaw

    A 678 KB static Zig binary that delivers fully autonomous AI assistant infrastructure with near-zero memory usage, instant startup, and support for 50+ AI providers and 19 messaging channels.

    ZeroClaw icon

    ZeroClaw

    ZeroClaw is an open-source, self-hosted AI agent runtime written in Rust that runs on your machine with your keys, supporting 20+ LLM providers and 30+ communication channels.

    OpenJarvis icon

    OpenJarvis

    OpenJarvis is an open-source, local-first personal AI agent framework that runs on-device by default, calling the cloud only when necessary.

    Browse all tools

    Related Topics

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    651 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    395 tools

    Local Inference

    Tools and platforms for running AI inference locally without cloud dependence.

    177 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions