Skip to content

devonuto/boss-es8-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOSS ES-8 Linux

This repository exists because BOSS does not provide a native Linux distribution of the ES-8 Editor. It packages the official BOSS ES-8 Editor assets inside a community-maintained Electron wrapper for Linux.

Important Usage Rule

For the most reliable startup, connect your BOSS ES-8 over USB and power it on before launching the editor.

If the editor starts without the device attached, the window should stay open, but MIDI connection errors can appear and the editor will not sync until the hardware is available.

Installation

Download packages from the GitHub Releases page for this repository.

Option A: Debian, Ubuntu, Mint, Pop!_OS (.deb)

  1. Download boss-es8-linux_<version>_amd64.deb from the latest release.
  2. Install it:
sudo dpkg -i boss-es8-linux_<version>_amd64.deb
sudo apt-get install -f -y
  1. Launch from your app menu (BOSS-ES8-Linux) or run:
boss-es8-linux

Option B: AppImage

  1. Download BOSS-ES8-Linux-<version>.AppImage from the latest release.
  2. Make it executable:
chmod +x BOSS-ES8-Linux-<version>.AppImage
  1. Launch it:
./BOSS-ES8-Linux-<version>.AppImage

USB Permission Fix

If the editor opens but cannot detect the pedalboard, install the bundled udev rule:

sudo cp 80-boss-es8.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules
sudo udevadm trigger

Disconnect and reconnect the ES-8 after reloading the rules.

Licensing

The original BOSS/Roland editor assets included in app-core/ remain copyrighted by Roland Corporation and are not relicensed by this repository.

The third-party bundled components already shipped with the editor, such as jQuery and jQuery UI, retain their own upstream licenses as noted in the application about dialog.

Any new wrapper code, release notes, and documentation added for this community Linux packaging should be treated separately from the original vendor assets.

Build From Source

Install dependencies and build both Linux packages locally:

npm install
npm run pack

Successful builds are written to the dist/ directory as AppImage and deb artifacts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors