Installation
Requirements
Section titled “Requirements”- Go 1.26 or later
- macOS or Linux
Install from Source
Section titled “Install from Source”go install github.com/LarsArtmann/clean-wizard@latestThe binary is placed in $GOPATH/bin (typically ~/go/bin).
Build from Source
Section titled “Build from Source”git clone https://github.com/LarsArtmann/clean-wizard.gitcd clean-wizardgo build -o clean-wizard ./cmd/clean-wizard/Note: Clean Wizard uses
encoding/json/v2. If building outside the Nix devShell, setGOEXPERIMENT=jsonv2:Terminal window GOEXPERIMENT=jsonv2 go build -o clean-wizard ./cmd/clean-wizard/
If using Nix flakes, enter the devShell which sets GOEXPERIMENT automatically:
nix developgo build -o clean-wizard ./cmd/clean-wizard/Verify Installation
Section titled “Verify Installation”clean-wizard --helpYou should see the CLI help with clean and scan commands.
Next Steps
Section titled “Next Steps”- Follow the Quick Start for usage examples
- Learn about Preset Modes for quick, standard, and aggressive cleanup
- See the CLI Reference for all flags