Home
Softono

Bleachbit

Open source Python
5.9K
Stars
386
Forks
310
Issues
58
Watchers
3 months
Last Commit

 About Bleachbit

BleachBit system cleaner for Windows and Linux

Platforms

Web Self-hosted Linux Windows

Languages

Python

Need Help Installing Bleachbit?

We provide expert installation service for this software. Our team will install, configure, and secure Bleachbit on your server. plans start at just $30.

BleachBit

BleachBit cleans files to free disk space and to maintain privacy.

Running from source

To run BleachBit without installation, unpack the tarball and then run these commands:

make -C po local # build translations
python3 bleachbit.py

Then, review the preferences.

Then, select some options, and click Preview. Review the files, toggle options accordingly, and click Delete.

For information regarding the command line interface, run:

 python3 bleachbit.py --help

Read more about running from source.

Links

Localization

Read translation documentation or translate now in Weblate, a web-based translation platform.

Translation status

Licenses

BleachBit itself, including source code and cleaner definitions, is licensed under the GNU General Public License version 3, or at your option, any later version.

markovify is licensed under the MIT License.

Development

Docker-based Linux builds

The docker/build.sh script sets up a container, runs make tests, and builds packages for a selected distribution. Usage:

./docker/build.sh <distro> # distro is one of {debian, fedora, opensuse}

Artifacts are copied to ./docker-artifacts/<distro> on the host.