From Prototype to Product

Building Permagent: An AI Agent That Outlasts Every Subscription

How we built Permagent, a local-first, open-source AI agent operating system with persistent memory—and what it takes to ship a real AI product, not a demo.

3 min read
Part of our guide to from prototype to product. Start with Your Vibe-Coded MVP Is Not a Product Yet. Here's the Gap.

Most AI tools are rented. They reset every session, run on someone else's hardware, and answer to someone else's roadmap. Permagent is the opposite: an open-source AI agent operating system for macOS that runs locally on your machine, with memory that compounds over time instead of resetting. Its promise is right on the tin—"an agent that outlasts every subscription."

It's one of our most ambitious builds, and a useful example of what separates a real AI product from an impressive demo. Anyone can wire a chat box to a model API. Building something durable, local-first, and genuinely useful over months is a different kind of engineering.

The hard problem: memory that actually persists

The core idea behind Permagent is that an agent should get more useful the longer you work with it. That requires real persistence—not a chat history, but a memory system that stores knowledge on your own disk and recalls it intelligently. We built Spectral, an open-source memory engine that uses frequency-domain recall and knowledge graphs so the agent can carry context across sessions, projects, and time.

Why this is hard

Persistent memory is the difference between an assistant that forgets you every morning and a collaborator that learns your work. It's also the part most AI tools skip, because it's far harder than calling a model.

What it took to make it a real product

Turning the concept into something people can actually run meant solving a stack of hard, unglamorous problems at once:

  • Local-first architecture. The code is open and your data stays on your device. No required subscriptions, no someone-else's-server dependency—which raises the bar on everything from storage to security.
  • Multi-model support. Permagent works across 25+ providers including Anthropic and OpenAI, plus local inference via Ollama, so you're never locked to one vendor.
  • An integrated workbench. Chat, terminal, and browser in one window so you can watch the agent work in real time, not just trust a black box.
  • Auto-skill learning. The system detects repeated tasks and proposes reusable, editable skills—so the agent gets more capable as you use it.
  • Automation that runs unattended. A built-in cron scheduler lets recipes run overnight, which means the reliability bar is high: it has to work when no one is watching.

The lesson: real AI products are systems, not features

The temptation with any AI build is to ship the flashy part—the chat, the slick output—and call it done. But the thing that makes Permagent valuable isn't any single feature; it's the system underneath: persistent memory, local-first data, multi-model flexibility, and automation working together. That's what turns a clever demo into a tool people keep using.

Permagent's runtime ships today (v1.31), with the full macOS app releasing in Q3 2026. Jesse Sharratt started the project with Henry and took the lead early on, captivated by the idea of a powerful local AI—which is why both Spectral (the open-source memory engine) and Permagent itself are open source under the Apache 2.0 license, to make it easy for others to benefit too.

How we approach building AI products

At Atlas Atlantic we build and support AI ventures like Permagent end to end—from the hard architectural decisions through to a shipping, dependable product. If you're building something with AI and want a team that takes the systems work seriously instead of stopping at the demo, that's the work we do. Tell us what you're building.

Frequently asked questions

What is Permagent?

Permagent (permagent.ai) is an open-source, local-first AI agent operating system for macOS. It runs on your own machine with persistent memory that compounds over time, supports 25+ model providers, and includes an integrated chat/terminal/browser workbench. Its tagline is "an agent that outlasts every subscription."

What makes Permagent different from other AI tools?

Most AI tools are rented—they reset each session and run on someone else's servers. Permagent is local-first and open source: your data stays on your device, it works across many models, and its memory persists so the agent gets more useful the longer you use it.

What's the hardest part of building a real AI product?

Moving past the demo. Wiring a model to a chat box is easy; building persistent memory, local-first data handling, multi-model support, and unattended automation that all work together reliably is the real engineering—and it's what separates a durable product from a prototype.

Can Atlas Atlantic help me build an AI product?

Yes. We build and support AI ventures from architecture through to a shipping product, with a focus on the systems work that makes AI tools dependable rather than just impressive. Get in touch to talk through what you're building.

Let's talk

Want help putting this into practice?

Atlas Atlantic helps founders and small teams adopt AI, automate workflows, and turn early prototypes into real products. Tell us what you're working on.

Book a free intro call

Keep reading