Download

Download pre-built AuraDeck binaries from GitHub Releases.

Pre-built binaries are published on the project's GitHub releases page. If you would rather build from source, see the installation guide.

Platforms

Platform x86_64 / amd64 ARM64
macOS 11+ universal .dmg universal .dmg
Windows 10+ .exe installer · .msi .exe installer · .msi
Linux (AppImage) .AppImage .AppImage
Linux (Debian/Ubuntu) .deb .deb
Linux (Fedora/openSUSE) .rpm .rpm

See all assets and release notes on the latest release page.

macOS install

  1. Open the downloaded .dmg and drag AuraDeck into your Applications folder.
  2. Eject the disk image.

First launch (Gatekeeper)

Current builds are not yet signed and notarised by Apple, so the first time you open AuraDeck macOS may report that the app "is damaged and can't be opened" or "cannot be opened because the developer cannot be verified". After copying the app to Applications, either:

Option A — download the helper script. Download install-mac.sh from the same release and run it:

bash ~/Downloads/install-mac.sh

Option B — one Terminal command. Run:

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

Then launch AuraDeck normally from Launchpad or the Applications folder.

Windows install

  1. Download the .exe installer for your architecture (x64 or ARM64) and run it. The .msi packages are available if you prefer those.
  2. Builds are not yet code-signed, so Windows SmartScreen may warn on first launch. Choose More info, then Run anyway.

Prefer a portable build? Download the standalone executable auradeck-0.2.0-windows-x86_64.exe (or auradeck-0.2.0-windows-aarch64.exe on ARM64) and run it directly without installing.

Linux install

  • AppImage (any distro): chmod +x AuraDeck_0.2.0_amd64.AppImage && ./AuraDeck_0.2.0_amd64.AppImage (use the aarch64 build on ARM64).
  • Debian/Ubuntu: sudo apt install ./AuraDeck_0.2.0_amd64.deb (or the arm64 build).
  • Fedora/openSUSE: sudo dnf install ./AuraDeck-0.2.0-1.x86_64.rpm (or the aarch64 build); zypper works too.
  • Raw binary: download auradeck-0.2.0-linux-x86_64 (or auradeck-0.2.0-linux-aarch64), chmod +x, and run. Requires webkit2gtk-4.1 and gtk3. To register the .adsl file type and a desktop entry, also grab install-mime.sh from the release.