Skip to content

Latest commit

 

History

89 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SovereignStack

An open protocol and reference implementation for verifiable, policy-governed AI infrastructure, powered by the Zero-Theater Compliance architecture.

Current Milestone: v0.5 — Core Contract & eBPF Tracer

The v0.5 Core Contract defines the minimum verifiable protocol for sovereign AI nodes, anchored by the strict OASA Foundation Charter:

Identity → Capability → Policy → Action → Provenance → Evidence
Core Service Crate Status
Identity ss-identity, ss-crypto Implemented
Capability ss-capability Implemented
Policy ss-policy Implemented
Events ss-eventbus Implemented
Provenance ss-provenance Implemented
Kernel ss-kernel Implemented (7 services)
Reference Node reference-node Implemented

See registry/components.yaml for machine-readable, component-by-component status.

Quick Start

git clone https://github.com/Kubenew/SovereignStack.git
cd SovereignStack
cargo build --release
./target/release/ss-node --port 8546

Golden Path Demo

Run the Morpheus governed-infrastructure golden path in one command — no Morpheus instance required (uses reference fixtures):

bash demo/morpheus/run.sh        # Linux/macOS (PowerShell: .\demo\morpheus\run.ps1)

The demo walks the full governance pipeline: Discover → Authorize → Execute → Provenance → Evidence → Independent Verify, and prints STATUS: CONFORMANT when the evidence package independently verifies. See demo/morpheus/ and integrations/morpheus/.

Verify & Stress Test

Run the one-command verification gate — builds the reference node and enforces the 7 Core Contract vectors:

bash verify.sh

You can also run the Anti-Theater Compliance harness which tests the eBPF kernel hooks against dormant capability leaks and active unauthorized exploitation:

# Run the adversarial stress-test
bash tools/run-stress-test

For step-by-step manual verification (see v0.5-Verification-Gate.md):

# Rust workspace tests
cargo test --workspace

# Run the Python conformance harness against the node
pip install -r requirements/conformance.txt
python tools/ss-conformance.py --endpoint http://localhost:8546 --profile core-0.1

Conformance

The Core Contract is verified against 7 deterministic test vectors:

Vector Description
identity-creation Ed25519 identity generation and verification
object-signing Cryptographic object signing and hash verification
capability-grant Capability registration, grant, and revocation
policy-evaluation Policy rule matching and enforcement
event-integrity Event publish/subscribe with integrity
provenance-chain Hash-linked provenance chain creation and tamper detection
evidence-generation Evidence package generation with conformance profile binding

See conformance/profiles/core-node.yaml for the formal profile definition.

Status

Build: Build

Note: OASA certification levels (L1/L2/L3) are defined as a specification. No implementation has yet been independently certified. See CONFORMANCE.md.

Vision: Internet for Intelligence

SovereignStack's long-term vision is to become the foundational protocol for sovereign, distributed intelligence. See the vision/ directory for the research roadmap and ROADMAP.md for the implementation timeline.

Documentation

  • Constitution — The OASA Foundation Charter and 4-Quadrant Governance
  • Architecture — System architecture and layer model
  • Conformance — OASA certification specification
  • Components — Component registry with maturity status
  • Claims — Verifiable claims with evidence mapping
  • ADR-0001 — Architecture decision record
  • Contributing — How to contribute

About

**Open Architecture Specification for Autonomous and Sovereign AI (OASA)**

Resources

Code of conduct

Contributing

Security policy

Stars

15 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages