Replace your DCIM, IPAM, asset registry, and operations wiki — with one open-source platform built for engineers. Self-host the open core, or run on Aetheria Cloud.
Each Aether is a module owned by a different role on your team — but they share one schema, one API, one identity layer. Nothing to integrate. Nothing to keep in sync.
The unmaintained Confluence pages, the rogue Notion docs, the four overlapping ITSM contracts — collapsed into one platform engineers actually want to use.
Deploy once, then manage everything through the UI or the API. Every Aether shares one database — changes in one are instantly visible in all. No silos, no duplication.
/api/v1 with Swagger, one auth layer, no integration glue.
The full Community Edition is Apache 2.0 licensed — no feature gates, no telemetry, no asterisks. Aetheria Cloud is the same codebase, hosted and managed by us.
Single static binary, PostgreSQL backend, no Java, no Ruby, no Python — just one Aetheria process that boots in under 200ms.
$docker run -d \
-p 8080:8080 \
-v aetheria-data:/var/lib/aetheria \
-e AETHERIA_TENANT=acme-prod \
ghcr.io/aetheria/aetheria:latest
# open http://localhost:8080
$# Debian / Ubuntu
$wget https://releases.aehq.io/latest/aetheria_linux_amd64.deb
$sudo apt install ./aetheria_linux_amd64.deb
$sudo systemctl start aetheria
# macOS
$curl -L https://releases.aehq.io/latest/aetheria_macos_arm64 -o aetheria
$chmod +x aetheria && ./aetheria
># Download the installer
>Invoke-WebRequest -Uri https://releases.aehq.io/latest/aetheria_windows_amd64.exe -OutFile aetheria_setup.exe
># Run the installer
>.\aetheria_setup.exe