Get up and running with DiskManCLI in seconds.
DiskManCLI offers a simple and easy way to manage your storage. Download for free today on macOS, Linux, or Windows.
Best for macOS
users. Note: brew trust is required to allow Homebrew 6.0+ to load custom user formulas without security warnings.
brew update fetches the latest formula, then brew upgrade installs
it. If you see an untrusted tap warning, run: brew trust samseenx/apps.
git clone https://github.com/SamSeenX/DiskMan.git cd DiskMan python3 -m venv venv source venv/bin/activate pip install -r requirements.txt python DiskMan.py
Pull the latest changes from GitHub.