{"id":60053,"date":"2026-06-25T02:17:32","date_gmt":"2026-06-25T06:17:32","guid":{"rendered":"https:\/\/overcentral.com\/en\/?p=60053"},"modified":"2026-06-25T02:17:32","modified_gmt":"2026-06-25T06:17:32","slug":"mindstone-rebel-ai-agent-os","status":"publish","type":"post","link":"https:\/\/overcentral.com\/en\/mindstone-rebel-ai-agent-os\/","title":{"rendered":"Mindstone Rebel Launches Local-First AI Agent OS with Shared Memory"},"content":{"rendered":"<p>The market for <a href=\"https:\/\/overcentral.com\/en\/ai-agent-protocols-transport-problem\/\" title=\"AI Agent Protocols Solve Tool Calling and Coordination, Transport Unsolved\" data-iacss-internal=\"1\">AI agent<\/a> orchestration platforms is growing crowded, but London-based startup <a href=\"https:\/\/mindstone.ai\" target=\"_blank\" rel=\"noopener noreferrer\" data-iacss-external=\"1\">Mindstone<\/a> has introduced a product that stands out for its architectural philosophy rather than just its feature list. The company this week officially launched Rebel, a local-first, agentic AI operating system that uses a novel approach to one of the field\u2019s hardest problems: giving AI agents a reliable, shared memory.<\/p>\n<p>Rebel is distributed under a Fair Source license, meaning teams of up to 100 concurrent users can adopt and customize it for free, while larger organizations require a commercial license. It is available now for macOS on both Intel and Apple Silicon, as well as Windows, with Linux support in development. Mindstone has raised $5 million from investors including Pearson Ventures, Moonfire Ventures, and Zanichelli Venture.<\/p>\n<h2>Why Local Markdown Files Are the Core of Rebel\u2019s Architecture<\/h2>\n<p>What makes Rebel distinctive is its local-first architecture, which is a deliberate departure from the approach taken by developer-heavy agent frameworks such as <a href=\"https:\/\/overcentral.com\/en\/critical-flaws-langgraph-langflow-langchain\/\" title=\"Critical Flaws in LangFlow, LangGraph, LangChain Under Active Attack\" data-iacss-internal=\"1\">LangGraph<\/a>, CrewAI, and AutoGPT. Those platforms typically require teams to wire together databases, cloud infrastructure, and state-management logic. Rebel, by contrast, stores its core agent memory and instructions across local markdown (<code>.md<\/code>codecodecodecode) text files.<\/p>\n<p>This choice is partly about cost. Common office formats like Word documents and PDFs carry formatting and metadata overhead that consumes model token context and raises API costs. Markdown keeps information closer to raw text, allowing more of a model\u2019s context window to be spent on the actual task. It is also a hedge against vendor lock-in. If a company\u2019s agent instructions, automations, and memory are stored locally as text files, they are not trapped inside one SaaS provider\u2019s interface or database.<\/p>\n<p>A primary configuration file, <code>agents.md<\/code>codecodecodecode, acts as the agent\u2019s core instruction layer and runtime boundary. Users can create repeatable workflows called \u201cSkills,\u201d adjust agent behavior for specific tasks using \u201cOperators,\u201d and run scheduled background tasks via \u201cAutomations.\u201d<\/p>\n<h2>Automatic Model Routing for Cost, Privacy, and Task Fit<\/h2>\n<p>Rebel\u2019s multi-model orchestration capability is another important feature. The system can break a task into parts and route different steps to different models, dynamically switching between local and cloud-based ones. A more powerful model can handle planning or complex reasoning, a cheaper model can handle routine work, and a local model can handle sensitive steps or approval checks that must not leave the device.<\/p>\n<p>This model-agnostic setup gives companies granular control over cost and security. Data-heavy work can run on lower-cost models such as Llama or DeepSeek. Higher-level reasoning can be reserved for more expensive models. Sensitive work can be routed through a local model running on the user\u2019s machine, keeping that information from leaving the device.<\/p>\n<p>Mindstone CTO Greg Detre explained the goal in a recent interview: \u201cI want to be able to say, \u2018Help me with this,\u2019 and it knows what\u2019s personal, what\u2019s sensitive, and what can be shared with the whole company.\u201d<\/p>\n<h2>Shared Memory That Doesn\u2019t Dump Everything Into One Database<\/h2>\n<p>Rebel\u2019s memory system is designed to avoid a common problem in enterprise AI: dumping large amounts of company information into a database and hoping search will retrieve the right context later. Instead, Rebel uses a tiered memory structure. When an interaction happens, the system estimates how likely that information is to be useful again.<\/p>\n<p>Information with a high expected value is written into a local readme.md file tied to a specific project space. Information with a moderate expected value becomes a reference link back to deeper historical records. Lower-priority material is stored in an indexed memory directory, where it remains available but dormant until a relevant task calls it back.<\/p>\n<p>\u201cShared memory is the most empowering thing you could possibly do with a knowledge-worker AI,\u201d Detre said. \u201cYou get this feeling of being a super-organism as a company that just gets smarter and smarter.\u201d<\/p>\n<h2>Practical Security and Permissions in a Local-First Agent<\/h2>\n<p>Rebel\u2019s launch on Product Hunt this week prompted technical questions about how a local-first agent should handle permissions, safety checks, and shared memory. Detre responded by explaining Rebel\u2019s separation between planning, execution, and background safety logic, adding that companies can configure Rebel to rely entirely on a local model for gating decisions.<\/p>\n<p>That distinction matters for corporate security teams. Autonomous agents often need broad permissions to read files, draft emails, or interact with internal systems. If the final approval layer depends on an external cloud model, some companies may see that as a compliance risk. Rebel can keep those approval boundaries local.<\/p>\n<p>On shared memory, Rebel uses the user\u2019s local \u201cChief-of-staff README\u201d and defined spaces to separate private, team, and company-wide information. When the agent encounters ambiguous context, the system pauses and asks the user for approval before proceeding.<\/p>\n<p>As CEO Joshua W\u00f6hle put it in a LinkedIn post: \u201cIf an agent is going to sit inside your workspace, remember your context, and ask permission before changing the world, you should be able to see how it works. Not because everyone will read the code, but because someone can.\u201d<\/p>\n<h2>Enterprise Case Study: Epignosis and the \u2018Potatoes Effect\u2019<\/h2>\n<p>Mindstone says Rebel has already been deployed across the 250-person workforce of customer Epignosis, covering sales, engineering, product, finance, and customer success teams. Over a 12-week deployment, the company says Epignosis recaptured the equivalent capacity of eight full-time roles. Adoption spread organically after employees saw colleagues automate time-consuming work, a pattern employees reportedly called the \u201cpotatoes effect.\u201d<\/p>\n<p>\u201cThe border between learning and doing is fading out \u2014 and that changes everything about how you scale,\u201d Epignosis CEO Dimitris Tsingos said in a statement.<\/p>\n<h2>What This Means for Enterprise AI Buyers<\/h2>\n<p>Rebel arrives as companies are trying to move from AI experimentation to AI operations. The first wave of enterprise adoption centered on access: giving employees chatbots, copilots, and model subscriptions. Mindstone is betting the next wave will center on coordination. That means shared memory, reusable workflows, local control, flexible model routing, and measurable business impact.<\/p>\n<p>For larger organizations, Mindstone Pro adds an Impact Dashboard designed to <a href=\"https:\/\/overcentral.com\/en\/grow-up-show-sunflower-circus-trailers\/\" title=\"GROW UP SHOW: Sunflower Circus Drops Main Visual and Trailers Before July 4 Premiere\" data-iacss-internal=\"1\">show<\/a> where Rebel is saving time and money across business units. The dashboard uses a separate, closed LLM to evaluate telemetry and calculate business impact, calibrated conservatively to avoid inflated productivity claims. It is isolated from individual workspaces, allowing IT and business leaders to evaluate adoption and ROI without reading employees\u2019 private agent activity.<\/p>\n<p>Rebel is a clear editorial statement from Mindstone: buying AI seats is not the same as building AI infrastructure. The system is designed to turn scattered employee experiments into an operating layer for work, using the simplest possible file format as its foundation. For teams that value inspectability, data sovereignty, and the ability to move their workflows elsewhere, Rebel offers a compelling alternative to the growing number of cloud-only agent platforms.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The market for AI agent orchestration platforms is growing crowded, but London-based startup Mindstone has introduced a product that stands out for its architectural philosophy rather than just its feature list. The company this week officially launched Rebel, a local-first, agentic AI operating system that uses a novel approach to one of the field\u2019s hardest [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":90544,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"https:\/\/cards.overcentral.com\/cards\/en\/60053.png","fifu_image_alt":"Mindstone Rebel Launches Local-First AI Agent OS with Shared Memory","footnotes":""},"categories":[349],"tags":[],"class_list":["post-60053","post","type-post","status-publish","format-standard","has-post-thumbnail","category-articles"],"fifu_image_url":"https:\/\/cards.overcentral.com\/cards\/en\/60053.png","fifu_image_alt":"Mindstone Rebel Launches Local-First AI Agent OS with Shared Memory","_links":{"self":[{"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/posts\/60053","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/comments?post=60053"}],"version-history":[{"count":0,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/posts\/60053\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/media\/90544"}],"wp:attachment":[{"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/media?parent=60053"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/categories?post=60053"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/overcentral.com\/en\/wp-json\/wp\/v2\/tags?post=60053"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}