Desktop app

Download Rewire Desktop

Beta

Get the full suite — Studio, Editor, and Market. Download is open for everyone; creators join the waitlist for Editor access.

Detecting your device…

Free to download · Join the waitlist for Studio early access

Beta

Early preview — things will move fast

Rewire Desktop is a work in progress. You might hit rough edges, and your computer may show a security prompt when you install it — especially on Mac. That's expected for now, not a sign that anything is wrong with the app.

Mac won't open it? Try this

  1. 1Open the download, drag Rewire into Applications, like any other app.
  2. 2If double-clicking shows a scary message — “can't be opened,” “damaged,” or similar — right-click Rewire in Applications and choose Open. Click Open again when Mac asks. You only need to do this once.
  3. 3After that, Rewire opens normally from your Dock or Applications folder like any other app.

On Windows, SmartScreen may show a similar “Windows protected your PC” screen — choose More info, then Run anyway.

All platforms

Pick your operating system

What you get

Everything in one installer

  1. Rewire Studio

    The DAW — arrange clips, edit MIDI, mix, stems, and host plugins.

  2. Rewire Editor

    Build JUCE VST3 plugins with a visual DSP graph, UI preview, in-app host, and AI agent.

  3. Rewire Market

    Browse and license plugins — syncs with your web library and installs into the same app.

Requirements

System requirements

macOS

  • ·macOS 12 Monterey or later
  • ·Apple Silicon or Intel Mac
  • ·~500 MB disk space
  • ·Internet for marketplace & sync

Windows

  • ·Windows 10 or later (64-bit)
  • ·WebView2 runtime (usually preinstalled)
  • ·~500 MB disk space
  • ·Internet for marketplace & sync

Creators

  • ·Creator AI features require LM Studio running locally
  • ·JUCE/CMake toolchain for building plugins from source

Developers

Build from source

Prefer to hack on Rewire itself? Clone the repo and run the desktop app locally — same Rewire Desktop experience.

pnpm install
pnpm --filter @vststore/shared build
pnpm dev:api        # http://localhost:8000
pnpm dev:desktop    # Tauri + Vite