Install Schwung

Schwung runs alongside stock Move firmware. Your Move keeps working normally — Schwung adds a parallel UI layer for additional synths, effects, and tools.

Independent project. Not approved, endorsed, or supported by Ableton.

Desktop installer (recommended)

Graphical app that handles SSH setup, installation, upgrades, and uninstall. Accessible via screen reader.

Before you start

Command line

One-liner install, for people comfortable in a terminal.

curl -L https://raw.githubusercontent.com/charlesvestal/schwung/main/scripts/install.sh | sh

Accessible install (screen reader only)

curl -sL https://raw.githubusercontent.com/charlesvestal/schwung/main/scripts/install.sh | sh -s -- --enable-screen-reader --disable-shadow-ui

Uses silent mode for minimal output, suitable for screen readers.

After install

Uninstall

The desktop installer above also uninstalls Schwung. If you'd rather use the terminal:

curl -L https://raw.githubusercontent.com/charlesvestal/schwung/main/scripts/uninstall.sh | sh

By default, uninstall exports inactive Set Pages backups before removing Schwung. To skip the backup and purge data, append -s -- --purge-data.

Help & community