NexusAOS

Governance-first, event-sourced AI operating environment written in Rust — 12 workspace crates, 981 tests, and provider-agnostic LLM streaming.

Overview

NexusAOS is a production-ready AI operating environment that combines local LLM inference, terminal emulation, SSH multiplexing, and governance-first task execution into a unified Rust system. Models propose actions; the kernel validates and records every state change.

Governance & Event Sourcing

A policy-enforced agent kernel maintains an append-only audit trail. Every action is validated, recorded, and reversible — with explicit policy approval required for destructive operations. Core operations work fully offline.

LLM Integration

Provider-agnostic LLM layer with OpenAI-compatible and Anthropic streaming, LiteLLM routing, and local-first inference. Providers are swappable through a common interface.

Tech Stack

RustTokioEvent SourcingLiteLLMOpenAIAnthropicSSHPTYTUIGUI