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
- Open the downloaded
.dmgand drag AuraDeck into your Applications folder. - 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
- Download the
.exeinstaller for your architecture (x64 or ARM64) and run it. The.msipackages are available if you prefer those. - 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 theaarch64build on ARM64). - Debian/Ubuntu:
sudo apt install ./AuraDeck_0.2.0_amd64.deb(or thearm64build). - Fedora/openSUSE:
sudo dnf install ./AuraDeck-0.2.0-1.x86_64.rpm(or theaarch64build);zypperworks too. - Raw binary: download
auradeck-0.2.0-linux-x86_64(orauradeck-0.2.0-linux-aarch64),chmod +x, and run. Requireswebkit2gtk-4.1andgtk3. To register the.adslfile type and a desktop entry, also grabinstall-mime.shfrom the release.