Apache 2.0 · Open source · Self-hostable

One platform. Nine modular Aethers.

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.

9
Aethers
Apache 2.0
Licence
100%
Open source
0
Telemetry
Works with
The Aether system

One platform. Nine focused modules.

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.

Live · 1 In development · 4 Planned · 4
Every role, one system

Replaces the spreadsheet pile.

The unmaintained Confluence pages, the rogue Notion docs, the four overlapping ITSM contracts — collapsed into one platform engineers actually want to use.

Architecture

UI-first.
API-ready. Open core.

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.

01
One install, nine modules
A single static binary on Linux, macOS, or Windows — or a Docker image. All nine Aethers ship in the same process. PostgreSQL backend, no Java, no Python, no extra services.
02
One schema, one API, one identity
Every Aether reads the same database. Edit a device in Infrastructure and it appears immediately in Network, Inventory, and Operations. One /api/v1 with Swagger, one auth layer, no integration glue.
03
Composable dashboards per role
Every dashboard is a canvas. Drag cards to rearrange, add or remove what each role cares about, save the layout per user. Network engineers, datacentre ops, and managers all open the same Aetheria — they just see different cards.
04
Audit trail across every Aether
Every create, update, and delete is logged with the user, timestamp, and a field-level diff. Filter by user, Aether, or record type. Export for compliance — no SIEM integration required.
acme-prod.aehq.io / dashboard · edit mode
Aetheria dashboard with edit mode active, showing draggable cards
Drag any card to rearrange. Add or remove what your role needs. Your layout saves per-user.
Editions

Free to self-host. Pay only when we run it.

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.

Community
Self-hosted
For teams who want full control. Run it on your own metal, your own cloud, your own air-gap.
Free · forever
Includes
  • All 9 Aethers, no feature gates
  • Unlimited devices, sites, assets and users
  • Full REST API with Swagger documentation
  • PostgreSQL backend
  • Docker · Linux (.deb, .rpm) · macOS · Windows
  • Auto-updates with rollback during maintenance windows
  • Apache 2.0 licensed · self-hosted · community support
Enterprise
Custom
Single-tenant deployments, on-prem support contracts, custom Aether development, and procurement-friendly terms.
Talk to us
Everything in Cloud, plus
  • Everything in Cloud
  • Dedicated single-tenant deployment
  • On-premises deployment support
  • Named support contact · priority response
  • Custom Aether development
  • Volume discounts · annual contracts
  • Custom DPA · MSA · procurement-friendly terms
Self-host in five minutes

One binary.
Three install methods.

Single static binary, PostgreSQL backend, no Java, no Ruby, no Python — just one Aetheria process that boots in under 200ms.

~/aetheriaSHELL
$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
~/aetheriaSHELL
$# 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
PowerShellPOWERSHELL
># 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
Apache 2.0
Free
No licence fees. Ever.
Database
PostgreSQL
Battle-tested. Self-managed or hosted.
Air-gap ready
100%
No outbound calls. Ever.
Platforms
3
Linux · macOS · Windows