Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.skrmir.com/llms.txt

Use this file to discover all available pages before exploring further.

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 understand the current bootstrap entry and future Agent/CLI direction

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. Local PostgreSQL Development Setup
  3. Bootstrap: Light Mode
  4. Bootstrap: Full Mode
  5. Deploy Your First App
  6. First Agent Command

Current Startup Example

Terminal A:
go run ./cmd/aios
Terminal B:
curl http://localhost:8080/healthz
curl http://localhost:8080/readyz
If you want a local development loop backed by external state, start with Local PostgreSQL Development Setup before launching the server. Commands such as aios app up and aios approval request are not implemented in the repository today. When public docs retain those examples, they must be treated as future CLI direction only.

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