Windows · macOS · Linux

Download AetherDesk

Three pieces: the Agent on each device, a Controller to drive them (or the web dashboard), and the self-hosted Hub on your server.

Step 1 · Every device

Agent

Install the tiny agent on every machine you want to control. It runs in the background and connects out to your hub — no inbound ports.

Windows
Windows 10 / 11 · 64-bit
Coming soon
macOS
macOS 12+ · Apple Silicon & Intel
Coming soon
Linux
x86-64
Coming soon
also: .deb
Prefer a headless install? Use the CLI:
aetherdesk-agent --hub wss://your-hub:6001/ws

The GUI installers above bundle this same agent and set it up for you.

Step 2 · The app you drive

Controller

The desktop app to drive your fleet. Optional — you can also just open the web dashboard in any browser, no install required.

Windows
Windows 10 / 11 · 64-bit
Coming soon
macOS
macOS 12+ · Apple Silicon & Intel
Coming soon
Linux
x86-64
Coming soon
also: .deb
Step 3 · Your server

Hub

The self-hosted coordinator. Run it once on a VPS or a home box — a single binary, or Docker.

Linux
static binary · also on Docker
Coming soon
Windows
64-bit
Coming soon
macOS
Apple Silicon & Intel
Coming soon
Or run it with Docker:
docker run -d -p 6001:6001 ghcr.io/jdeveloperm/aetherdesk-hub:latest

AetherDesk v0.1.0 · Open source (AGPL-3.0). Verify downloads with the published SHA-256 checksums. macOS builds are notarized; Windows builds are signed.