Skip to content

Installation

Macro Deck runs on the computer you want to control. Your phone, tablet or browser then connects to it over your network. Check Compatibility for the supported systems.

Jump to your platform:

Stable releases are recommended for everyday use. Beta releases get new features first, but may contain incomplete or unstable functionality.

Loading the latest releases. You can also download them fromGitHub Releases.

Download the installer and run it.

Loading the latest releases. You can also download them fromGitHub Releases.

Download the disk image, open it and move Macro Deck into your Applications folder. Macro Deck requires macOS 11 or later on an Apple silicon Mac.

Install from the Macro Deck APT repository to receive updates through apt. The beta suite also receives every stable release.

Terminal window
sudo install -d -m 0755 /etc/apt/keyrings
sudo curl -fsSLo /etc/apt/keyrings/macro-deck.asc https://packages.macro-deck.app/gpg.asc
sudo tee /etc/apt/sources.list.d/macro-deck.sources > /dev/null <<'EOF'
Types: deb
URIs: https://packages.macro-deck.app
Suites: beta
Components: main
Architectures: amd64
Signed-By: /etc/apt/keyrings/macro-deck.asc
EOF
sudo apt update
sudo apt install macro-deck

Updates then arrive with sudo apt upgrade.

Alternatively, run the AppImage, which updates itself, or install the Debian package directly, which then does not receive updates.

Loading the latest releases. You can also download them fromGitHub Releases.

Install the RPM package or run the AppImage. Macro Deck is not in the AUR yet.

Loading the latest releases. You can also download them fromGitHub Releases.

Continue with Getting started.