Installation
Install Delta on macOS, Windows, or Linux
Which file to download
| File | OS | Notes |
|---|---|---|
| .dmg | macOS (Apple Silicon) | Disk image installer |
| .deb | Linux (Ubuntu / Debian) | Install with sudo dpkg -i |
| .AppImage | Linux (any distro) | Portable, no install needed |
| .exe | Windows | Standard installer |
Get the latest v1.0.10 builds from the download section on the home page (subscription required).
macOS setup (unsigned build)
- Open
Delta_1.0.10_aarch64.dmgand drag Delta into Applications. - Try to open Delta. macOS will show a warning. Click Done or Cancel.
- Open System Settings → Privacy & Security. Scroll down and click Open Anyway next to the message about Delta being blocked.
- When macOS asks to confirm, click Open. Delta launches normally after this.
Or run this in Terminal to skip the steps above:
bash
sudo xattr -d com.apple.quarantine /Applications/Delta.appIntel Mac builds are not bundled in this release. Apple Silicon Macs can run the app natively; contact support if you need an Intel build.
Linux: Debian / Ubuntu (.deb)
bash
cd ~/Downloads
sudo dpkg -i Delta_1.0.10_amd64.deb
sudo apt-get install -f # fix missing dependencies if promptedLaunch Delta from your applications menu after installation.
Linux: AppImage (portable)
- Make the file executable.
bash
chmod +x Delta_1.0.10_amd64.AppImage
./Delta_1.0.10_amd64.AppImageWorks on Fedora, Arch, and other distros without a package manager install step.
Windows setup
- Run
Delta_1.0.10_x64-setup.exefrom your Downloads folder. - Follow the installer prompts (64-bit Windows 10 or 11).
- Open Delta from the Start menu when setup completes.
Direct file path after download: /installers/Delta_1.0.10_x64-setup.exe