?
Is this just git-crypt with a website?
No. git-crypt encrypts selected files, not metadata, refs, commit messages, or PR review state. We encrypt the whole workflow.
?
How is this different from git-remote-gcrypt?
gcrypt works but treats every push like a force-push and re-uploads on history growth. We use modern E2EE-Git constructions with incremental, content-addressed encryption.
?
How is this different from GitCellar?
GitCellar's public repo is a crypto/chunking library for backing up Git bundles. We specify a full hosting protocol: signed event log, witnessed transparency proofs, encrypted PR review, browser/native authority split, and customer-controlled CI runners.
?
Can the server show different histories to different users?
Current server-backed state is verified against witnessed checkpoints, subject-map proofs, private openings, and local pins. A hidden split view needs witness-quorum failure, witness rollback, or permanent isolation from honest monitors and peers.
?
Can you run on our infra?
Self-managed deployment comes after the cloud alpha. The crypto is the same either way; we don't have keys in either deployment.
?
Will there be managed CI?
No. CI has to decrypt source code to build it, so HushGit integrates with customer-controlled runners instead of hosted build workers.
?
What about Copilot-style assistants?
Not on roadmap. Sending your code to a model provider would defeat the entire point.
?
Pricing?
Per-seat, per-repo, with a free tier for small teams once we exit alpha. Founders get grandfathered pricing.