chromium-v142.0.7444.175
CloakHQ/CloakBrowserchromium-v142.0.7444.175Feb 27, 2026by Cloak-HQ
AI Summary
This release focuses on expanding platform support by releasing the first official macOS binaries for both Apple Silicon and Intel architectures. It maintains the Chromium 142 base with 16 fingerprint patches and achieves high stealth scores on macOS platforms.
Key Highlights
- First official macOS binaries (Apple Silicon and Intel)
- High stealth test scores on macOS (41/42 tests passing)
- Native Mac fingerprinting without cross-platform spoofing mismatches
- Chromium 142 base with 16 fingerprint patches
New Features
- macOS Apple Silicon support
- macOS Intel support
- Native Mac fingerprinting
Full Release Notes
## Stealth Chromium Build Pre-built Chromium with 16 source-level fingerprint patches. ### Install ```bash pip install cloakbrowser # Python npm install cloakbrowser # JavaScript # Binary auto-downloads on first launch ``` ### Platforms | Platform | File | Size | |----------|------|------| | Linux x86_64 | `cloakbrowser-linux-x64.tar.gz` | 195 MB | | macOS Apple Silicon | `cloakbrowser-darwin-arm64.tar.gz` | 138 MB | | macOS Intel | `cloakbrowser-darwin-x64.tar.gz` | 149 MB | ### macOS Builds (New) macOS binaries pass **41/42** stealth tests including all bot detection sites (sannysoft 56/56, BrowserScan 19/0 abnormal, CreepJS headless: 0%). Native Mac fingerprint — no cross-platform spoofing mismatches. First macOS release — if you hit any issues, [please open an issue](https://github.com/CloakHQ/CloakBrowser/issues). ### Checksums (SHA-256) ``` 4a836b33a56279eea183c62be2a6884c9c615cc5f09fdfaa4e009ea3ed767bc1 cloakbrowser-linux-x64.tar.gz 7d88b47b747a0e2f60656a2a0d8adba334c68238fa73a32ed3c53e5a0779513b cloakbrowser-darwin-arm64.tar.gz 9ad82039d0c799e3c0b63d4dd929ed6348751d63d2ec26f9b5f410861954d829 cloakbrowser-darwin-x64.tar.gz ``` ### Security - Release tag GPG-signed by CloakHQ (`C60C0DDC9D0DE2DD`) - VirusTotal scans: - [Linux x64](https://www.virustotal.com/gui/file/4a836b33a56279eea183c62be2a6884c9c615cc5f09fdfaa4e009ea3ed767bc1) - [macOS arm64](https://www.virustotal.com/gui/file/7d88b47b747a0e2f60656a2a0d8adba334c68238fa73a32ed3c53e5a0779513b) - [macOS x64](https://www.virustotal.com/gui/file/9ad82039d0c799e3c0b63d4dd929ed6348751d63d2ec26f9b5f410861954d829) ### Verify GPG Signature ```bash gpg --keyserver keyserver.ubuntu.com --recv-keys C60C0DDC9D0DE2DD git verify-tag chromium-v142.0.7444.175 ```