Contribute to any GitHub repo without leaving a trace.
Zero accounts • Zero tokens • Zero metadata • 100% anonymous
# Add as remote → fix → push → done. Fully anonymous.
git remote add gost https://gitgost.leapcell.app/v1/gh/torvalds/linux
git checkout -b fix-typo
git commit -am "fix: obvious typo in README"
git push gost fix-typo:main
# → PR opened as @gitghost-anonymous with zero trace to youThat’s it. No login. No token. No name. No email. No history.
| Feature | Description |
|---|---|
| Total Anonymity | Strips author name, email, timestamps, and all identifying metadata. PRs created by neutral @gitghost-anonymous bot. |
| One-Command Setup | Just git remote add gost <url> – no accounts, tokens, or browser extensions. |
| Battle-tested Security | Rate limiting, repository size caps, commit validation. Written in pure Go with minimal dependencies – fully auditable. |
| Works Everywhere | Terminal, CI/CD, Docker, scripts – any public GitHub repo, anywhere Git runs. |
| Open Source & AGPL | 100% transparent. Fork it, audit it, host it yourself. |
“Your commit history shouldn’t be an HR liability forever.”
- No permanent public record of your activity
- Safely contribute to controversial projects (employer or country doesn’t like it? no problem)
- Stop email harvesting & doxxing from public commits
- Fix that one annoying typo without attaching your name for eternity
- Be a ghost when you want to be
Built for developers who actually care about privacy.
# 1. Add the remote (replace with any public repo)
git remote add gost https://gitgost.leapcell.app/v1/gh/username/repo
# 2. Create your branch and commit as usual
git checkout -b my-cool-fix
git commit -am "fix: something obvious"
# 3. Push – PR opens anonymously
git push gost my-cool-fix:mainDone. The PR appears instantly from @ghost-contributor.
git remote add gost https://gitgost.leapcell.app/v1/gh/livrasand/gitGost
git push gost my-feature:main(Yes, even gitGost eats its own dogfood 👻)
- Max 5 PRs/IP/hour
- Repository size ≤ 500 MB
- Commit size ≤ 10 MB
- Full validation of refs and objects
- No persistence of your data
Everything is designed to prevent abuse while keeping you anonymous.
AGPL-3.0 – Free forever, open source, and copyleft.
If you run a public instance, you must provide source code.
→ LICENSE
Star this repo if you believe developers deserve the right to contribute anonymously.
github.com/livrasand/gitGost
Be a ghost. Fix the internet.