Install & Update

Get up and running with DiskMan in seconds.

DiskMan offers a simple and easy way to manage your storage. Download for free today on macOS, Linux, or Windows.

Installation

brew install SamSeenX/apps/diskman

Best for macOS users. Automatically manages updates.

Updating

brew update && brew upgrade diskman

brew update fetches the latest formula, then brew upgrade installs it.

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 →