SNAPKITTY SOVEREIGN OS

Downloads Center

Every component is downloadable, verifiable, and sovereign. No cloud lock-in. No vendor dependency. Built by one human + AI in days — what 16–27 engineers would take 12–24 months to build.

717,276
Lines of Code
4,607
Files
20+
Languages
31
Agents
76+
API Endpoints
21/21
Test Coverage
QUICK START
./snapkitty up
Starts the full sovereign stack: NATS · Postgres · Redis · Ollama · Rust · Elixir · Next.js
CORE PLATFORM
The sovereign kernel, shell gate, agent mesh, and ERP — the four primitives.
SnapKitty Kernel
RUST · SOVEREIGN CORE

8-phase boot sequence. VEG execution engine. SKCL coordination layer. KernelEventBus ring buffer. AppRegistry. Cryptographically sealed at every layer.

INSTALL
cargo add snapkitty-core
RustDOCS →bin:snapkitty-gate
SnapKitty Shell Gate
RUST · LEAN VERIFIED

The only safe shell entrypoint. 8 Lean predicates checked before any execution. Namespace isolation, seccomp, cgroups. stdin/stdout JSON bridge for polyglot consumers.

INSTALL
cargo install snapkitty-gate
RustDOCS →bin:snapkitty-bridge
Sovereign VM
ELIXIR/OTP · AGENT MESH

32 GenServer agents in 17 sector supervisors. NATS JetStream bus. Circuit breaker per agent. WebSocket gateway on :4040. Health + VM status endpoints.

INSTALL
mix deps.get snapkitty_router
ElixirDOCS →
Tool Broker
RUST · CAPABILITY GATE

14 tools, capability-gated per agent lease tier. WORM-audited every call. Bash rate limiter (10/min brain, 50/min kinetic). TavilySearch, SandboxBash, WormSeal, MCP proxy.

INSTALL
cargo add snapkitty-core --features tool-broker
WORM Ledger
RUST · AZURE IMMUTABLE

Append-only decision ledger. SHA-256 domain-separated hashes. Azure WORM blob storage. ICP Internet Computer anchoring. Every agent decision sealed and unalterable.

INSTALL
cargo add snapkitty-core --features worm
SnapKitty ERP
NODE.JS · ENTERPRISE GRADE

Tier 1: GL/AP/AR double-entry accounting (36 accounts). Tier 2: Consolidation, Budget, LOC. Tier 3: Forge (model-router, parallel-dispatcher, MCP). 76 API endpoints.

INSTALL
git clone snapkitty-crm-api && npm install
Node.jsDOCS →
AGENT SYSTEMS
31 agents across 16 sectors. Every agent has a partner. No solos.
FORGE
HYBRID · BUILD

Code architect and builder. Produces compiled artifacts. Collision registry. Literate coding mode.

INSTALL
snapkitty install forge
TypeScript
SENTINEL
BRAIN · SECURITY

Zero-trust security agent. Threat detection, SENTINEL kill feed, honeypot intelligence.

INSTALL
snapkitty install sentinel
TypeScript
ORACLE
BRAIN · KNOWLEDGE

Knowledge graph intelligence. pgvector RAG. Deep innovation reasoning.

INSTALL
snapkitty install oracle
TypeScript
ATLAS
BRAIN · AUTHORITY

System authority agent. Operator-level decisions. Infrastructure awareness.

INSTALL
snapkitty install atlas
TypeScript
NEXUS
BRAIN · ORCHESTRATION

Task orchestration. Routes queries across the mesh. CRM backbone.

INSTALL
snapkitty install nexus
TypeScript
CIPHER
BRAIN · FINANCE

Financial intelligence. Fundability scoring. Capital analysis.

INSTALL
snapkitty install cipher
TypeScript
LOC
KINETIC · RUST ONLY

Kinetic anchor. Deterministic execution. No LLM. No probability. Borrow checker is the only authority.

INSTALL
cargo add snapkitty-core --features loc
Rust
SECURITY & VERIFICATION
Formal proofs, trust deeds, crypto boundaries, integrity gates.
Trust Deed Validator
PROLOG · SOVEREIGN TRUST

Prolog-based trust rules engine. certify/degrade/deny three-state trust result. Timeout → degrade (not deny). explicit certified=false → deny. Observer mesh wired.

INSTALL
swipl -l sovereign-alien-trust.pl
Prolog
Lean Shell Contracts
LEAN 4 · FORMAL PROOF

20 predicates. snapkitty_gate master gate. is_safe_shell, cpu_ok, has_perm, mcp_allowed, network_allowed, valid_execution. VEG→Lean compiler auto-generates from dispatch trees.

INSTALL
lake build SnapKittyShellContract
Lean 4
#
Crypto Hash Kernel
RUST · DOMAIN SEPARATED

sha256_hex, sha256_domain, short_seal, combine. All subsystem hashes domain-prefixed (WORM:, EVENT_CHAIN:, DECISION:, TOOL_BROKER:). No hash collisions across layers.

