Installation Guide
SuperDucky supports multiple operating systems. Please choose the appropriate installation method for your system.
System Requirements
- Windows 10/11 (x64)
- macOS 10.15+ (Intel or Apple Silicon)
- Linux (x64)
Download
Please visit the SuperDucky Releases page to download the latest version.
Windows
SuperDucky provides two types of Windows installation packages:
Installer Version (Recommended)
- Download
SuperDucky-Setup-0.2.0.exe - Double-click to run the installer
- Follow the installation wizard to complete the installation
- Launch SuperDucky from the Start menu after installation
Portable Version
- Download
SuperDucky-0.2.0.exe - Place the file in any directory
- Double-click to run
macOS
Intel Mac
- Download
SuperDucky-0.2.0.dmg(165.7 MB) - Double-click to open the DMG file
- Drag SuperDucky into the Applications folder
- Open Terminal and run the following command to remove the quarantine attribute:
This command removes the quarantine attribute that macOS Gatekeeper automatically adds to apps downloaded from the internet, preventing security prompts at launch.
sudo xattr -dr com.apple.quarantine /Applications/SuperDucky.app - Launch SuperDucky from Launchpad
Apple Silicon Mac (M1/M2/M3)
- Download
SuperDucky-0.2.0-arm64.dmg(161.1 MB) - Double-click to open the DMG file
- Drag SuperDucky into the Applications folder
- Open Terminal and run the following command to remove the quarantine attribute:
This command removes the quarantine attribute that macOS Gatekeeper automatically adds to apps downloaded from the internet, preventing security prompts at launch.
sudo xattr -dr com.apple.quarantine /Applications/SuperDucky.app - Launch SuperDucky from Launchpad
If you don't run the above command to remove the quarantine attribute, you may see a "cannot verify developer" message when you first launch the app. In this case, please click "Open Anyway" in System Preferences > Security & Privacy. Alternatively, you can dismiss the prompt, run the above xattr command in Terminal, and then relaunch the application.
Linux
SuperDucky is provided in AppImage format, compatible with most Linux distributions.
- Download
SuperDucky-0.2.0.AppImage(167.6 MB) - Add execute permissions:
chmod +x SuperDucky-0.2.0.AppImage - Run:
./SuperDucky-0.2.0.AppImage
You can also create a desktop shortcut for easier launching. Move the AppImage file to a fixed location (such as ~/Applications/), then create a corresponding .desktop file.
Verify Installation
After launching SuperDucky, you should see the main interface. If you encounter any issues, please submit an Issue.
File Description
| Platform | Filename | Size | Description |
|---|---|---|---|
| Windows | SuperDucky-Setup-0.2.0.exe | 99.8 MB | Installer Version |
| Windows | SuperDucky-0.2.0.exe | 99.6 MB | Portable Version |
| macOS (Intel) | SuperDucky-0.2.0.dmg | 165.7 MB | Intel Mac Installer |
| macOS (Apple Silicon) | SuperDucky-0.2.0-arm64.dmg | 161.1 MB | M1/M2/M3 Mac Installer |
| Linux | SuperDucky-0.2.0.AppImage | 167.6 MB | Universal Linux Version |
SHA256 Verification
To ensure the integrity of downloaded files, it is recommended to verify the SHA256 checksum:
# Linux/macOS
sha256sum SuperDucky-0.2.0.AppImage
# Windows (PowerShell)
Get-FileHash SuperDucky-0.2.0.exe -Algorithm SHA256