Permanently delete files from the Finder toolbar.
OneDown adds a Delete Forever button to your Finder toolbar. Select files, click once, confirm — gone for good. No Trash, no recovery.
Companion to OneUp — the Go Up button for Finder.
- Download the DMG from Releases
- Drag OneDown.app to
/Applications - Open it — macOS will block it (no notarization). Go to System Settings → Privacy & Security → Open Anyway
- The Delete Forever button appears in Finder toolbar automatically
- Main app installs
DeletePermanently.applescriptinto~/Library/Application Scripts/ - The Finder Sync Extension adds a toolbar button
- On click, the extension runs the script via
NSUserAppleScriptTask(outside sandbox) - The script asks Finder for the current selection, shows a confirmation dialog, then runs
rm -rf
- macOS 13.0 (Ventura) or later
- Apple Silicon or Intel
xcodegen generate
xcodebuild -project OneDown.xcodeproj -scheme OneDown -configuration Debug buildMIT