快速开始5分钟在 Windows 上安装 ungoogled-chromium【免费下载链接】ungoogled-chromium-windowsWindows packaging for ungoogled-chromium项目地址: https://gitcode.com/gh_mirrors/un/ungoogled-chromium-windowsungoogled-chromium 是一款专注于隐私保护的 Chromium 衍生版本它移除了所有与 Google 相关的服务和跟踪功能同时保留了 Chromium 的核心浏览体验。本教程将为你展示如何在 Windows 系统上快速安装这款安全、轻量的浏览器。 安装前准备在开始安装前请确保你的系统满足以下要求Windows 10 x64 或更高版本32位系统需额外配置至少 4GB 可用内存和 10GB 存储空间已安装 Git 和 Python 3.11推荐通过 Microsoft Store 安装⚡ 两种安装方法对比方法一使用 WinGet 一键安装推荐这是最简单快捷的安装方式适用于大多数普通用户按下Win R打开运行对话框输入cmd并回车在命令提示符中输入以下命令winget install --ideloston.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),仅供参考