EN 中文
v1.0 Released — Now with Parity Automation

The Agent OS that
runs itself

ZAION is a self-healing cognitive agent runtime. 24/7 autonomous operation, unified tool routing, and parity-first quality assurance. For Termux, Linux, Windows, macOS.

zaion terminal
# Install ZAION
$ pip install omni-agent
✓ Installed
# Start autonomous loop
$ zaion service start
→ Service running on http://localhost:18789
→ Autonomous loop active (24/7)
→ Memory layer initialized
✓ System healthy

Why ZAION?

Built for 24/7 production environments

Self-Healing Daemon

Automatic crash recovery, process supervision, and state restoration. Sleep soundly — ZAION fixes itself.

Parity Automation

Not Implemented → Implemented → Validated → Proven. Every capability verified before deployment.

24/7 Autonomous Loop

Continuous task queue processes parity campaigns even when you're away. Your agent never sleeps.

Persistent Memory

SQLite-backed semantic memory, episodic logs, and projection snapshots. Your agent remembers everything.

Unified Tool Router

One interface for all tools, providers, and agents. Route intelligently, execute reliably.

Cross-Platform

Runs natively on Termux (Android), Linux, macOS, and Windows. One codebase, everywhere.

Architecture

Clean separation of concerns

zaion
├── controller        # Main orchestration loop
│   ├── planner          # Goal decomposition
│   ├── tool_router     # Unified tool/provider/agent routing
│   ├── evaluator       # Independent result verification
│   └── reflector       # Failure categorization + replanning
│
├── memory/           # Persistent memory layer
│   ├── semantic/      # Semantic records
│   ├── projections/    # Session state snapshots
│   ├── episodic.db     # SQLite: runs, actions, reflections
│   └── event_ledger.db # SQLite: canonical event spine
│
├── parity/           # Parity automation
│   ├── campaigns       # Capability automation workflows
│   ├── comparisons     # Proof vs. baseline comparison engine
│   └── scorecards     # State: Not Impl → Impl → Validated → Proven
│
├── service/          # HTTP control plane
│   ├── operator_api    # Write-side: approvals, operator audits
│   ├── realtime_api    # SSE event stream
│   └── control_plane   # Gateway + service payload builders
│
└── gateway/          # Local control + channel bridges
    ├── Telegram
    ├── WeCom
    └── WeChat Service

Get Started

Install in 30 seconds

1 Install ZAION

$ pip install omni-agent
✓ Installed

2 Run Interactive Onboarding

$ zaion onboard
→ Walking through setup...
✓ Configured

3 Start 24/7 Service

$ zaion service start
→ Starting daemon...
→ Memory layer initialized
→ Autonomous loop active
✓ Running 24/7

Connect Your Channels

Unified inbox for Telegram, WeChat, WeCom, and more

✈️
Telegram
Polling ingress
💬
WeChat
Service account
🏢
WeCom
Webhook bridge
📱
Termux
Android native

Also supports

🐧 Linux
🍎 macOS
🪟 Windows
🤖 Android (Termux)

Ready to deploy?

Join the autonomous future. Your agent awaits.