Token-Efficient AI Agent Intelligence
Microkernel AI Agent — same budget, have your Agent do more, do it better.
Smart routing, persistent memory, secure sandbox, plus built-in search and local embeddings.
- Read moreOpenSquilla 0.5.1 maintenance release 2026-07-28
A maintenance release for the 0.5 stable line: durable Plan mode, first-class project workspaces, richer artifact previews, new provider options (Qwen Token Plan, Anthropic-compatible), cross-platform profile-recovery and startup fixes, and more reliable scheduled tasks. Existing config, chats, Agents, memory and jobs are preserved on upgrade from 0.5.0.
- Read moreOpenSquilla 0.5.0 released 🎉 2026-07-23
The first stable release of the 0.5 line, consolidating four previews and the fixes since. Highlights: multi-model Model Ensemble and multi-provider routing, safer upgrades with profile-data protection, a signed & notarized macOS desktop with in-app updates, a unified control console with usage & cost reporting, plus a large reliability sweep and mainland-China downloads.
- Read moreWe released Agentic Routing: The Harness-Native Data Flywheel 📄 2026-07-14
Harness-Native agentic routing picks the best-fit model — or several complementary ones — at each step from the full harness state, turning every routing decision into labeled data that trains stronger routers and models. Instantiated in OpenSquilla; evaluated on DRACO and PinchBench.
See It in Action
Quick demos showing how OpenSquilla solves real workflows
Quickstart
Four paths to get started — pick the one that fits you
The clearest path on macOS and Windows — a signed desktop app that bundles the control UI and the gateway runtime. No Python, no terminal.
v0.5.1 · signed & notarized.
Download and install
Pick your platform above. On macOS, open the .dmg and drag OpenSquilla into Applications. On Windows, run the .exe installer.
Open OpenSquilla
Launch the app. The bundled gateway starts automatically — there is nothing else to install.
Complete first-run setup
On first launch, onboarding walks you through choosing a provider and pasting the requested keys. The control UI then opens right inside the app.
Deploy Once, Reach Everywhere 3
Configure one Agent, serve users across multiple channels
Every Token Spent Where It Matters
OpenSquilla makes your Agent spend less, remember more, and run safer.
Cost Optimization
Multiple strategies coordinated to maximize every Token
Quality Boost
Multi-model ensemble routing lifts answer quality on the hardest turns — beyond any single model
More Core Capabilities
Beyond cost and accuracy — MetaSkills, human-like memory, and a security sandbox, all in place
Microkernel: Tiny Core, Vast Ecosystem
Inspired by OS microkernels — the core engine does the minimum: orchestration and state management. Everything else runs as plugins in "user space". Switch LLM providers? Implement a Protocol. Add new tools? 5 lines of code. Plugin crashes don't affect the core; core upgrades don't break plugins.
Same Budget, Higher Intelligence Density
Side-by-side comparison with peer open-source Agent frameworks4
| Dimension | OpenSquilla | OpenClaw | Hermes Agent |
|---|---|---|---|
| 🏗️Architecture | ✅ Microkernel with 5-layer separation, ultra-compact core orchestrator (~100 lines), all capabilities pluggable, auto-skip + rollback on errors | ⚠️ Mature plugin ecosystem (dozens of extensions), clean boundaries but more layers | ❌ Massive monolithic sync main loop (thousands of lines), all logic tightly coupled |
| 💰Cost Optimization | ✅ ML routing + reasoning depth tiers + prompt cache isolation + on-demand skills — multi-strategy savings of 60-80% | ⚠️ Config-pinned primary + fallback chain, no content-aware selection | ⚠️ Crude keyword + length heuristics, single routing strategy only |
| 🎯Quality Boost | ✅ Multi-model ensemble routing — dispatches hard problems to several candidates and aggregates their answers, beating any single model (including Fable 5); results stream progressively, and cost-aware fallback skips the ensemble when one model suffices | ❌ Single-model direct calls, no ensemble aggregation — accuracy is capped by the one model you pick | ⚠️ Mixture-of-Agents preset aggregates multiple models — strong quality, but no cost-aware fallback, so the heavy ensemble runs even when one model would do |
| 🪄MetaSkills Protocol | ✅ Composable workflows + meta-skill-creator for self-authoring + 10+ bundled & N+ community Skills auto-retrieved + Dream Mode distills usage into new candidates while idle | ⚠️ Prompt-driven skill chains, no meta-protocol layer, no self-evolution; new workflows live as docs, not first-class runtime objects | ❌ No reusable workflow abstraction — multi-step work is re-prompted from scratch every session |
| 💾Memory System | ✅ Vector + keyword + dedup + temporal decay + hot memory promotion + auto schema migration | ⚠️ Has decay / promotion / diversity reranking, but lacks four-tier cognitive structure & Memory Dream consolidation | ⚠️ Keyword-only search, no vector semantics, requires external integration for semantic memory |
| 🛡️Security Sandbox | ✅ No Docker dependency — syscall-level CPU/memory/time isolation + 3-tier network control. Fits in serverless | ⚠️ Docker optional with OpenShell as a lighter alternative, still heavier than syscall-level isolation | ✅ Dangerous command approval + 6 execution environments (local/Docker/SSH etc) |
| 💰Cost Tracking | ✅ Actual cost per call out of the box, quota hooks for auto-throttling on overspend | ✅ Built-in pricing table, cost written to session metadata | ✅ Input/output/cache-read/cache-write/reasoning tokens tracked separately |
| 📊Observability | ✅ Decision logs store hashes, not raw text (compliance-friendly), every pipeline stage instrumented | ✅ Native OpenTelemetry (as plugin), plug-and-play with Prometheus/Grafana | ⚠️ SQLite session table + call counter, basic level |
| 🧩Extension DX | ✅ 5-line duck-typed class is a valid plugin — no base class, no SDK package, no manifest | ⚠️ Implement interface in plugin-sdk + write manifest file | ⚠️ Tools auto-register on import (implicit side effects) |
Who Benefits Most from OpenSquilla?
These scenarios get the highest ROI
Less burn. Less drama. Real delivery.
Join the OpenSquilla Pilot Group: 70 CNY in OpenRouter Tokens on entry, a daily ChatGPT Plus draw for 30 days, and a path into the Founders Group with weekly Pro draws and rewards for adopted suggestions.
Help us turn OpenSquilla into a living open-source project.