chromium-v145.0.7632.159.7

CloakHQ/CloakBrowserchromium-v145.0.7632.159.7Mar 15, 2026by Cloak-HQ

AI Summary

Expanded platform support with new Windows x64 and Linux ARM64 builds alongside 33 fingerprint patches.

Key Highlights

  • New Windows x64 build upgraded to version 145.0.7632.159.7
  • Linux ARM64 build for Raspberry Pi and ARM servers
  • StorageBuckets API quota normalization
  • Platform-aware spoofing for realistic profiles

New Features

  • Windows x64 build support
  • Linux ARM64 build support
  • StorageBuckets quota normalization

Full Release Notes

## Stealth Chromium Build

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

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

### What's New

- **New: Windows x64 build** upgraded to 145.0.7632.159.7 — 33 patches, matching Linux
- StorageBuckets API quota normalization — closes the last storage-based incognito detection vector
- Linux ARM64 build — native support for Raspberry Pi, ARM servers, and Docker on Apple Silicon

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

### Platforms
| Platform | File | Version |
|----------|------|---------|
| Linux x86_64 | `cloakbrowser-linux-x64.tar.gz` | 145.0.7632.159.7 |
| Linux ARM64 | `cloakbrowser-linux-arm64.tar.gz` | 145.0.7632.159.7 |
| Windows x64 | `cloakbrowser-windows-x64.zip` | 145.0.7632.159.7 |

macOS builds remain on [145.0.7632.109.2](https://github.com/CloakHQ/CloakBrowser/releases/tag/chromium-v145.0.7632.109.2).

### Checksums (SHA-256)
```
5279d23c7a28183259334af1f13545107a2aeb57179b80114a3958057648ec02  cloakbrowser-linux-x64.tar.gz
1c34ab0adb15fd67c3e433cddc76079f8e4e186ab75bd3a12aaaa871869f3c77  cloakbrowser-linux-arm64.tar.gz
a0d04635bb85b669299d1e8d7952c2157ab57ac442abe18b6db8dee8baaa1371  cloakbrowser-windows-x64.zip
```

### Security
- Release tag GPG-signed by CloakHQ (`C60C0DDC9D0DE2DD`)
- Binary attestation via GitHub Actions ([verify provenance](https://github.com/CloakHQ/CloakBrowser/attestations))
- VirusTotal scans:
  - [Linux x64](https://www.virustotal.com/gui/file/5279d23c7a28183259334af1f13545107a2aeb57179b80114a3958057648ec02)
  - [Linux ARM64](https://www.virustotal.com/gui/file/1c34ab0adb15fd67c3e433cddc76079f8e4e186ab75bd3a12aaaa871869f3c77)
  - [Windows x64](https://www.virustotal.com/gui/file/a0d04635bb85b669299d1e8d7952c2157ab57ac442abe18b6db8dee8baaa1371)

### Verify
```bash
# GPG signature
gpg --keyserver keyserver.ubuntu.com --recv-keys C60C0DDC9D0DE2DD
git verify-tag chromium-v145.0.7632.159.7

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