Skip to content

Download

Download the latest version of PolyBoard from GitHub:

Download polyboard.syx

The firmware is distributed as a .syx (SysEx) file that can be uploaded to your Launchpad Pro.

All releases are available on the GitHub Releases page.

If you want to build the firmware yourself:

  1. Clone the repository:

    Terminal window
    git clone https://github.com/b4nst/PolyBoard.git
    cd PolyBoard
  2. Enter the development shell (requires Nix):

    Terminal window
    nix develop
  3. Build the firmware:

    Terminal window
    make all

The compiled polyboard.syx will be in the build/ directory.

Once you have the firmware file, proceed to Upload to install it on your device.