e3kskoy7wqk/Firefox-for-windows-7
Fork: 5 Star: 214 (更新于 2025-12-11 12:50:03)
license: MPL-2.0
Language: Batchfile .
Firefox for windows 7: Modern Firefox based web browser for Windows Vista & 7.
最后发布版本: 148.0a1 ( 2025-12-10 22:31:47)
Firefox for windows 7
Firefox is a fast, reliable and private web browser from the non-profit Mozilla organization.
Firefox 115 is the last version to support Windows 7. This repository includes patches that enable Firefox to run on Windows 7 beyond the official end-of-support date, allowing users to continue using the latest features and improvements from Firefox.
Firefox is a Trademark of The Mozilla Foundation.
Platform Support
Windows 7, 8, 10, 11 or Windows Vista with Service Pack 2 (SP2) and Platform Update.

Building
-
Bootstrap a copy of the Firefox source code
git clone https://github.com/mozilla-firefox/firefox.gitThis repository contains patches for specific versions of Firefox, stored in directories named
<DATE>.<commit_id>. Here,commit_idis the commit ID of Firefox, andDATEis purely for File Explorer.cd firefox git checkout <commit_id> ./mach bootstrap -
Building Rust on Windows MSVC
To ensure that
rustcalways generates programs compatible with Windows 7, Rust needs to be patched. This repository contains files namedRust<rust_version>win7.difffor this purpose, whererust_versionis the version of Rust used to build Firefox, as specified here. For detailed instructions on how to proceed, please refer to https://github.com/e3kskoy7wqk/Firefox-for-windows-7/issues/75.-
Clone the source with
gitgit clone https://github.com/rust-lang/rust.git cd rust git checkout <rust_version> -
Apply patch
git apply --verbose --ignore-space-change Rust<rust_version>win7.diff -
If you want to support Windows Vista, you also need to apply Rust<rust_version>vista.diff:
git apply --verbose --ignore-space-change Rust<rust_version>vista.diff -
Build
python x.py build --target i686-pc-windows-msvc,x86_64-pc-windows-msvc python x.py build library --target i686-pc-windows-msvc,x86_64-pc-windows-msvc
-
-
Compiling Cargo from Source
-
Clone the source with
gitgit clone https://github.com/rust-lang/cargo.git cd cargo -
With
cargoalready installed by ./mach bootstrap, you can simply run:cargo build --release
-
-
Apply patches
Navigate to the
<DATE>.<commit_id>directory, modify theREPO_PATHvariable inapply_patches.batto the path of the Firefox source, and then double-click it to apply the patches. -
Build Firefox
-
Add our custom-built
rustc.exeandcargo.exeto your PATH, delete or rename%USERPROFILE%\.rustupand%USERPROFILE%\.cargo, and remove any other instances ofrustc.exeandcargo.exefrom your PATH. -
mozconfig for i686-pc-windows-msvc:
ac_add_options MOZ_TELEMETRY_REPORTING=1 ac_add_options --with-redist=<CRT_LOCATION> export WIN_UCRT_REDIST_DIR=<UCRT_LOCATION> ac_add_options --disable-crashreporter ac_add_options --disable-sandbox ac_add_options --target=i686-pc-windows-msvc ac_add_options --enable-optimize ac_add_options --disable-tests ac_add_options MOZ_PGO=1 ac_add_options --enable-clang-plugin export MOZ_LTO=cross ac_add_options --enable-js-shell ac_add_options --enable-rust-simd -
mozconfig for x86_64-pc-windows-msvc:
ac_add_options MOZ_TELEMETRY_REPORTING=1 ac_add_options --with-redist=<CRT_LOCATION> export WIN_UCRT_REDIST_DIR=<UCRT_LOCATION> ac_add_options --disable-crashreporter ac_add_options --target=x86_64-pc-windows-msvc ac_add_options --enable-optimize ac_add_options --disable-tests ac_add_options MOZ_PGO=1 ac_add_options --enable-clang-plugin export MOZ_LTO=cross ac_add_options --enable-js-shell ac_add_options --enable-rust-simd -
./mach build ./mach package ./mach build installers-$AB_CD
-
最近版本更新:(数据更新于 2025-12-11 12:48:59)
2025-12-10 22:31:47 148.0a1
2025-12-05 18:27:09 147.0a1-v2
2025-12-04 20:20:05 140.6.0
2025-12-03 11:00:08 146.0
2025-11-11 19:10:43 147.0a1
2025-11-05 12:53:11 140.5.0
2025-11-03 19:06:42 146.0a1-v2
2025-10-14 18:54:58 146.0a1
2025-10-07 22:01:43 145.0a1-v2
2025-10-07 22:00:29 144.0
主题(topics):
firefox, patches, uptodate, windows7, windows8, windows8-1, windowsvista
e3kskoy7wqk/Firefox-for-windows-7同语言 Batchfile最近更新仓库
2026-02-13 21:42:19 Flowseal/zapret-discord-youtube
2026-01-31 23:06:29 cmontage/mas-cn
2026-01-31 01:30:53 Azure/azure-cosmos-db-emulator-docker
2026-01-28 23:25:22 massgravel/Microsoft-Activation-Scripts
2026-01-06 17:45:31 Verity-Freedom/Tor-Portable
2026-01-03 01:01:42 RockBlack-VPN/ip-address
Firefox for windows 7