# bleachbit
**Repository Path**: anydev/bleachbit
## Basic Information
- **Project Name**: bleachbit
- **Description**: 免费开源的磁盘清理工具。这是一款适用于 Windows 和 Linux 的开源磁盘清理工具,可用于清除临时文件、浏览器缓存、Cookies、浏览历史等,并支持安全删除、文件粉碎和批量自动清理等功能。
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-06-01
- **Last Updated**: 2026-06-01
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 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](https://docs.bleachbit.org/dev/running-from-source-code.html).
## Links
* [BleachBit home page](https://www.bleachbit.org)
* [Support](https://www.bleachbit.org/help)
* [Documentation](https://docs.bleachbit.org)
## Localization
Read [translation documentation](https://www.bleachbit.org/contribute/translate) or translate now in [Weblate](https://hosted.weblate.org/projects/bleachbit/), a web-based translation platform.
## Licenses
BleachBit itself, including source code and cleaner definitions, is licensed under the [GNU General Public License version 3](COPYING), or at your option, any later version.
markovify is licensed under the [MIT License](https://github.com/jsvine/markovify/blob/master/LICENSE.txt).
## Development
* [BleachBit on AppVeyor](https://ci.appveyor.com/project/az0/bleachbit) 
* [CleanerML Repository](https://github.com/bleachbit/cleanerml)
* [BleachBit Miscellaneous Repository](https://github.com/bleachbit/bleachbit-misc)
* [Winapp2.ini Repository](https://github.com/bleachbit/winapp2.ini)
### 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 is one of {debian, fedora, opensuse}
```
Artifacts are copied to `./docker-artifacts/` on the host.