快速开始:5分钟在 Windows 上安装 ungoogled-chromium
【免费下载链接】ungoogled-chromium-windowsWindows packaging for ungoogled-chromium项目地址: https://gitcode.com/gh_mirrors/un/ungoogled-chromium-windows
ungoogled-chromium 是一款专注于隐私保护的 Chromium 衍生版本,它移除了所有与 Google 相关的服务和跟踪功能,同时保留了 Chromium 的核心浏览体验。本教程将为你展示如何在 Windows 系统上快速安装这款安全、轻量的浏览器。
📋 安装前准备
在开始安装前,请确保你的系统满足以下要求:
- Windows 10 x64 或更高版本(32位系统需额外配置)
- 至少 4GB 可用内存和 10GB 存储空间
- 已安装 Git 和 Python 3.11+(推荐通过 Microsoft Store 安装)
⚡ 两种安装方法对比
方法一:使用 WinGet 一键安装(推荐)
这是最简单快捷的安装方式,适用于大多数普通用户:
- 按下
Win + R打开运行对话框,输入cmd并回车 - 在命令提示符中输入以下命令:
winget install --id=eloston.ungoogled-chromium -e - 等待安装完成,系统会自动下载并配置最新版本的 ungoogled-chromium
方法二:手动编译安装(适合高级用户)
如果你需要自定义编译选项或体验最新开发版本,可以选择手动编译:
克隆项目仓库:
git clone --recurse-submodules https://gitcode.com/gh_mirrors/un/ungoogled-chromium-windows.git cd ungoogled-chromium-windows切换到稳定版本标签(将
TAG_OR_BRANCH_HERE替换为实际标签名):git checkout --recurse-submodules TAG_OR_BRANCH_HERE执行构建和打包脚本:
python3 build.py python3 package.py编译完成后,安装文件会生成在
build目录下,格式为:- 安装程序:
ungoogled-chromium_<版本号>_installer_<架构>.exe - 压缩包:
ungoogled-chromium_<版本号>_windows_<架构>.zip
- 安装程序:
🛠️ 常见问题解决
编译失败怎么办?
如果在编译过程中遇到错误,可以尝试以下解决方法:
- 下载阶段失败:删除
build\download_cache目录后重新运行构建命令 - 其他构建错误:删除
build目录下除download_cache外的所有文件,然后重新构建
高效删除文件的 PowerShell 命令:
Remove-Item build -Recurse -Force如何切换 32 位版本?
默认配置会构建 64 位版本,如需 32 位版本:
- 编辑
flags.windows.gn文件,将target_cpu设置为"x86" - 或在运行
build.py时添加--x86参数
📚 更多资源
- 项目许可协议:LICENSE
- 构建配置文件:flags.windows.gn
- 补丁文件目录:patches/ungoogled-chromium/windows/
通过以上步骤,你已经成功在 Windows 系统上安装了 ungoogled-chromium。这款浏览器将为你提供更安全、更私密的网页浏览体验,同时保持与 Chromium 兼容的功能和性能。开始享受你的隐私浏览之旅吧!
【免费下载链接】ungoogled-chromium-windowsWindows packaging for ungoogled-chromium项目地址: https://gitcode.com/gh_mirrors/un/ungoogled-chromium-windows
创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考