Skip to content

$ zene startEmbeddable Agent Execution Engine

A Rust runtime for planning, tool execution, session state, and event streaming in coding workflows.

Zene Terminal Demo

Runtime Model

Zene is the execution substrate behind coding agents and developer workflows. It provides the runtime primitives that higher-level products need.

  1. State: Maintain session history, environment, and execution progress.
  2. Execute: Run tools, shell commands, and file operations through one runtime.
  3. Observe: Emit events so the host can inspect, persist, or steer the run.

Installation

bash
cargo install zene
bash
# Verify installation
zene --version

Read the Documentation →

Open Dev Integration Docs →

Integration Shortcuts

Released under the MIT License.