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.
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
- BleachBit on AppVeyor
- CleanerML Repository
- BleachBit Miscellaneous Repository
- Winapp2.ini Repository
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.