Platform Overview
Audience
This page is for maintainers, implementers, and operators entering the platform docs for the first time.Goal and Scope
This page helps you quickly understand:- what the formal AiOS runtime model is
- how platform responsibilities differ from application runtime responsibilities
- which architecture and environment pages to read next
Core Concepts
Runtime layering
AiOS uses:- a binary install/bootstrap entry
- K3s + image-based services for formal runtime
- stateless control-plane services with externalized state
Platform responsibilities
The platform is responsible for:- installation and cluster adoption
- authorization, approval, audit, and task orchestration
- application delivery policies and runtime governance
- data-access gateways and security boundaries
Standard Workflow
- the installer detects the environment and initializes K3s
- platform dependencies and control-plane services are deployed into K3s
- users access the platform through Web / CLI / Agent channels using the same server-side capabilities
CLI Examples
Web UI Path
- platform overview
- cluster and environments
- tasks and approvals
- application delivery and deployment history
Pitfalls / Risk Notes
- the local single-binary skeleton is only for bootstrap/dev validation
- the formal runtime target remains image-based services inside K3s