Sifty:告别CCleaner,开源命令行系统清理工具

lxiol

原文链接:https://mp.weixin.qq.com/s/wGOXTkb_AD7qXaE9Dz7OOg

Sifty 是一款面向 Windows 平台的开源系统维护工具,兼具命令行(CLI)与终端交互界面(TUI),主打垃圾清理、磁盘管理、应用维护等功能,基于 Python 开发,采用 MIT 开源协议,主打安全、可回滚、适配开发者场景。

提供多种部署方案,适配不同使用需求:

  • 推荐:pipx install sifty(隔离环境),也可使用 pip install sifty;
  • Windows 包管理器:Scoop、winget 命令安装;
  • 免Python 环境:直接下载独立 sifty.exe 程序;
  • 开发使用:拉取源码,通过虚拟环境配置开发依赖

主要使用命令和功能模块

  1. 综合检测:sifty checkup 一键全盘扫描系统各项问题;sifty doctor 检测运行环境、管理员权限等。
  2. 垃圾清理:扫描 / 清理系统缓存、垃圾文件,区分预览模式和真实执行。
  3. 磁盘管理:查看分区占用、分析大文件 / 文件夹、检索重复文件。
  4. 应用管理:查看 / 卸载软件、扫描卸载残留、检测并安装软件更新。
  5. 开发者专项清理:清理编译缓存、Git 工作区、老旧文件等。
  6. 系统项管理:启停开机程序、系统服务(部分功能需管理员权限)。
  7. 文件整理:按类型 / 日期归类文件,支持撤销操作。
    8 历史与回滚:查看清理记录、sifty undo 恢复上一次删除内容。
  8. AI 辅助:搭配 Ollama 本地大模型,咨询文件清理建议,可自定义 AI 模型与参数。
  9. 配置管理:查看、修改工具配置,支持自定义保护目录、功能规则。

源码地址:github.com/Vortrix5/sifty

\x26lt;a class=\x26quot;wx_topic_link\x26quot; topic-id=\x26quot;topic_1781352830720_fxe6nkdpb\x26quot; style=\x26quot;color: #576B95 !important;\x26quot; data-topic=\x26quot;1\x26quot; data-recommend=\x26quot;0\x26quot;\x26gt;#工具\x26lt;/a\x26gt; \x26lt;a class=\x26quot;wx_topic_link\x26quot; topic-id=\x26quot;topic_1781352840435_huhoaitil\x26quot; style=\x26quot;color: #576B95 !important;\x26quot; data-topic=\x26quot;1\x26quot; data-recommend=\x26quot;0\x26quot;\x26gt;#磁盘清理\x26lt;/a\x26gt; \x26lt;a class=\x26quot;wx_topic_link\x26quot; topic-id=\x26quot;topic_1781352847069_g36so63c0\x26quot; style=\x26quot;color: #576B95 !important;\x26quot; data-topic=\x26quot;1\x26quot; data-recommend=\x26quot;0\x26quot;\x26gt;#程序员\x26lt;/a\x26gt;


🔍 GitHub 数据验证

指标 数值
仓库 Vortrix5/sifty
Stars 83
Forks 10
语言 Python
协议 MIT
创建 2026-06-12
最近更新 2026-07-21

“Windows maintenance CLI + TUI that sifts the junk from the keep. Dry-run by default, Recycle Bin only, undo included.”


💬 本文评论区已开启,欢迎在下方留言交流。
本文转载自微信公众号,如有侵权请联系删除。

  • 标题: Sifty:告别CCleaner,开源命令行系统清理工具
  • 作者: lxiol
  • 创建于 : 2026-07-22 13:00:00
  • 更新于 : 2026-07-22 18:33:38
  • 链接: https://blog.lxiol.cn/2026/07/22/sifty-windows-cli-cleaner/
  • 版权声明: 本文章采用 CC BY-NC-SA 4.0 进行许可。
目录
Sifty:告别CCleaner,开源命令行系统清理工具