Skip to content
v1.1.0 — available now

Describe it.
Zenus does it.

A natural language shell for Linux. Every command is validated against a typed schema before execution — no raw shell strings, full rollback, and a clear path to OS-level control.

Get started Star on GitHub ···

Install

pip install zenus-cli

Python 3.10+

zenus — bash

Not a chatbot that runs shell commands.

Most AI terminal tools pipe LLM text straight to your shell. Zenus builds a validated, typed contract between the model and your system — making every operation safe, reversible, and auditable.

01

Intent IR — safe by design

Every LLM output is parsed into a typed schema before anything executes. No raw text ever reaches your shell. The schema encodes risk levels, required confirmations, and step dependencies — the architectural foundation for auditable, OS-grade execution.

02

Undo anything

`zenus rollback` is not `git undo`. It reverses file moves, package installs, service restarts, and process kills. Every operation is recorded as a transaction before it runs — not after.

03

Your model, your choice

Works with Anthropic Claude, OpenAI, DeepSeek, and local Ollama models. No vendor lock-in, no mandatory cloud, no data sent anywhere you don't choose. Full privacy with a local model.

A complete system operations layer.

Dry-run mode --dry-run

Preview the full execution plan before anything runs. Every risk level shown upfront.

Parallel execution

Independent operations are auto-detected and run concurrently. 2–5× faster on batch work.

Failure learning

Failed operations are recorded locally. Zenus warns before repeating a known failure.

Tree of Thoughts

For high-stakes decisions, Zenus explores multiple solution paths and picks the best one.

Knowledge graph

Builds a typed entity-relationship graph from every action. Impact analysis built in.

MCP support mcp-server

Expose Zenus tools to Claude Code, Cline, and any MCP client. Or connect external MCP servers.

Voice interface

Local STT via faster-whisper and wake-word detection. No cloud. No API key.

Autonomous web search

The LLM decides when current data is needed and searches automatically. Results injected as context.

TUI dashboard

Full terminal UI with execution log, history browser, and memory view. Run `zenus-tui`.

Built to become an OS.

Every architectural decision — IntentIR, privilege tiers, the knowledge graph — is made with a clear destination: an operating system driven by intent.

Full roadmap →
Phase 1 Complete

Foundation

Mar 2026

Phase 1.5 In progress

Pre-launch Hardening

Jun 2026

Phase 2 Planned

Intelligence

Sep 2026

Phase 3 Planned

Multimodal

Dec 2026

Phase 10 Vision

OS Transition

Dec 2028

Ready to try it?

Zenus runs on any Linux machine. Install in seconds, start describing what you need.

Read the docs Star on GitHub ···