ProofboardSign in
SHA Proof · Tier 3 · Private repos

Log private work.
Nothing leaves your machine.

Install once. The Career Agent keeps working in the background from then on — no commands to remember, nothing to run again.

The Proofboard Career Agent is a Go binary that reads your .git directory locally. Before any network call, our Shredder overwrites all commit message text and file paths with zero bytes. Your source code is never read, transmitted, or stored, only cryptographic SHA witnesses and numerical stats leave your machine.

Get started

terminal

1. Install (no runtime required)

$ curl -fsSL https://releases.proofboard.io/install.sh | bash

2. Run your first sync (from your project folder)

$ proofboard sync

What the Career Agent captures

Commit SHAs & timestamps

Cryptographically anchored. Independently auditable without seeing your code.

File types & language stats

What stack you used — never file names, paths, or content.

Commit frequency & volume

Numerical delivery signals that compound your Reputation Index.

Milestone cluster labels

AI-derived impact categories. Text is shredded in Phase 5 before any upload.

Never transmitted

Commit message text — shredded in Phase 5
File names or directory paths
Source code, diffs, or file contents
Raw org or repo names — stored as SHA256 only
Anything outside the .git directory
Secrets, tokens, or environment variables

How it works

01

Install — that's the only command

Run the one-line installer — it detects your OS and downloads the right Go binary, and starts the Career Agent running in the background. Nothing else to type, ever.

02

Open a project in your IDE

The Career Agent watches for repositories you open, and now also fires when you cd into one. The first time it sees a repo it doesn't recognize, it prompts you: "New repository detected — Sync Project?" Run proofboard sync if you don't see the prompt.

03

Click Sync Project — then never again

One click does everything that used to be three commands: it links the repo, connects your account automatically (opening a browser only if you aren't already signed in — no auth command to remember), and runs the first classification pass. From here, every future merge to main, master, or develop syncs on its own. You won't click or type anything for this repo again.

04

The Shredder runs locally

Before any network call — the first sync or a later automatic one — Phase 5 (Shredder) overwrites all commit message text and file paths with zero bytes. Only numerical stats, SHA witnesses, and category labels survive. Your codebase stays on your machine.

05

SHA Proof appears on your dashboard

The server countersigns the clean payload with Proofboard's private key. Your private work is added to your ledger as a Tier 2 SHA Proof — independently verifiable, NDA-safe.

Ready to log your private work?

One command installs the Career Agent — no runtime required.

$ curl -fsSL https://releases.proofboard.io/install.sh | bash