Skip to main content
Wiring Studio
DOWNLOADS

Get the desktop app

Drawing, routing and derivation run locally. The desktop build keeps a cached part library so sheets open without a connection.

Download for Windows1.11.0 · .exe · 229 MB · universal
OTHER PLATFORMS

Every installer is the same 1.11.0 release. Pick the architecture that matches your machine.

Wiring Studio for Windows
Installer · runs on Intel, AMD and Arm
.exeuniversal229 MBDownload
Wiring Studio for Windows
Installer · Intel and AMD only
.exex64118 MBDownload
Wiring Studio for Windows
Installer · Arm devices only
.exearm64112 MBDownload
Windows 10 and 11. The combined installer carries both architectures, so it is roughly twice the size — take a single-architecture build if you know which you need.Verify a download →

Before you install

What the app needs, what signing in takes, and how it keeps itself up to date.

SYSTEM

Minimum machine

·macOS 13 Ventura, Windows 10, or Ubuntu 22.04
·64-bit Intel, Apple silicon or Arm — there are no 32-bit builds
·About 400 MB once installed, plus the offline cache
ACCOUNT

Sign-in

·The same account as the browser app
·Sign-in needs a connection the first time on a machine
·Your workspace opens offline after that
UPDATES

Stays current

·Checks on launch and every six hours
·Downloads in the background; installs on restart
·Help ▸ Check for Updates… forces a check

Install and verify

Installers are signed. If your machine warns about an unidentified developer, the file did not come from us — check the hash against the list on the right before running it.

01Download the build that matches your architecture.
02Open the installer and follow the prompts. On macOS, drag the app into Applications.
03Sign in once while connected so the part library caches locally.
04Optional: compare the SHA-512 of the file you downloaded against the value listed here.

SHA-512

1.11.0 · base64
wiring-studio-1.11.0-win.exe
jekpbVwPg9hGxp4ioGei8qWxJYLBTGpNB6FS3wI+GOoA8t7HN4BVzGtaI74iHxbtaQJCjRyIKrVkP4rpT//WSw==
wiring-studio-1.11.0-win-x64.exe
RCKbG+nFk5tAYukTcHTWLlAd4QtQeQ7Bza1EHjiVduEUjggyv/34+JxNdsmcUs4wKKncVrLuFI224i7XFskH8g==
wiring-studio-1.11.0-win-arm64.exe
0tN6d2wfGTinjy0SDMObPh0pWs9AShkCV3i1NC+z+o3p7QoB647RmMedOZCMHtuvs4QSbkFHCFaKH38FOiyjdA==
macOS / Linux openssl dgst -sha512 -binary <file> | openssl base64 -A
PowerShell [Convert]::ToBase64String([Security.Cryptography.SHA512]::Create().ComputeHash([IO.File]::ReadAllBytes("<file>")))