BeatBax Desktop v0.1.0 — the live-coding IDE for retro console chiptunes.
Try BeatBax with no download required using a modern browser such as Chrome, Firefox, or Edge:
Song export, BeatBax Copilot, Channel Mixer, Visualizer and other enhanced features require BeatBax Desktop.
Install the BeatBax CLI from npm for scripted playback, validation, exports, and sample conversion:
npm install -g @beatbax/cli
beatbax --helpSee the BeatBax CLI documentation for installation notes and command reference.
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-allSee the development guide for more details.