Disk visualisation
Interactive maps and tree views show where space is used, helping you prioritise cleanup and organisation.
Interactive maps and tree views show where space is used, helping you prioritise cleanup and organisation.
Find repeated files by content hash, size and metadata, with filters for date, size and type.
All automated operations create backup snapshots so you can preview and revert changes safely.
Integrate local or cloud models to get suggested organisation strategies tailored to your preferences.
Clone the repo, create a virtual environment, install requirements and run the backend:
git clone https://github.com/krahd/disk_organiser.git
cd disk_organiser
python3 -m venv venv
source venv/bin/activate
pip install -r backend/requirements.txt
python backend/app.py
Open the frontend (`frontend/index.html`) in your browser (it expects the API at http://127.0.0.1:5000 by default).
Disk Organiser is a small Flask backend with a static frontend. Model integrations live under backend/model_wrappers/ and are optional. The app is designed to run locally and respects filesystem permissions.
Contributions are welcome. See the documentation for development setup, tests and contribution guidelines in the docs folder.
Quick links: Issues · Pull requests