uninstally
A clean, native macOS uninstaller. Completely removes apps and every file they leave behind using smart bundle-identifier detection. SwiftUI + Finder extension.
File Explorer
Download Latest Version (.zip)- release.yml
- uninstally.rb
- Uninstally-Info.plist
- Uninstally.entitlements
- UninstallyFinder-Info.plist
- UninstallyFinder.entitlements
- finder-menu.png
- LOCALIZATION.md
- RELEASING.md
- screenshot-3.png
- screenshot-4.png
- SECRETS.md
- storage-insights.png
- uninstall-settings.png
- uninstall-window.png
- uninstally-demo.gif
- uninstally-sidebar.png
- UPDATES.md
- dmg-background.png
- dmg-background@2x.png
- add_all_strings.py
- bump_version.sh
- create_dmg.sh
- extract_release_notes.py
- fill_all_gaps.py
- fill_gaps.py
- fix_all_translations.py
- make_appcast.py
- make_dmg_background.py
- make_icon.py
- make_xcstrings.py
- sync_website_version.py
- translate_all.py
- translate_xcstrings.py
- Contents.json
- Contents.json
- icon_128x128.png
- icon_128x128@2x.png
- icon_16x16.png
- icon_16x16@2x.png
- icon_256x256.png
- icon_256x256@2x.png
- icon_32x32.png
- icon_32x32@2x.png
- icon_512x512.png
- icon_512x512@2x.png
- Contents.json
- AppInfo.swift
- DeletionMode.swift
- HistoryRetention.swift
- InstallationSource.swift
- LeftoverItem.swift
- RemovableItem.swift
- RemovalCategory.swift
- SafetyFactor.swift
- SafetyScore.swift
- SettingsSection.swift
- SimulationCategory.swift
- SimulationFile.swift
- SimulationResult.swift
- SortOption.swift
- StorageStatistics.swift
- UninstallProgress.swift
- UninstallRecord.swift
- UpdateModels.swift
- DeletionLogger.swift
- DeletionPlan.swift
- DeletionValidator.swift
- PathValidator.swift
- SecuritySummary.swift
- ApplicationScanner.swift
- AssociatedFileScanner.swift
- DeletionExecutor.swift
- FileExplanationEngine.swift
- FinderActionHandler.swift
- HistoryStore.swift
- HomebrewService.swift
- IconLoader.swift
- InstallationSourceDetector.swift
- LanguageManager.swift
- LeftoverScanner.swift
- NotificationService.swift
- SelectionReceiver.swift
- TrashMonitor.swift
- UninstallSimulationManager.swift
- DockIconController.swift
- FileSystemUtil.swift
- Format.swift
- IdentifierMatcher.swift
- LibraryPaths.swift
- Logger+Uninstally.swift
- SecurityPreferences.swift
- AppBrowserModel.swift
- AppCoordinator.swift
- AppSidebarManager.swift
- BatchUninstallModel.swift
- CustomTabManager.swift
- HomebrewModel.swift
- LeftoverModel.swift
- StorageInsightsManager.swift
- UninstallModel.swift
- UpdateManager.swift
- AppBrowserView.swift
- AppCells.swift
- AppInspectorView.swift
- CustomizeAppSidebarView.swift
- MainWindowView.swift
- GlassCard.swift
- StatTile.swift
- VisualEffectView.swift
- RecentlyUninstalledView.swift
- UninstallRecordDetailView.swift
- HomebrewView.swift
- LeftoverScannerView.swift
- OnboardingView.swift
- StorageCharts.swift
- StorageInsightsView.swift
- BatchUninstallView.swift
- CompletionView.swift
- FinderSelectionView.swift
- SafetyConfirmView.swift
- UninstallProgressView.swift
- UninstallSimulationView.swift
- UninstallView.swift
- RootView.swift
- SettingsSections.swift
- SettingsView.swift
- UpdatePromptView.swift
- AppDelegate.swift
- Localizable.xcstrings
- UninstallyApp.swift
- Package.resolved
- Uninstally.xcscheme
- project.pbxproj
- FinderSync.swift
- .gitignore
- AGENTS.md
- CHANGELOG.md
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/gostonx/uninstally
Downloads the entire project code from GitHub to your computer.
cd uninstally
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Homebrew A package manager for macOS/Linux.
brew install --cask gostonx/tap/uninstally
Installs the pre-built package via Homebrew โ no source build required.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