INSTALL
cargo add snapkitty-core --features crypto
Rust
ABZU Checkpoint
RUST · MERKLE INTEGRITY

30-agent canonical snapshot. Merkle diff engine. Detects agent swap, injection, addition. Post-squash verification gate. Boot-mount checkpoint trigger.

INSTALL
cargo add snapkitty-core --features abzu
Rust
AI & RESEARCH
Model routing, parallel dispatch, VEG compilation, fine-tune pipeline.
Model Router
NODE.JS · TIER ROUTING

6 models, 3 tiers, 16 task types. Tier 1: Claude Opus/GPT-4o. Tier 2: Haiku/Nemotron-Mini. Tier 3: Granite SLM. Auto-routes via task classifier.

INSTALL
snapkitty install model-router
Node.js
Parallel Dispatcher
NODE.JS · AGENT FANOUT

6 subagents in parallel. Aggregated results with consensus. Latency tracking. WORM-sealed output.

INSTALL
snapkitty install parallel-dispatcher
Node.js
VEG Compiler
NODE.JS · DAG → LEAN

Compiles VEG execution graphs → Lean 4 predicates. Validates DAG structure. Generates formal proofs from dispatch trees and MCP workflows.

INSTALL
snapkitty install veg-compiler
Node.js
Simulate Loop
RUST · AGENT FSM

perceive → decide → tool_request → observe → update_memory. Circuit breaker (3 consecutive errors → halt). HaltReason: ToolVerdictHalt / MaxIterations / CircuitOpen / GoalAchieved.

INSTALL
cargo add snapkitty-core --features simulate
Rust
LoRA Training Pipeline
PYTHON · BBQBADDIE ONLY
BETA

Nemotron-Mini-4B fine-tune with Unsloth+LoRA. 353 training pairs, 146 red-team. Sovereign Source corpus (never redistributable). Run on bbqbaddie (RTX 5000) only.

INSTALL
python train_lora.py # bbqbaddie only — RTX 5000
Python
DEVELOPER TOOLS
CLI, IDE extension, WASM runtime, sovereign notebook.
$
snapkitty CLI
BASH + POWERSHELL · LAUNCHER

Full lifecycle CLI: up/down/vm/status/logs/forge/ide/pull-models/build/agent/tools. Linux/macOS via ./snapkitty, Windows via .\snapkitty.ps1.

INSTALL
chmod +x ./snapkitty && ./snapkitty up
Bash/PowerShell
OpenKitty IDE Extension
VSCODE · SOVEREIGN IDE

NPC vault (FORGE/NOVA/SENTINEL/CIPHER/ORACLE/ATLAS/NEXUS/LOC), tool-bus, bash-proxy (green IN / white OUT), openkitty-panel. Runs as VSCode extension.

INSTALL
code --install-extension snapkitty.openkitty
TypeScript
WASM Runtime
WEBASSEMBLY · BROWSER KERNEL
BETA

snapkitty-wasm — Rust compiled to WebAssembly. Run sovereign kernel primitives in browser or edge environments.

INSTALL
npm install @snapkitty/wasm
Rust/WASM
Sovereign Notebook
JUPYTER · MULTI-KERNEL
BETA

Multi-kernel Jupyter notebook. Rust kernel for WORM-sealed execution. Python for ML. Haskell for quantum governance. seal_notebook() seals entire session.

INSTALL
jupyter notebook sovereign_notebook.ipynb
Python/Rust/Haskell
COMPATIBILITY MATRIX
Which components work together.
COMPONENTKERNELMESHERPLEANVEGWORM
Kernel
Shell Gate
VEG Engine
SKCL
Trust Deed
Model Router
ABZU Checkpoint
Lean Contracts
Tool Broker
LoRA Training
✓ natively integrated · ○ optional · — self (component IS this layer)
LANGUAGE BREAKDOWN
20+ programming languages. Every one intentional.
Erlang
112,756 LOC
369f
Elixir
103,246 LOC
462f
TSX
44,153 LOC
140f
TypeScript
38,159 LOC
403f
JavaScript
28,000 LOC
80f
Rust
23,809 LOC
131f
Java
5,822 LOC
153f
Python
4,656 LOC
37f
GDScript
3,576 LOC
19f
Kotlin
2,659 LOC
31f
Haskell
1,434 LOC
17f
Solidity
246 LOC
2f
C++
266 LOC
3f
COBOL
129 LOC
2f
Ada
142 LOC
2f
Lean 4
120 LOC
1f
HolyC
44 LOC
1f
Prolog
5 LOC
1f
APL
60 LOC
2f
PROOF OF CONCEPT

1 human + AI = 16–27 engineers

Cost
TRADITIONAL TEAM
$3.4–11.4M
WITH AI
$0
Time
TRADITIONAL TEAM
12–24 months
WITH AI
Days
People
TRADITIONAL TEAM
16–27
WITH AI
1
Languages
TRADITIONAL TEAM
3–5 per team
WITH AI
20+

Zero coordination overhead. Architectural coherence from Lean 4 at the bottom to Next.js at the top. 13 language bridges that no team would attempt. Built in days, not years.