Skip to main content

Welcome to Myrm

Myrm is an open-core AI agent workspace: the WebUI, API server, and Tauri desktop app are open source; the agent harness runtime and SaaS control plane are proprietary. You get persistent per-user sandboxes, cross-session memory, and a GUI-first experience with 100+ LLM models, 24+ messaging channels, and three deploy modes — local WebUI, Tauri desktop, or SaaS cloud.

Why Myrm?

Persistent Sandbox

Your environment survives sleep and wake cycles. Installed tools, files, and configs stay with you across sessions.

Cross-Session Memory

8 memory types with dialectic profiling (style, habits, implicit goals) and intelligent forgetting. Agents remember you across sessions — editable in GUI, not a black box.

GUI-First

Configure agents, manage skills, monitor tasks, and visualize costs from a modern interface. Zero YAML editing required.

Multi-Model

100+ models from OpenAI, Anthropic, Google, DeepSeek, and local providers. Smart routing picks the optimal model per task.

Self-Healing

14-layer error recovery handles model outages, rate limits, and network failures automatically. Agents keep working while you sleep.

Self-Evolving

Agents learn from every interaction. Skills are automatically extracted, tested, and deployed through the evolution engine.

Key Capabilities

CapabilityDescription
Goal ManagementDefine objectives with 4D budget control, acceptance criteria, and autonomous execution
Kanban BoardVisual task management with DAG dependencies, priority scheduling, and zombie detection
Sub-Agent Orchestration6 patterns (Spawn / Chain / Batch / DAG / Verified / Swarm) with zero-trust verification, UI blacklisting, smart budget downgrade, and seamless HITL context injection
Context Engineering5-layer compression pipeline with reversible archive and 97% prompt cache hit rate
24+ ChannelsWeChat, Telegram, Discord, Slack, Email, SMS — interact with your agent from any platform
6-Layer SecurityDefense-in-depth with budget control, permissions, loop detection, PII protection, and audit trails
Computer UseDesktop automation via native screen control (macOS + Linux)
Web Search + Fetch7 search engines with BM25/Reranker filtering + 3-tier local fetch with DOM pruning — $0/month
Voice Interaction5 TTS + 4 STT engines with end-to-end encryption
Artifact Deploy & LinkVercel Deploy from preview, or 7-day read-only share links for html/pdf/docs — multi-file static bundles, deploy preflight, no Git

Deployment Options

ModeDescriptionCost
Local WebUIBrowser-based, self-hosted on your machineFree (BYOK)
Tauri DesktopNative desktop app with embedded backendFree (BYOK)
SaaS CloudManaged infrastructure with Work Units billingFree tier + Paid plans
All three modes share the same codebase and feature set. Your data and configuration are portable between modes.

Token Efficiency

Myrm’s optimized system prompt uses only ~1,765 tokens — 86% less than comparable platforms. With prompt caching, effective cost is reduced by up to 97%.

Open vs harness

The WebUI and API server are open source. The agent harness (tools, memory engine, browser pool) ships as the production runtime inside your sandbox. See Product Architecture for the full picture.

Next Steps

Product Architecture

Frontend, server, harness, and desktop — how they connect.

Quick Start

Get up and running in under 2 minutes.

Core Concepts

Learn how Myrm agents work.

Goal Management

Set up autonomous long-running tasks.

MCP Integration

Connect external tools and services.