Clearcote Profile Manager — a desktop app to create, save, organize, and launch
Clearcote browser identities.
Download
- Installer —
Clearcote-Profile-Manager-*-setup.exe· double-click to install. - Portable —
Clearcote-Profile-Manager-*-x64.zip· unzip and runClearcote Profile Manager.exe(no install).
Built in the open — verify it yourself
This build was produced entirely by GitHub Actions on a windows-latest runner
from this tagged commit — no local machines. The workflow and full logs are public.
Two independent ways to confirm nothing was tampered with:
1 · Provenance attestation (proves it came from this repo's CI at this commit):
gh attestation verify Clearcote-Profile-Manager-v0.7.0-setup.exe -R clearcotelabs/clearcote-profile-manager
2 · SHA-256 checksums (SHA256SUMS.txt):
# Windows (PowerShell)
(Get-FileHash .\Clearcote-Profile-Manager-v0.7.0-setup.exe -Algorithm SHA256).Hash
# macOS / Linux
sha256sum -c SHA256SUMS.txt
Unsigned build. Windows SmartScreen may warn on first run — choose More info → Run anyway.
The app is not Authenticode code-signed (that requires a paid certificate); the provenance
attestation + checksums above are the integrity guarantee instead.