Windows installation
Run Aetheris on Windows 10/11.
Recommended: Docker Desktop
No native tools needed:
git clone https://github.com/aetheris-project/aetheris-app.git
cd aetheris-app
cp .env.example .env
docker compose up -d --buildVia winget
winget install AetherisProject.AetherisWindowsInstallerLaunches a TUI wizard that manages Docker Desktop and the stack.
Native install (automated)
git clone https://github.com/aetheris-project/aetheris-installer.git
cd aetheris-installer
python -m venv .venv
.venv\Scripts\activate
python -m aetheris_installer --yesStart services in two terminals:
aetheris-deploy\aetheris-app\backend\start-backend.bat
aetheris-deploy\aetheris-app\start-web.batRegister auto-start (run once as Administrator):
aetheris-deploy\deploy\register-schtasks.cmdNative install (manual)
Requires Node.js 20+ and Python 3.10+:
cd aetheris-app
npm ci && npx prisma generate && npx prisma migrate deploy
npm run build
npm run startWSL2
wsl --install -d Ubuntu-22.04
wsl
# follow Linux instructionsSee also: Windows setup, Installation.