chromium-v146.0.7680.177.1

rajnandan1/kenerchromium-v146.0.7680.177.1Apr 9, 2026by Cloak-HQ

AI Summary

Upgrades to Chromium 146 with 49 new source-level fingerprint patches to enhance stealth capabilities and remove automation signals.

Key Highlights

  • Chromium 146 upgrade with rebased patches
  • 49 source-level C++ patches for fingerprint randomization
  • Automation signal removal carried forward from previous versions
  • Linux x86_64 support available (arm64, macOS, Windows remain on previous versions)

New Features

  • Fingerprint randomization patches
  • Automation signal removal
  • Pre-built binaries for Linux x86_64
  • GPG-signed release tag for security verification

Full Release Notes

## Stealth Chromium Build

Pre-built Chromium 146 with 49 source-level fingerprint patches.

See the full [CHANGELOG](https://github.com/CloakHQ/CloakBrowser/blob/main/CHANGELOG.md) for details.

### What's New
- Chromium 146 upgrade — rebased all patches from 145.0.7632.x to 146.0.7680.177
- 49 source-level C++ patches (up from 48)
- All existing fingerprint randomization and automation signal removal carried forward

### Install
```bash
pip install cloakbrowser    # Python
npm install cloakbrowser    # JavaScript
# Binary auto-downloads on first launch
```

### Platforms
| Platform | File |
|----------|------|
| Linux x86_64 | `cloakbrowser-linux-x64.tar.gz` |

Linux arm64, macOS, and Windows remain on previous versions.

### Checksums (SHA-256)
```
e8c444cc62530d75b0217e2f564dd8fdf39ae6266b40c27952cd6e1711bf165f  cloakbrowser-linux-x64.tar.gz
```

### Security
- Release tag GPG-signed by CloakHQ (`C60C0DDC9D0DE2DD`)
- VirusTotal scan: [Linux x64](https://www.virustotal.com/gui/file/e8c444cc62530d75b0217e2f564dd8fdf39ae6266b40c27952cd6e1711bf165f) — 0/49 clean

### Verify
```bash
gpg --keyserver keyserver.ubuntu.com --recv-keys C60C0DDC9D0DE2DD
git verify-tag chromium-v146.0.7680.177.1
```

### Feedback
If you notice any regressions or new detection issues after updating, please [open an issue](https://github.com/CloakHQ/CloakBrowser/issues) with the site and error details.
To roll back, see [Troubleshooting — Roll back](https://github.com/CloakHQ/CloakBrowser#new-update-broke-something-roll-back-to-the-previous-version).