Open Source|All improvements go through Pull Requests with automated CI checks before review by@Leo-Galli|Join Discord|Contributing guide
Windows Installer setup

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:

  1. Install dependencies only — Docker Desktop, Git, Node.js, Python
  2. Install software only — clone + start Docker stack
  3. Install dependencies and software — full setup
  4. Uninstall — stop stack, remove volumes and app directory

Manage section:

  1. Stack status — colored per service state
  2. Start / Stop the stack
  3. Console — live docker compose logs -f

Updates section:

  1. Update installer — self-update from GitHub Releases
  2. Update software — pull latest images, recreate containers

Update actions always ask for confirmation twice.

TUI keys

KeyAction
Up / Down or j / kMove selection
Space / EnterConfirm
q / EscBack / 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/health

Uninstalling

Run --uninstall or manually:

cd <target>\aetheris-app
docker compose down -v
cd ..
Remove-Item -Recurse -Force <target>

See also: CLI reference, Installation.