Runtime Developer Guide
ElastOS Runtime provides a capability-scoped execution environment where applications (capsules) and AI agents operate under the same permission model. For the conceptual foundation, see the Learn section.
Developer Guides
- Capsule Development -- the elastos-guest SDK, build targets, manifest format, signed artifacts
- Capability System -- 12-step validation, epoch mechanism, precise scoping
- AI & Agents -- agent capsules, the
elastos://ai/provider, scoped access patterns - Spaces & Namespaces -- provider routing flow, PC2 v1 to v2 URI mapping
- Command Reference -- all CLI commands organized by runtime class
- dDRM Integration -- how existing PC2 Rust/WASM crates map to runtime capsules
Resources
- Getting Started -- install, setup, and core commands
- Architecture -- three-layer design and 10 Rust crates
- Design Principles -- the five architectural commitments
- ElastOS Runtime Portal