Skip to main content

Start Here

Audience

This page is for developers, implementers, and evaluators touching AiOS for the first time.

Goal and Scope

This page helps you build the minimum working mental model:
  1. how AiOS starts and enters bootstrap
  2. how to complete a first application delivery
  3. how to run a first Agent/CLI command

Core Concepts

  • public docs are organized by user intent rather than historical product lines
  • the single-binary entry exists for install/bootstrap, not as the final formal runtime
  • application delivery, agent access, and operations all share the same control-plane capabilities
  1. Install Entry
  2. Bootstrap: Light Mode
  3. Bootstrap: Full Mode
  4. Deploy Your First App
  5. First Agent Command

CLI Examples

go run ./cmd/aios
aios app up --env dev
aios approval request --action deploy.app.update --resource app:project/prod/my-api

Web UI Path

  • install wizard
  • application creation wizard
  • task center and approval center

Pitfalls / Risk Notes

  • single-binary startup is not the final production runtime model
  • application delivery and agent commands do not bypass the unified guardrail chain