Skip to content

Clearcote Profile Manager v0.6.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 10:19

Clearcote Profile Manager — a desktop app to create, save, organize, and launch
Clearcote browser identities.

Download

  • InstallerClearcote-Profile-Manager-*-setup.exe · double-click to install.
  • PortableClearcote-Profile-Manager-*-x64.zip · unzip and run Clearcote 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.6.0-setup.exe -R clearcotelabs/clearcote-profile-manager

2 · SHA-256 checksums (SHA256SUMS.txt):

# Windows (PowerShell)
(Get-FileHash .\Clearcote-Profile-Manager-v0.6.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.