Start with sound.
Run a real SoundGraph patch in the browser, then carry it into the full editor without installing an application.
- Install
- Nothing
- Patch format
- SoundGraph JSON
- Best for
- Trying, learning, sharing
ONE PATCH · THREE PLACES TO RUN IT
SoundGraph is a web app, a desktop app, and a portable audio engine for hardware. The patch stays the center of the system: make it once, then choose where it should run.

The useful distinction
A SoundGraph patch is a portable description of nodes, connections, controls, and metadata. The browser and desktop applications are different ways to edit and play that file.
Hardware adds a target-specific handoff. Some boards receive the patch over serial; Axoloti compiles supported nodes into a binary or a bootable bank. Moving the graph does not mean every host has identical controls or capabilities.
Choose a path
Start in the browser if you are new. Use the desktop app when local files and device connections matter. Move to hardware when the patch needs to become an instrument of its own.
Run a real SoundGraph patch in the browser, then carry it into the full editor without installing an application.
The native application is the complete visual editor for local patch files, deeper editing, and direct serial communication with supported hardware.
Send the patch to a supported board for a standalone instrument. The exact transfer depends on the target: serial firmware for current ESP32 work, or a compiled patch and microSD bank for Axoloti Core.
Hardware handoff
“Download to hardware” means transferring the graph—or a compiled form of it—to a device that can run without the editor open.
Axoloti uses a separate, source-and-command-line workflow today. SoundGraph resolves the patch, generates the supported Axoloti code, compiles a patch binary, and installs it over micro-USB or bakes a bank for microSD.
The complete guide covers safe power, cables, audio and MIDI ports, card formatting, the programming sequence, legacy tools, the expansion pinout, controller remapping, design files, and troubleshooting.
Open the Axoloti Core guideCurrent release shape
The browser experience and full web editor are available now. The source is public. A desktop download URL is not linked on the site yet, so this documentation does not invent one.
As packaged desktop builds and additional hardware targets become public, this page is the place for exact operating-system downloads, firmware requirements, supported boards, and tested transfer steps.