Get Started

Download for your platform.

Choose Windows, macOS, or Linux. Install in minutes. No cloud account required.

Offline AppProduction Ready

Installer signing is in progress

We are currently finalizing code signing for the installer, so your OS may show a security warning before signing is complete.

  1. On macOS, immediately after downloading, open Terminal and run: xattr -rd com.apple.quarantine ~/Downloads/docStitch.dmg — this removes the quarantine flag and ensures smooth installation.
  2. On Windows, right-click the downloaded .exe file, select Properties, check Unblock at the bottom, then click Apply. Alternatively, open PowerShell as Administrator and run: Remove-Item -Path "$env:USERPROFILE\Downloads\docStitch.exe" -Stream "Zone.Identifier" -ErrorAction SilentlyContinue
  3. On Linux, if needed, make the file executable with chmod +x and launch it from your file manager or terminal.