Gibber Alternatives
Looking for an alternative to Gibber? It's browser-based live coding environment combining music synthesis and sequencing with 3D graphics. Below are 3 other web audio tools for making music with code — how each compares, and when it's the better choice. Every option is verified against its own source.
Heads up: Gibber is no longer actively maintained (last activity 2024), so a maintained alternative below may be the safer long-term pick.
| Alternative | Language | License | Best for |
|---|---|---|---|
| NexusUIJavaScript toolkit of Web Audio UI widgets (dials, sliders, pads) for building browser instruments. | JavaScript | MIT | Quickly adding musical control surfaces to browser-based instruments and demos. |
| p5.soundp5.js add-on bringing the Processing approach to Web Audio: playback, effects, synthesis and analysis. | JavaScript | MIT | Adding accessible sound to creative-coding p5.js sketches. |
| Tone.jsWeb Audio framework for making interactive music in the browser, with DAW-like transport, synths and effects. | TypeScript / JavaScript | MIT | Building interactive, browser-based music apps and instruments. |
Notable picks
NexusUI
JavaScript toolkit of Web Audio UI widgets (dials, sliders, pads) for building browser instruments. Best for quickly adding musical control surfaces to browser-based instruments and demos. Versus Gibber: unlike Gibber it's actively maintained.
p5.sound
p5.js add-on bringing the Processing approach to Web Audio: playback, effects, synthesis and analysis. Best for adding accessible sound to creative-coding p5.js sketches. Versus Gibber: unlike Gibber it's actively maintained.
Tone.js
Web Audio framework for making interactive music in the browser, with DAW-like transport, synths and effects. Best for building interactive, browser-based music apps and instruments. Versus Gibber: unlike Gibber it's actively maintained.
Related JavaScript tools
Other JavaScript tools worth a look, from adjacent categories.