spinabot/brigade · 16 Aug 2026 · Feature

Brigade Wants to Be the Local-First Operating System for AI Agents

Eleanor Hughes
Eleanor Hughes
Senior Editor

A self-hosted command center that turns subscription logins and local models into a regimented crew with long-term memory, org-chart governance, and a pathological distrust of SaaS middlemen.

spinabot/brigade
3k stars Velocity · 7d +353 ★/day accelerating
star history

The Regimented Metaphor

A brigade, in military doctrine, is a tactical formation of roughly three to six battalions: a self-contained unit with its own support elements, commanded by a colonel or brigadier general, capable of operating independently yet coordinated within a larger division [1]. Spinabot’s Brigade leans hard into this metaphor. It does not call itself an app, an assistant, or a copilot. It calls itself a crew and an ecosystem, and it organizes its agents into a Pride hierarchy governed by an org chart and agent-to-agent policy derived from reporting lines. Where most personal AI projects offer a smarter chat window, Brigade offers a command structure.

spinabot/brigade

The naming is not mere theater. In a market saturated with single-agent chatbots and cloud-orchestrated multi-agent SaaS platforms, Brigade’s pitch is that one owner should command a whole formation—many agents that coordinate through a real org chart, all on hardware and storage the user controls. It is a local-first, terminal-native rebellion against the middleman.

Why the Hype Now

The timing is deliberate. Enterprise consulting firms and cloud vendors have spent the last year declaring that multi-agent systems represent the next evolution of automation [5][8]. IBM notes that agents in these systems model one another’s goals and memory, communicating directly rather than merely calling another agent as a tool [2]. BCG reports that leading enterprises are redesigning operations around agentic AI, with some implementations collapsing week-long analyst tasks into hour-long human-agent collaborations [6]. Google Cloud frames multi-agent systems as a paradigm shift from monolithic AI to decentralized collaborative networks [5].

Brigade arrives as this narrative peaks, but it inverts the typical delivery model. Most enterprise multi-agent frameworks—CrewAI, LangGraph, Cognizant’s accelerators—presume cloud infrastructure, centralized orchestration, and SaaS billing [5][11]. Brigade presumes a Raspberry Pi, a hidden directory in the user’s home folder, and a Claude subscription already paid for. It is the agentic AI thesis stripped of enterprise sales cycles and repackaged for the technically literate individual who is tired of pasting API keys into browser dashboards.

The Architecture of a Crew

At its core, Brigade is a local WebSocket gateway with thin clients. The text interface, WhatsApp, Telegram, Slack, Discord, iMessage, and even Meta smart glasses all attach as clients; state lives only in the gateway process. Disconnect, and the crew keeps running. This is not a novel transport layer, but it is a product-characteristic choice that matters: Brigade is designed to be ambient and always-on, not a session-bound chatbot.

What distinguishes the project is how seriously it takes memory and governance. The Tideline engine is the most substantial original component. It is a long-term memory system built to survive the failure modes of naive vector-store retrieval: untrusted sources poisoning identity, cross-session leakage, and semantic drift. Tideline enforces a provenance write-gate so that a web search result cannot overwrite an owner’s stated preference. Facts are origin-scoped, meaning a peer on Telegram cannot pollute the owner’s recall context. Retrieval uses hybrid BM25 keyword search plus a model-free vector lane, and a typed link graph tracks supersedes, corrects, relates, and contradicts edges between facts. A nightly consolidation pass merges duplicates and evicts decayed noise.

This is not standard retrieval wrapped in a JSON file. It is a model-agnostic memory substrate with bi-temporal decay and trust scoring, explicitly designed to be extracted as its own package. In a landscape where even sophisticated agents forget context between turns, Tideline attempts to give the crew a persistent institutional memory.

Org Charts and Model Hopping

Brigade’s multi-agent isolation goes beyond spawning sub-agents. Agents are wired into an org chart that generates an agent-to-agent policy governing who may message whom. A parent can see its sub-agents only if visibility is set to hierarchical; peers are isolated by default. This is a governance layer rarely seen in personal tools, more reminiscent of the cross-departmental orchestration Cognizant describes in enterprise deployments [11], but here it is enforced for a single user’s personal crew.

