Studio QuaddStudio Quadd
download

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 macOS

On 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 | sh

Or download the installer

Rather double-click? Your platform's file is right below, with the size and checksum of the published version.

macOSApple Silicon · M1+
fileStudio.Quadd_0.1.0_aarch64.dmg
requiresmacOS 13 Ventura or newer
size158 MB
version0.1.0
SHA-2560209ce4c9ce96e0eb4bb3dcb37562976d86f779b891d9f797b739fd0d70236e8
Download for macOS
Windows64 bits · .exe
fileStudio.Quadd_0.1.0_x64-setup.exe
requiresWindows 10 or newer
size101 MB
version0.1.0
SHA-256995fd9203457182f6d1f2e426d1e68624de768a53731a9c9d5b313db674e1faa
Download for Windows

Also available as .msi (148 MB)

Before 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.

On macOS or Linux, in Terminal:shasum -a 256 Studio.Quadd_0.1.0_aarch64.dmg
On Windows, in PowerShell:Get-FileHash .\Studio.Quadd_0.1.0_x64-setup.exe -Algorithm SHA256