Start building • Local first

Developers

Install the toolchain, run your first .aether program, and learn the project layout.

Quickstart

  1. Install Python 3.10+ and Git.
  2. Clone the repo and create a virtual environment.
  3. Run the hub server and open the web console.

Commands

python -m aetherra_hub.compat
python aetherra_os.py

Key Concepts

Project layout

Environment basics

Run your first .aether

  1. Start the hub: python -m aetherra_hub.compat
  2. Start the OS: python aetherra_os.py
  3. Open the docs page and set Hub URL via the widget title (Ctrl+click).
  4. 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

Next steps