{"id":47724007,"url":"https://github.com/itling/cleanmycodemac","last_synced_at":"2026-04-02T20:01:18.665Z","repository":{"id":348200597,"uuid":"1194300611","full_name":"itling/CleanMyCodeMac","owner":"itling","description":"A macOS disk cleanup tool built for developers.","archived":false,"fork":false,"pushed_at":"2026-03-31T08:45:58.000Z","size":1944,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-31T08:50:01.980Z","etag":null,"topics":["clean","macos"],"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/itling.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-28T06:53:06.000Z","updated_at":"2026-03-31T08:43:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/itling/CleanMyCodeMac","commit_stats":null,"previous_names":["itling/cleanmycodemac"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/itling/CleanMyCodeMac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itling%2FCleanMyCodeMac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itling%2FCleanMyCodeMac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itling%2FCleanMyCodeMac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itling%2FCleanMyCodeMac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itling","download_url":"https://codeload.github.com/itling/CleanMyCodeMac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itling%2FCleanMyCodeMac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31314785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["clean","macos"],"created_at":"2026-04-02T20:00:47.576Z","updated_at":"2026-04-02T20:01:18.657Z","avatar_url":"https://github.com/itling.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CleanMyCodeMac\n\nA macOS disk cleanup tool built for developers. \n\n[中文文档](README_ZH.md)\n\n## Features\n\n- **System Cache** — Clean temporary caches from macOS system apps\n- **App Cache** — Clean caches from Chrome, VSCode, JetBrains, Slack, Telegram, and other third-party apps\n- **Dev Cache** — Clean caches from Node.js, Python, Ruby, Rust, Go, Java, AI model tools, and other toolchains\n- **Documents** — Scan PDF, Word, Excel, Markdown, iWork, and other document files\n- **Media** — Scan images, audio, and video files, including media inside Downloads\n- **Log Files** — Clean crash reports and runtime logs\n- **Downloads** — Analyze files in the Downloads folder, grouped by type\n- **Large Files** — Find files larger than 500MB with quick analysis helpers\n- **Trash** — Inspect Trash usage and empty it when needed\n\n## Highlights\n\n- Native macOS app built with Swift, AppKit, and WKWebView\n- Local-first: scans and cleanup decisions run on your Mac\n- Grouped scan results with expand-by-category/app drill-down\n- Safety labels (Safe to clean / Use caution)\n- Unsafe files move to Trash when possible; safe cleanup targets can be removed directly\n- Quick reveal in Finder\n- Configurable scan scope\n\n## Screenshots\n\n![CleanMyCodeMac home screen](resources/screenshots/home-readme.png)\n\n## Quick Start\n\n### Requirements\n\n- macOS 13.0+\n- Xcode 16.4+ or a compatible Swift 6.1 toolchain\n\n### Run\n\n```bash\nswift run\n\n# Or double-click run.command\n```\n\n### Build as .app / .dmg\n\n```bash\n./build_dmg.sh\n# Output:\n# - dist/\u003carch\u003e/CleanMyCodeMac.app\n# - dist/CleanMyCodeMac-\u003carch\u003e.dmg\n```\n\nSee [BUILD.md](BUILD.md) for full build instructions.\n\n## FAQ\n\n### macOS says “CleanMyCodeMac” is damaged and should be moved to Trash\n\nMake sure the app has already been dragged into `/Applications`, then clear the quarantine attribute manually:\n\n```bash\nsudo xattr -cr /Applications/CleanMyCodeMac.app\n```\n\n## Privacy \u0026 Permissions\n\n- All scan and cleanup logic runs locally on your Mac.\n- No cloud service is required for normal use.\n- Some scan targets may require Full Disk Access to be fully visible.\n- Cleanup operations move files to Trash when possible, so items remain recoverable.\n\n## Project Structure\n\n```text\nPackage.swift\nsource/\n├── AppMain.swift           # AppKit window + WKWebView startup\n├── AppSupport.swift        # Bridge bootstrap, disk/permission/lang helpers\n├── NativeBridge.swift      # JS bridge entrypoints\n└── NativeScanEngine.swift  # Native scan, selection, cleanup, analysis\nresources/\n├── ui/\n│   └── index.html              # Current single-page frontend UI\n├── screenshots/\n│   └── home-readme.png\n├── app_icon.png\n└── app.icns\nbuild_dmg.sh                    # Build .app + .dmg via SwiftPM\nbuild_icon.sh                   # Generate app.icns from app_icon.png\nsign_and_notarize.sh            # Sign / notarize app and dmg\n```\n\n## License\n\n[MIT](LICENSE)\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for local setup, validation, and pull request guidance.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitling%2Fcleanmycodemac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitling%2Fcleanmycodemac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitling%2Fcleanmycodemac/lists"}