Skip to main content

Download BeatBax Desktop

BeatBax Desktop v0.1.0 — the live-coding IDE for retro console chiptunes.

Download on itch.io

Code signing: Installers are not code-signed yet. Windows SmartScreen and macOS Gatekeeper may warn on first install. See README.txt in the install folder for platform-specific steps.

BeatBax web-lite client

Try BeatBax with no download required using a modern browser such as Chrome, Firefox, or Edge:

app.beatbax.com

Song export, BeatBax Copilot, Channel Mixer, Visualizer and other enhanced features require BeatBax Desktop.

BeatBax CLI

Install the BeatBax CLI from npm for scripted playback, validation, exports, and sample conversion:

npm install -g @beatbax/cli
beatbax --help

See the BeatBax CLI documentation for installation notes and command reference.

Development

Clone the BeatBax toolchain from GitHub to work on the engine, plugins, CLI, web or desktop apps:

git clone https://github.com/kadraman/beatbax.git
cd beatbax
npm install
npm run build-all

See the development guide for more details.