Skip to content
SquirrelDisk

Download SquirrelDisk

Version 2.1.2, released 27 September 2026. Free and open source. It updates itself when a new version comes out.

v2.1.2 · macOS · Windows · Linux

macOS

Apple silicon and Intel

First launch on macOS

If macOS says SquirrelDisk “can't be opened” or “is damaged”, it's because the app is distributed outside the App Store. Either:

  1. Open System Settings → Privacy & Security, scroll down and click Open Anyway next to the SquirrelDisk message, then confirm.
  2. Or run this in Terminal, then open SquirrelDisk again:
xattr -dr com.apple.quarantine /Applications/SquirrelDisk.app

On recent macOS versions, right-click → Open is no longer enough.

First launch on Windows

If “Windows protected your PC” appears, click More info, then Run anyway.

For the portable .exe you can also right-click the file → Properties → tick Unblock → OK.

Installing

macOS

Open the .dmg and drag SquirrelDisk to Applications.

If macOS says SquirrelDisk “can't be opened” or “is damaged”, it's because the app is distributed outside the App Store. Either:

  1. Open System Settings → Privacy & Security, scroll down and click Open Anyway next to the SquirrelDisk message, then confirm.
  2. Or run this in Terminal, then open SquirrelDisk again:
xattr -dr com.apple.quarantine /Applications/SquirrelDisk.app

On recent macOS versions, right-click → Open is no longer enough.

Windows

Run the .msi installer. Prefer not to install anything? The portable .exe runs from any folder, including a USB stick.

If “Windows protected your PC” appears, click More info, then Run anyway.

For the portable .exe you can also right-click the file → Properties → tick Unblock → OK.

Linux

Extract the archive and run the binary:

tar -xzf SquirrelDisk-Linux-x86_64.tar.gz ./SquirrelDisk/squirreldisk

Works on X11 and Wayland desktops.

Build from source

With Rust installed, clone the repository and run:

cargo run --release

On Linux you also need the ALSA, X11 and Wayland development packages (libasound2-dev libxkbcommon-dev libwayland-dev libx11-dev on Debian and Ubuntu).

Looking for an older version? Every build is on the GitHub releases page.