Automated installer
The aetheris-installer repository ships an archinstall-style terminal wizard for deploying Aetheris on Linux, macOS and Windows.
Repository: https://github.com/aetheris-project/aetheris-installer (opens in a new tab)
Requirements
- Python 3.10+
- Node.js 20.x LTS (for web/app components)
- git
Quick start
git clone https://github.com/aetheris-project/aetheris-installer.git
cd aetheris-installer
python -m venv .venv && source .venv/bin/activate
python -m aetheris_installer --yesWhat it does
- Detects the OS (Linux / macOS / Windows).
- Creates
./aetheris-deploywith the full layout. - Writes
.envfiles for web app and backend. - Installs Node and Python dependencies.
- Generates service units (systemd / launchd / Task Scheduler).
- Verifies endpoints.
Quick links
- CLI reference — all flags, env vars, exit codes
- Installation guide — per-OS deployment paths
See also: Installation, Environment variables.