Download Studio Quadd for free
No account, no card, no trial period — and on as many machines as you want. On a Mac, one line in the Terminal does it; on Windows, it's the installer just below.
v0.1.0published on
Install from the Terminal
recommended on macOSOn a Mac this is the shortest path and the only one without a scare: the script downloads the latest version, installs it into Applications and never hits the security warning the DMG still triggers.
Paste it into Terminal and you're done:curl -fsSL https://raw.githubusercontent.com/SoftQuadd/studioquadd-releases/main/install.sh | shOr download the installer
Rather double-click? Your platform's file is right below, with the size and checksum of the published version.
0209ce4c9ce96e0eb4bb3dcb37562976d86f779b891d9f797b739fd0d70236e8995fd9203457182f6d1f2e426d1e68624de768a53731a9c9d5b313db674e1faaBefore you install
- Google Chrome installed — it is what renders the artwork at high resolution, in an invisible window in the background.
- Disk space for your library of pieces, which grows as you use it.
- An AI provider: local (Claude Code, Ollama, opencode) or by API key. Configured inside the app on first run.
First launch on macOS
The build is not notarised by Apple yet. The first time, open System Settings → Privacy & Security and click “Open Anyway”. After that it opens normally.
Verify what you downloaded
We publish the SHA-256 of every installer. Before opening it, hash the file you downloaded and compare it with the one here: if they match, the file is exactly what we published and was not altered on the way.
shasum -a 256 Studio.Quadd_0.1.0_aarch64.dmgGet-FileHash .\Studio.Quadd_0.1.0_x64-setup.exe -Algorithm SHA256