Windows Installer — Setup
Interactive wizard and first-time installation.
Interactive wizard
Launch the exe to open the curses TUI wizard with arrow-key navigation.
Setup section:
- Install dependencies only — Docker Desktop, Git, Node.js, Python
- Install software only — clone + start Docker stack
- Install dependencies and software — full setup
- Uninstall — stop stack, remove volumes and app directory
Manage section:
- Stack status — colored per service state
- Start / Stop the stack
- Console — live
docker compose logs -f
Updates section:
- Update installer — self-update from GitHub Releases
- Update software — pull latest images, recreate containers
Update actions always ask for confirmation twice.
TUI keys
| Key | Action |
|---|---|
| Up / Down or j / k | Move selection |
| Space / Enter | Confirm |
| q / Esc | Back / quit |
Verifying the install
docker compose ps
curl.exe -fsSI http://127.0.0.1:3000 | Select-Object -First 1
curl.exe -fsS http://127.0.0.1:8000/healthUninstalling
Run --uninstall or manually:
cd <target>\aetheris-app
docker compose down -v
cd ..
Remove-Item -Recurse -Force <target>See also: CLI reference, Installation.