Start building • Local first
Developers
Install the toolchain, run your first .aether program, and learn the project layout.
Quickstart
- Install Python 3.10+ and Git.
- Clone the repo and create a virtual environment.
- Run the hub server and open the web console.
Commands
python -m aetherra_hub.compat
python aetherra_os.py
Key Concepts
- Aether Script (.aether) — declarative tasks and pipelines.
- Kernel & Plugins — execution runtime with queues and metrics.
- Service Registry — discover and register capabilities.
Project layout
aetherra_os.py— OS entrypoint.python -m aetherra_hub.compat— Hub API (plugins, status, metrics).tools/— verification scripts and quality gates.docs/— this site;sections/contains landing pages.
Environment basics
AETHERRA_HUB_URL— hub base URL the UI talks to.AETHERRA_TOKEN— token sent asX-Aetherra-Tokenfor protected endpoints.
Run your first .aether
- Start the hub:
python -m aetherra_hub.compat - Start the OS:
python aetherra_os.py - Open the docs page and set Hub URL via the widget title (Ctrl+click).
- Submit a task and watch it via the widget task watcher.
Tooling
Use the Runtime & CLI
Language
Write your first .aether file
Extensibility
Build a plugin
Examples
Tutorials & recipes