{"id":47555910,"url":"https://github.com/kamjin3086/AppUninstaller","last_synced_at":"2026-03-31T09:00:50.145Z","repository":{"id":346373412,"uuid":"1189555643","full_name":"kamjin3086/AppUninstaller","owner":"kamjin3086","description":"A lightweight, native macOS app uninstaller with drag-and-drop support. Built with Swift and SwiftUI.","archived":false,"fork":false,"pushed_at":"2026-03-23T14:49:00.000Z","size":6004,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-24T12:27:44.978Z","etag":null,"topics":["macos","swift","swiftui","uninstaller"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kamjin3086.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-23T12:47:20.000Z","updated_at":"2026-03-23T14:49:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kamjin3086/AppUninstaller","commit_stats":null,"previous_names":["kamjin3086/appuninstaller"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kamjin3086/AppUninstaller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamjin3086%2FAppUninstaller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamjin3086%2FAppUninstaller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamjin3086%2FAppUninstaller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamjin3086%2FAppUninstaller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamjin3086","download_url":"https://codeload.github.com/kamjin3086/AppUninstaller/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamjin3086%2FAppUninstaller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31228492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-31T08:35:14.124Z","status":"ssl_error","status_checked_at":"2026-03-31T08:34:00.887Z","response_time":111,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["macos","swift","swiftui","uninstaller"],"created_at":"2026-03-29T11:00:26.339Z","updated_at":"2026-03-31T09:00:50.130Z","avatar_url":"https://github.com/kamjin3086.png","language":"Swift","funding_links":[],"categories":["ユーティリティ","Cleanup \u0026 Uninstall"],"sub_categories":["クリーンアップとアンインストール","Text"],"readme":"# App Uninstaller\n\nA lightweight, native macOS app uninstaller with drag-and-drop support. Built with Swift and SwiftUI.\n\n![macOS](https://img.shields.io/badge/macOS-13.0+-blue)\n![Swift](https://img.shields.io/badge/Swift-5.9-orange)\n![License](https://img.shields.io/badge/License-MIT-green)\n\n## Features\n\n- **Drag \u0026 Drop**: Simply drag any `.app` file onto the window to uninstall\n- **Deep Cleaning**: Automatically finds and removes related files:\n  - Application Support files\n  - Preferences (plist files)\n  - Caches\n  - Logs\n  - Saved Application State\n  - Containers\n  - And more...\n- **Native UI**: Beautiful SwiftUI interface that fits right in with macOS\n- **Smart Permissions**: Automatically requests admin privileges only when needed\n- **Safe**: Shows all files before deletion, requires confirmation\n\n## Screenshots\n\n| Main Interface | Ready to Uninstall |\n|:--------------:|:------------------:|\n| ![Main Interface](docs/screenshots/main01.png) | ![Ready to Uninstall](docs/screenshots/main02.png) |\n\n*Drag any .app file to uninstall it along with all related files.*\n\n## Installation\n\n### Download Release\n\n1. Go to [Releases](../../releases)\n2. Download `AppUninstaller.zip`\n3. Unzip and move `App Uninstaller.app` to `/Applications`\n4. On first launch, right-click and select \"Open\" to bypass Gatekeeper\n\n### Build from Source\n\nRequirements:\n- macOS 13.0+\n- Xcode Command Line Tools or Xcode\n\n```bash\n# Clone the repository\ngit clone https://github.com/kamjin3086/AppUninstaller.git\ncd AppUninstaller\n\n# Build release version\nswift build -c release\n\n# Create app bundle (optional)\nmkdir -p \"AppUninstaller.app/Contents/MacOS\"\ncp .build/release/AppUninstaller \"AppUninstaller.app/Contents/MacOS/\"\ncp Info.plist \"AppUninstaller.app/Contents/\"\n```\n\n## Usage\n\n1. **Launch** the app\n2. **Drag** any `.app` file onto the drop zone\n3. **Review** the list of files that will be deleted\n4. **Click** \"Uninstall\" and confirm\n5. **Enter** your password if prompted (for system-protected files)\n\n## How It Works\n\nApp Uninstaller scans these locations for files related to the app:\n\n| Location | Description |\n|----------|-------------|\n| `~/Library/Application Support` | App data and settings |\n| `~/Library/Preferences` | Preference files (.plist) |\n| `~/Library/Caches` | Cached data |\n| `~/Library/Logs` | Log files |\n| `~/Library/Saved Application State` | Window states |\n| `~/Library/HTTPStorages` | HTTP cookies |\n| `~/Library/WebKit` | WebKit data |\n| `~/Library/Containers` | Sandboxed app data |\n| `/Library/Application Support` | System-wide app data |\n| `/Library/Preferences` | System-wide preferences |\n\nFiles are matched by:\n- App name (case-insensitive)\n- Bundle identifier (e.g., `com.company.appname`)\n\n## Why Not Mac App Store?\n\nThis app requires access to system directories and administrator privileges to fully clean up applications. Mac App Store apps run in a sandbox that prevents this functionality. Similar tools like AppCleaner and CleanMyMac are also distributed outside the App Store for the same reason.\n\n## Contributing\n\nContributions are welcome! Feel free to:\n\n- Report bugs\n- Suggest features\n- Submit pull requests\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n\n## Acknowledgments\n\nInspired by the need for a simple, open-source alternative to commercial uninstaller apps.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamjin3086%2FAppUninstaller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamjin3086%2FAppUninstaller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamjin3086%2FAppUninstaller/lists"}