Encrypted relay
Open source · CLI-first · private commit sync
Your commits,everywhere.
Sync local Git commits across every device without pushing messy WIP work to GitHub. Pick up exactly where you left off with a polished, private, ocean-blue developer workflow.
gitfuse session handoff
# laptop · end of session
$ git commit -m "auth middleware wired"$ gitfuse sync✓ bundled 3 commits✓ encrypted with device key✓ synced to private relay# desktop · resume instantly
$ gitfuse pull✓ fetched 3 commits✓ replayed history✓ HEAD → auth middleware wired$ git log --onelineFeatures
Designed for developers who move between machines.
Git-native transport
Preserve your exact history
GitFuse keeps commit metadata, messages, authorship, file changes, and workflow context intact.Multi-device workflow
Resume work from any machine
Start on your laptop, continue on your desktop, and keep your development flow uninterrupted.Comparison
No dashboard clutter. Just the product story.
| Capability | GitFuse | GitHub Push | Cloud Changes |
|---|---|---|---|
| Syncs commit objects | Yes | Manual push | No |
| Preserves commit history | Yes | Yes | No |
| Avoids public WIP pushes | Yes | No | Partial |
| Works across editors | Yes | Yes | Limited |
| Private relay | Encrypted | Remote repo | Vendor cloud |
Pricing
Simple pricing for individuals and teams.
Free
$0
For individual developers getting started.- 3 devices
- 5 repositories
- 30-day sync history
Popular
Pro
$9/mo
For developers working across several machines daily.- Unlimited devices
- Unlimited repositories
- Priority relay speed
Team
$18/user
For teams that need visibility and access controls.- Team dashboard
- Per-repo controls
- Audit history
Install
Choose your operating system.
zsh
$ brew install gitfuse$ gitfuse auth login$ gitfuse add .$ gitfuse sync