chromium-v146.0.7680.177.3

WhiskeySockets/Baileyschromium-v146.0.7680.177.3Apr 16, 2026by Cloak-HQ

AI Summary

A stealth build of Chromium featuring 57 source-level fingerprint patches to evade detection, including new vectors for WebAuthn and AAC audio encoding.

Key Highlights

  • Stealth capabilities with 57 fingerprint patches.
  • New fingerprint vectors: WebAuthn capabilities, AAC audio encoder, and window screen position.
  • SOCKS5 warm connection pool improvements.
  • Canvas format and WebGL parameter consistency fixes.

New Features

  • Stealth browser capabilities (fingerprint evasion).
  • WebAuthn and AAC fingerprint vector coverage.
  • Window screen position fingerprinting fixes.
  • SOCKS5 warm connection pool support.

Full Release Notes

## Stealth Chromium Build

Pre-built Chromium with 57 source-level fingerprint patches.

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

### What's New

- Three new fingerprint vectors covered: WebAuthn capabilities, AAC audio encoder, window screen position
- Canvas format + WebGL parameter consistency fixes (cross-context)
- SOCKS5 warm connection pool: auth handshake fix for credentialed proxies
- 57 fingerprint patches (up from 49)

### 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 (RPi, Graviton) | `cloakbrowser-linux-arm64.tar.gz` |

macOS and Windows remain on their previous versions (145.0.7632.x).

### Checksums (SHA-256)
```
5af027faafb1fef9933eb784c094b764706de22a372a2cee84bc117fc4ab537f  cloakbrowser-linux-x64.tar.gz
8b71ce53b4fd131327331a31fba3835d71882d19bfaabde78dd0f5390bd16f45  cloakbrowser-linux-arm64.tar.gz
```

### Security
- Release tag GPG-signed by CloakHQ (`C60C0DDC9D0DE2DD`)
- Binary attestation via GitHub Actions ([verify provenance](https://github.com/CloakHQ/CloakBrowser/attestations))
- VirusTotal: 0/59 x64, 0/57 arm64 clean
  - [Linux x64](https://www.virustotal.com/gui/file/5af027faafb1fef9933eb784c094b764706de22a372a2cee84bc117fc4ab537f)
  - [Linux arm64](https://www.virustotal.com/gui/file/8b71ce53b4fd131327331a31fba3835d71882d19bfaabde78dd0f5390bd16f45)

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

gh attestation verify cloakbrowser-linux-x64.tar.gz --repo CloakHQ/cloakbrowser
```

### 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).