Detecting your platform…
Splice CAD Desktop
Beta
Active development — please report issues.
Native macOS, Windows, and Linux app. Offline-capable. Reads and writes harness files directly to your filesystem. Updates automatically.
Latest release Release notes
All platforms
Loading downloads…
Every release is uploaded to VirusTotal and scanned by ~70 antivirus engines. Scan reports link directly from the download buttons above.
First launch
Beta builds are not yet code-signed by Apple or Microsoft. Each OS shows a one-time warning on first launch. Past it once and the OS remembers.
macOS — Gatekeeper warning
- Drag Splice CAD.app into Applications.
- Right-click Splice CAD in Finder → Open → Open. The choice persists for future launches.
- If the right-click route still gets blocked (common on macOS Sequoia and later), open System Settings → Privacy & Security, scroll to the Security section, and click Open Anyway next to the "Splice CAD was blocked" message. Authenticate with Touch ID or your password, then relaunch the app from Applications.
- Last resort — clear quarantine attributes from Terminal:
xattr -cr "/Applications/Splice CAD.app"
Windows — SmartScreen warning
- Run the downloaded
.exeinstaller. - SmartScreen shows "Windows protected your PC". Click More info.
- Click Run anyway. The installer continues normally.
SmartScreen reputation accrues with install volume; later releases trigger fewer warnings.
Linux — AppImage and .deb
AppImage (any distribution):
chmod +x Splice_CAD-*.AppImage
./Splice_CAD-*.AppImage Debian / Ubuntu:
sudo apt install ./splice-cad_*.deb