Σ

SigmOS

A next-generation Domain-Specific Language for

AI-native, composable, reactive, and multimodal systems

agent.sigmos
spec "AIAgent" v1.0 {
  description: "An intelligent agent"
  
  inputs:
    name: string
    personality: enum("helpful", "creative")
  
  actions:
    respond: prompt {
      system: "You are a helpful assistant"
      user: "Hello!"
      model: "gpt-4"
    }
}

Why SigmOS?

Built for the AI era with modern paradigms

🧠

AI-Native

Prompts, LLM inference, and dynamic generation as first-class citizens.

🔧

Composable

Modular specs, reusable patterns, and namespaced imports.

Reactive

Trigger-based, event-driven, lifecycle-aware systems.

Ready to build the future?

Join the community building the next generation of intelligent systems.

Get Started Now →

Why SigmOS?

Built for the AI era with modern paradigms that traditional configuration languages can't match

AI-Native

Prompts, LLM inference, and dynamic generation as first-class citizens. Build intelligent systems that think and adapt.

Composable

Modular specs, reusable patterns, and namespaced imports. Build complex systems from simple, tested components.

Reactive

Trigger-based, event-driven, lifecycle-aware systems that respond intelligently to changing conditions.

Secure

Field permissioning, trusted imports, and deterministic evaluation keep your systems safe and predictable.

Typed & Validated

Strong types, constraint logic, and schema compliance ensure your specifications are correct by construction.

Extensible

Plugin-based architecture with secure runtime extensions. Extend functionality without compromising security.

Get Started in Minutes

Install SigmOS and start building intelligent systems right away

Terminal
# Clone the repository
git clone https://github.com/copyleftdev/sigmos.git
cd sigmos

# Build the project
cargo build --release

# Install the CLI
cargo install --path crates/cli

# Run your first spec
sigmos run examples/agent.sigmos

Ready to build the future?

Join the community building the next generation of intelligent systems with SigmOS.