abstract
Download

Install.

Prebuilt artifacts are attached to each GitHub Release.

macOS

abstract-<version>-macos-aarch64.dmg (Apple Silicon) or ...-macos-x86_64.dmg (Intel) — open and drag abstract to Applications. A .app.zip alternative is attached too. Builds are ad-hoc signed (no Apple Developer ID), so Gatekeeper blocks the first launch: right-click → Open, or run:

xattr -dr com.apple.quarantine /Applications/abstract.app

Linux

abstract-<version>-linux-x86_64.tar.gz (binary + docs), a .deb, an .rpm, or an .AppImage. aarch64 builds are attached as abstract-<version>-linux-aarch64.*. Works on Wayland and X11.

Arch / CachyOS (AUR)

paru -S abstract-editor      # build from source
paru -S abstract-editor-bin  # prebuilt binary

Debian / Ubuntu

Download the .deb from the latest release, then:

sudo dpkg -i abstract-editor_<version>_amd64.deb

Fedora / RHEL

Download the .rpm from the latest release, then:

sudo dnf install ./abstract-editor-<version>-1.x86_64.rpm

AppImage

chmod +x abstract-<version>-linux-x86_64.AppImage
./abstract-<version>-linux-x86_64.AppImage

Windows

abstract-<version>-windows-x86_64.exe — download and run. A .zip alternative is attached too; the icon is embedded in the exe.

From source

See Build from source.