Encrypted relay
Free Early Access · CLI-first · private commit sync
Your commits,everywhere.
Sync local Git commits across every device without pushing messy WIP work to GitHub. GitFuse is available as Free Early Access while Pro and Team plans are Coming Soon.
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
Free Early Access now. Paid plans are Coming Soon.
Free
$0
Free Early AccessFor individual developers joining GitFuse during the early-access launch.- 3 devices
- 5 repositories
- 30-day sync history
Coming Soon
Pro
Coming Soon
Coming SoonFor developers who will need larger private sync capacity after paid billing opens.- Unlimited devices
- Unlimited repositories
- Priority relay capacity
Team
Coming Soon
Coming SoonFor teams planning shared workspace controls, audit history, and managed access.- Team dashboard
- Per-repo controls
- Audit history
Install
Choose your operating system.
zsh
$ brew tap VectorSolus/gitfuse https://github.com/VectorSolus/GitFuse.git$ brew install VectorSolus/gitfuse/gitfuse$ gitfuse auth login$ gitfuse add .$ gitfuse sync