A GPU-native code editor.
VSCode UX and ecosystem, without the Electron overhead — written in Rust, rendered on the GPU with wgpu.
Prefer a portable Windows .exe? Grab aether-windows-x86_64.exe · All releases · Source on GitHub
Pick whichever fits your setup — all stay up to date with each release.
# add the repo's signing key + source, then install
curl -fsSL https://actuallyroy.github.io/aether-editor/apt/aether.gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/aether.gpg
echo "deb [signed-by=/usr/share/keyrings/aether.gpg] https://actuallyroy.github.io/aether-editor/apt stable main" | sudo tee /etc/apt/sources.list.d/aether.list
sudo apt update && sudo apt install aether
curl -fsSL https://actuallyroy.github.io/aether-editor/install.sh | sh
# Debian package sudo apt install ./aether_*.deb # or the portable AppImage — no install needed chmod +x Aether-x86_64.AppImage && ./Aether-x86_64.AppImage
The .deb and .AppImage are attached to every release.
Every pixel drawn with wgpu — smooth scrolling and crisp text at any zoom.
Explorer, tabs, command palette, search, source control, integrated terminal.
Stage, commit, diff side-by-side, and a change-count badge — no extension needed.
Checks GitHub for new releases and updates itself in place.