Skip to content

Releases: Olib-AI/cleanton

Cleanton 0.3.0

Choose a tag to compare

@ibnbd ibnbd released this 10 Jul 18:14

This release adds package security scanning and expands what Cleanton can reclaim.

New

  • Security tab. Cleanton scans the npm, pip, and editor-extension packages installed on your Mac for supply-chain attacks: token-stealing install scripts, code that contacts unknown servers, typosquatted names, and self-spreading npm worms. The first scan learns what is normal for your machine, and after that Cleanton only warns about packages that are new or have changed. A package that changes on disk without a new version number is treated as a strong warning, because that is how a compromised update hides. Cleanton reads package code without running it, and it only reports. It never removes or changes a package, and it shows you the exact command to remove or reinstall anything it flags.
  • Time Machine snapshots. Reclaim the space held by local Time Machine snapshots, which macOS keeps on your startup disk and which can quietly hold many gigabytes. Because macOS manages them, Cleanton removes them with Apple's own tool after you confirm, and unlike everything else they do not go to the Trash. Cleanton says so plainly before you act.
  • More to clean. Added everyday-app caches (Chrome and other browsers, Adobe media caches, Steam shader caches, Zoom, and old iPhone and iPad backups) and more developer caches, for 130 built-in cleanup rules in total.
  • A safety read on every item. An on-device model labels each cleanup candidate, so anything unusual stands out while you review the plan.

Download

  • App (recommended): cleanton-app-macos-arm64.tar.gz. Signed with the Olib AI Apple Developer ID and notarized by Apple, so it opens without a Gatekeeper override. Extract it and move Cleanton.app to your Applications folder.
  • Command-line tool: cleanton-cli-macos-arm64.tar.gz, or install it with the one-line script in the README. The command-line tool ships on its own rather than inside the notarized app bundle, so macOS quarantines it on direct download. The installer script clears that for you; if you download it by hand, run xattr -d com.apple.quarantine ./cleanton once before the first launch.

Apple Silicon (arm64) only. Read the safety guide and the plan before you run anything. Removed items go to the Trash by default.

Checksums

SHA256SUMS is attached.

Cleanton 0.2.0

Choose a tag to compare

@ibnbd ibnbd released this 03 Jul 23:00

Cleanton 0.2.0

Artifacts

  • cleanton-app-macos-arm64.tar.gz — signed and notarized macOS app bundle (Apple Silicon)
  • cleanton-cli-macos-arm64.tar.gz — CLI binary (Apple Silicon)
  • SHA256SUMS — SHA-256 checksums

Checksums

17185c74b4d0712a0619db55c8e734f5937c7595d43923e93313cc4e5a48eb0a  cleanton-cli-macos-arm64.tar.gz
4c36862e1f3179d2cd98bb05fa2db2506683d059beb624d3731da5936d9c5076  cleanton-app-macos-arm64.tar.gz

Cleanton 0.1.0

Choose a tag to compare

@ibnbd ibnbd released this 30 Jun 16:18

First public release of Cleanton, a native macOS disk cleaner for developers.

Read before you run it

Cleanton removes files from your disk. You choose what goes, and you confirm the final list. Removed items go to the Trash by default, so a mistake is recoverable until you empty it. Read the plan and its sizes before acting, and back up anything you cannot lose. See the safety guide.

What it does

  • Finds reclaimable space from Rust, Node, Swift, Python, Docker, and machine learning caches and artifacts
  • Groups results and lets you select or skip individual items
  • Suggests large folders and re-clonable git repositories for review, without removing them
  • Reviews and cleans npm, pip, Homebrew, and MacPorts packages, with dependency-aware removal and codebase-usage warnings

Downloads

  • cleanton-app-macos-arm64.tar.gz is the app. It is signed with the Olib AI Apple Developer ID and notarized by Apple, so it opens without a Gatekeeper override. Move Cleanton.app to your Applications folder.

  • cleanton-cli-macos-arm64.tar.gz is the command-line tool. Install it with the script below, which clears the macOS quarantine flag for you:

    curl -fsSL https://raw.githubusercontent.com/Olib-AI/cleanton/main/scripts/install.sh | sh

    If you install it by hand, run xattr -d com.apple.quarantine ./cleanton once before the first launch.

Verify

shasum -a 256 -c SHA256SUMS

Requires macOS on Apple Silicon (arm64).