Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Community Resources

The Sovereign AI Stack is an open ecosystem of Rust crates. This chapter lists the primary resources for learning, contributing, and getting support.

GitHub Repositories

RepositoryPurpose
batutaOrchestration framework
truenoSIMD/GPU compute primitives
aprenderML algorithms, APR v2 format
realizarInference engine
repartirDistributed computing
depyler / decy / bashrsLanguage transpilers
renacerSyscall tracing
pmatStatic analysis and TDG scoring

Documentation

ResourceAccess
API docs (local)cargo doc --no-deps --open
API docs (published)https://docs.rs/<crate>
This book (local)make book-serve (localhost:3000)
Oracle modebatuta oracle "your question"
Oracle RAGbatuta oracle --rag "topic"
Cookbook recipesbatuta oracle --cookbook --format code

Crates.io

All production-ready stack components are published on crates.io:

# Check latest versions
batuta stack versions

# JSON output for automation
batuta stack versions --format json

Learning Path

StageResources
Getting startedThis book, Parts I-II
Practical examplesThis book, Part IV
ML workflowsbatuta oracle --cookbook
Deep internalsThis book, Part IX, and cargo doc
ContributingAppendix J: Contributing Guide

Staying Updated

Subscribe to crates.io RSS feeds for release notifications:

https://crates.io/api/v1/crates/trueno/versions.rss
https://crates.io/api/v1/crates/aprender/versions.rss
https://crates.io/api/v1/crates/realizar/versions.rss

Navigate: Table of Contents