v1.5.0
Find disk space, clean it up safely
New command: largest. Run largest ~ (or any path) to see the 50 largest files and folders, followed by a cleanup guide that routes each kind of result to the tool that owns it — apps to their uninstaller, project output to its build tool, caches to brew cleanup/pnpm store prune, containers to Docker's own tools. Use --files or --folders to narrow, -n 25 to change the count, largest --help for everything. On macOS, give your terminal Full Disk Access for a complete root-drive scan.
New app on personal Macs: AppCleaner — for removing plain dragged-in apps and their leftovers. The docs teach the removal order that matters: vendor uninstaller first, brew uninstall --cask for Homebrew apps, AppCleaner for the rest (Apps).
Containers
- The headless image now includes
dust, solargestworks inside agent containers too. - The Platforms page now documents the repo's devcontainer (open Groundwork straight into a container from VS Code, Cursor, or Codespaces), current agent-sandbox options (bounded
docker run, Docker Sandboxes microVMs, Anthropic's firewalled devcontainer), and daemon alternatives (OrbStack, Apple'scontainer).
After updating
Run chezmoi update, then brew bundle --file ~/.config/homebrew/Brewfile (or your usual update flow) to get dust and AppCleaner. Try largest ~ — and read the cleanup guide it prints before deleting anything.