- Go 1.23+
- webkit2gtk (GUI runtime)
- Node.js 18+ (build only)
yay -S aether
# or
paru -S aetherDownload the .deb package from the latest release:
sudo dpkg -i aether_*.deb
sudo apt-get install -fThe .deb package includes the aether binary and pulls in required runtime dependencies automatically.
On Omarchy, install the native wallpaper and blueprint selectors after installing Aether:
aether-install-omarchy-pluginsSource builds install them automatically with make install, or separately with make install-omarchy-plugins. See Omarchy shell plugins for keybinds and controls.
- Go 1.23+
- Wails CLI (
go install github.com/wailsapp/wails/v2/cmd/wails@latest) - Node.js 18+
- Xcode Command Line Tools:
xcode-select --install
git clone https://github.com/omacom/aether.git
cd aether && make buildThis builds aether as a macOS app in build/bin/.
make installThis copies the app to /Applications/Aether.app or the binary to /usr/local/bin/aether.
Aether runs in standalone mode on macOS — theme files are generated but not applied system-wide. See Standalone Usage for integration details.
sudo pacman -S go webkit2gtksudo apt install golang libgtk-3-dev libwebkit2gtk-4.1-dev nodejs npm pkg-configNote: Debian Bookworm and Ubuntu 22.04+ ship only
webkit2gtk-4.1. The build system handles this automatically via the-tags webkit2_41flag, so no manual workaround is needed.
git clone https://github.com/omacom/aether.git
cd aether && make buildThis builds aether to build/bin/.
cp li.oever.aether.desktop ~/.local/share/applications/./build/bin/aether