Launch AitherOS
Bootstrap & setup instructions for humans and agents
Everything you need to go from a fresh clone to a running AitherOS instance. Pick the tab that matches you — Human for interactive setup, or Agent for automated CI/headless bootstrap.
Clone the Repository
Get the source code on your machine
git clone https://github.com/Aitherium/AitherZero.git
cd AitherZeroRun the Bootstrap
One command sets up the entire AitherZero PowerShell module, detects your system, and installs dependencies
pwsh -File ./bootstrap.ps1 -Mode New -InstallProfile StandardMinimal Standard Developer Full— use Developer for dev environments.Run the Guided Installer
Interactive wizard that generates encryption keys, detects hardware, and collects API keys
pwsh -File ./install-guided.ps1This creates a .env file with your secrets. AitherSecrets auto-ingests them on first boot.
Start the Core Stack
Launch the core containers for AitherOS-Alpha, including Veil, Genesis, Secrets, and Chronicle
npm startThis starts the default core profile for AitherOS-Alpha.
Open AitherVeil
The dashboard is now running at localhost:3000