AirsStack

Unified Infrastructure for AI Agents

Infrastructure for Sovereign Intelligence

A modular ecosystem for building, securing, and deploying AI agents. Combines a WASM-native runtime, declarative specifications, and deterministic reasoning in a single open-source platform.

Rust WebAssembly Local-First Spec-Driven Open Source
🛠️

Engineering Craftsmanship

Move beyond brittle scripts. AirsStack treats agents as engineered software components, enforcing schemas, typed interfaces, and deterministic pipelines for reliable production systems.

🎮

Sovereign Control

Escape vendor lock-in. Compile your agents to portable WASM binaries that run as efficiently on your local laptop as they do in an air-gapped server room. Your runtime, your rules.

🔒

Industrial Security

Zero-trust by default. Whether protecting personal notes or enterprise data, agents run in strict, capability-based sandboxes, accessing only the resources you explicitly permit.

The Stack

🎮 Control Plane: airsstack
Unified CLI controller that orchestrates the entire lifecycle. Validates specs, compiles logic, and manages the runtime.
📜 Governance: airsdlc & airsspec
Specification layer defining requirements (PRD), architectural decisions (ADR), and agent schemas.
🧠 Logic: airsdsp
Deterministic reasoning framework implementing the Demonstrate-Search-Predict model. Replaces unstructured prompts with typed pipelines.
🕸️ Mesh: airsprotocols
Connectivity layer implementing MCP (Model Context Protocol) and A2A (Agent-to-Agent) communication standards.
⚙️ Runtime: airssys
WASM-first runtime environment. Provides capability-based isolation and secure execution for agent components.

Ecosystem Components

airsstack In Development
The primary CLI controller. Acts as the host for WASM components and provides the unified interface for specification, build, and deployment workflows.
airsdlc Available
The AI-Responsible Software Development Lifecycle. A framework specification and manifesto for AI-driven development, defining artifacts like PRDs, RFCs, and ADRs.
airsspec Planned
Specification framework providing machine-readable schemas for agents, memories, and missions. Enforces the AirSDLC methodology.
airsdsp In Development
Rust implementation of the DSP framework. Enables the construction of deterministic, type-safe reasoning pipelines for agents.
airsprotocols Available
Standard library for agent communication. Includes production-ready MCP implementations and connectivity adapters.
airssys Available
Secure WASM runtime and OS abstraction layer. Ensures agents run with explicit permissions and isolation.