Installation
Install DuoBolt Desktop on macOS or Windows, or the free DuoBolt CLI on macOS, Windows, or Linux. Supported paths: Homebrew, Scoop, the Microsoft Store, or a direct binary download — all take under a minute.
- DuoBolt Desktop — full GUI app for macOS and Windows
- DuoBolt CLI — command-line version for power users and automation
Choose the install path you need:
Prerequisites
Section titled “Prerequisites”DuoBolt Desktop
Section titled “DuoBolt Desktop”- macOS 11+ (Intel or Apple Silicon)
- Windows 10/11
DuoBolt CLI
Section titled “DuoBolt CLI”- macOS, Windows, or Linux
- Terminal or PowerShell
- (Optional) A modern shell environment for scripting (bash/zsh/fish/PowerShell)
Install DuoBolt Desktop
Section titled “Install DuoBolt Desktop”-
Download the latest
.dmgfile from the Download page. -
Open the image and drag DuoBolt.app into Applications.
-
Launch DuoBolt (you may need to approve it in System Settings → Privacy & Security).
-
Or install with Homebrew (optional):
Homebrew brew tap rnine/duoboltbrew install --cask duobolt-desktop
-
Open the Microsoft Store on your Windows device.
-
Search for DuoBolt and click Get or Install.
-
Launch DuoBolt from the Start menu or Microsoft Store.
Install DuoBolt CLI
Section titled “Install DuoBolt CLI”-
Install with Homebrew (recommended):
Homebrew brew tap rnine/duoboltbrew install duobolt -
Verify it works:
Test CLI duobolt-cli --version -
Or download the CLI binary (
duobolt-cli) from the Download CLI section and move it into your PATH:Manual install sudo mv duobolt-cli /usr/local/bin/
-
Install with Scoop (recommended):
Scoop scoop bucket add duobolt https://github.com/rnine/scoop-duoboltscoop install duobolt -
Verify it works:
Test CLI duobolt-cli --version -
Or download the
.exebinary and place it anywhere in yourPATH, for example:Example location C:\Tools\duobolt-cli.exe
Verify Your Installation
Section titled “Verify Your Installation”Open DuoBolt → Settings → About
You should see the version number and engine details.
duobolt-cliExpected output (shows version and usage):
duobolt-cli v0.3.76 aarch64-apple-darwin (built: 1764327121)
Usage: duobolt-cli <directory> [options]Options: --min-size=SIZE Minimum file size (e.g., 10K, 2M, 1GiB) ...First Steps
Section titled “First Steps”-
Open DuoBolt
-
Select Add Folder
-
Choose a directory to scan
-
Click Scan
-
Review detected duplicates using the visual comparison panel
-
Select files to delete and confirm
Run a quick scan:
duobolt-cli ~/DownloadsFind duplicates and output results as JSON:
duobolt-cli ~/Documents --ignore-system-files --output=json > dupes.jsonLimit hashing to specific file types:
duobolt-cli ~/Music --only-ext=mp3,wav