This repository contains the installer script for running the complete TonalFlex app bundle on a Raspberry Pi running Elk Audio OS.
The installer fetches and installs the latest versions of all required core components and plugins from the official TonalFlex release repositories.
- Raspberry Pi running Elk Audio OS
- Internet connection
- SSH access to the device
Default password: elk
Replace elk-pi.local with your device's IP address if needed.
cd /home/mind
git clone https://github.com/tonalflex/tonalflex-bundle.git
cd tonalflex-bundle
chmod +x install.sh
./install.shWhen prompted, enter the device password to allow installation of system binaries.
The script reads from manifest.json to download and install:
-
Core binaries (e.g.
ui-server,butler,envoy)
→ Installed to/bin -
Plugins (VST3 Audio DSP Processors)
→ Installed to/home/mind/plugins
It handles downloading, extracting .tar.gz files, and setting executable permissions automatically.
This project is licensed under the terms of the LICENSE file included in this repository.