Then there is Carrow, the cross-model continuity system. Brigade allows switching models mid-conversation—say, from Claude to GPT to a local Ollama instance—without losing the thread. Carrow re-anchors reasoning levels and sanitizes provider-specific reasoning blocks so the next model does not choke on its predecessor’s metadata. In a market where users are increasingly model-agnostic, this is a pragmatic admission that no single provider owns the future.

Perhaps the cleverest integration is the Claude CLI provider. Rather than asking for an Anthropic API key, Brigade can drive the official Claude Code binary directly, using the user’s existing subscription. But instead of giving the binary free rein, Brigade denies its native filesystem, shell, and sub-agent tools, and serves back its own guarded toolset over a per-turn loopback MCP endpoint. Every call the binary makes runs through Brigade’s ownership gates and approval prompts. It is a parasitic, sandboxing inversion: the subscription provides the model, but Brigade provides the governance.

The Anti-Cloud Stance and Its Tensions

Brigade’s most aggressive product characteristic is its hostility to SaaS intermediaries. API keys stay local with restricted Unix permissions. There is no account to create, no telemetry, and an optional self-hosted Convex backend for users who outgrow the filesystem default. The Bloody Benchmark command exposes the local gateway to the public internet via a tunnel—Cloudflare by default, or open-source relay tools such as Bore or FRP—so strangers can poke the agents at three in the morning. Survive that, the documentation suggests, and you have shipped.

This is witty marketing, but it also surfaces a tension. Brigade is, to a significant degree, glue. Its thousands of app connectors come from Composio. Its optional backend is Convex. Its channels rely on Baileys, BotFather tokens, and BlueBubbles servers. Its document pipeline leans on pure-JS libraries. The project’s surface area is vast for a codebase that appears to be driven by a small team. The README is exhaustive to the point of breathlessness, suggesting either heroic documentation effort or a project still searching for its narrowest viable surface.

Moreover, the Bloody Benchmark raises a question: if exposing your personal agent gateway to the open internet is the ultimate test, how many users will actually survive it? The security model relies on optional gateway tokens and secret keys that ride along invisibly, but the default gateway is unauthenticated and localhost-only for a reason.

Where It Fits

In the broader multi-agent landscape, Brigade occupies a lonely niche. Enterprise frameworks like those from Automation Anywhere emphasize end-to-end orchestration across CRM and ERP systems at scale [8]. Seekr and Atomicwork catalog vertical use cases—fraud detection, supply chain, IT service desks—delivered as managed platforms [9][12]. Brigade is none of these. It is a personal operating system for agents, borrowing enterprise-grade concepts—org charts, AES-256-GCM at-rest encryption, cron scheduling, audit-logging—but deploying them under a single user’s home directory.

The bet is that the future of AI looks less like a monolithic cloud assistant and more like a local crew: persistent, polyglot, channel-agnostic, and governed by memory that outlives any single model provider. If Brigade can harden Tideline and keep its enormous integration surface from fracturing, it could define what personal agentic infrastructure means. If not, it will remain an ambitious, slightly manic proof that one developer can still build a fortress under the home directory—and dare the internet to knock.

Sources

  1. Brigade
  2. What is a Multi-Agent System?
  3. AI Agent Use Cases - IBM
  4. Brigade USA
  5. What is a multi-agent system in AI?
  6. AI Agents: What They Are and Their Business Impact | BCG
  7. BRIGADE | definition in the Cambridge English Dictionary
  8. Multi-Agent Systems: Building the Autonomous Enterprise
  9. Top Enterprise AI Agent Use Cases | Boost Efficiency & ROI - Seekr
  10. BRIGADE Definition & Meaning
  11. Exploring Multi-agent AI Systems
  12. Top 25+ AI agent use cases for enterprises in 2026 - Atomicwork

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.