Early Access

The IT operations platform.

Nine modular Aethers. One source of truth for your physical infrastructure, network, inventory, and operations. Self-host the open core, or run on Aetheria Cloud.

9
Aethers
MIT
Licence
100%
Open source
0
Telemetry
aetheria ↗ acme-prod ×
ansible ×
zsh · 142×38
Built for teams running
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
Deploy in one command
Docker Compose, a .deb package, or a native binary on Linux, macOS, or Windows. Migrations run automatically on startup. Your instance is live in under 5 minutes.
02
Add your infrastructure
Start with Sites and work up — locations, racks, devices, manufacturers. Every resource links to every other. One source of truth for your entire estate.
03
Every role gets their view
Network engineers, sysadmins, managers, and procurement teams each see the Aethers relevant to their role. Role-based dashboards show what matters, nothing else.
04
Full audit trail, always on
Every create, update, and delete is logged with the user, timestamp, and changed values. Activity feeds per Aether and cross-platform in the admin log.
infra/lhr1.yml YAML
 1# LHR1 · London datacentre · primary
 2apiVersion: aehq.io/v1
 3kind: Site
 4metadata:
 5  name: lhr1
 6  tenant: acme-prod
 7  labels:
 8    env: production
 9    tier: tier-1
10spec:
11  region: eu-west
12  timezone: Europe/London
13  capacity:
14    racks: 48
15    power: 96kW
16    cooling: N+1
17  contacts:
18    - role: on-site
19      name: "Mikael Søndergaard"
20  circuits:
21    - lhr1-lon-pri     # 100 Gbps · Lumen
22    - lhr1-fra-back    # 40 Gbps · Cogent
Editions

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

The full Community Edition is MIT 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
  • MIT 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
MIT Licensed
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