Install & Update

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.

Installation

brew trust samseenx/apps && brew install SamSeenX/apps/diskman

Best for macOS users. Note: brew trust is required to allow Homebrew 6.0+ to load custom user formulas without security warnings.

Updating

brew update && brew upgrade diskman

brew update fetches the latest formula, then brew upgrade installs it. If you see an untrusted tap warning, run: brew trust samseenx/apps.

Installation

git clone https://github.com/SamSeenX/DiskMan.git ~/.diskman && cd ~/.diskman && chmod +x install.sh && ./install.sh

Updating

cd ~/.diskman && git pull && ./install.sh

Installation

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

Updating

Pull the latest changes from GitHub.

cd DiskMan && git pull
View full compilation instructions on GitHub →