← All projects
Part of CrazyAIApps

CrazyDisk

AI-assisted disk usage analyzer for macOS, built under the CrazyAIApps label

CrazyDisk is a native macOS app that scans volumes and folders, visualizes usage as an interactive sunburst, and suggests what to clean up. It is built in Swift and SwiftUI for macOS 14+, packaged under the CrazyAIApps label as both a GUI app and a crazydisk CLI sharing the same scan core.

The interesting parts are at the macOS edges - APFS snapshot deletion identity, hidden-space accounting, security-scoped bookmarks for sandboxed access, transactional deletes - plus a clean enough split between scan core, suggestion engine, CLI, and GUI that the same Swift packages drive both surfaces.