Download SprintEngine Studio.

No account required. Latest version 0.6.0.

macOS builds are signed and notarized. Windows builds are not signed yet, so SmartScreen will warn before the installer runs.

Or build it from source

SprintEngine Studio is open source under the MIT licence. You need Node 22 and npm.

git clone https://github.com/sprintengine/studio.git
cd studio
npm ci
npm run dev

sprintengine/studio on GitHub →