1. Start the agent
FOKS uses a background agent (similar tossh-agent) to hold keys in memory and perform background rekeying work. Start it once and it will persist across reboots via systemd, launchd, or the Windows Registry.
2. Sign up
foks.app to use the managed hosting service. Youβll need an invite code β the current code is cczjho9r.
Contact [email protected] for a free or discounted plan coupon code.
3. Create an encrypted Git repository
foks://foks.app/alice/myrepo. Use this as a Git remote.
4. Push to it
git-remote-foks helper (a symlink to the foks binary) handles the foks:// remote scheme transparently. Git invokes it automatically.
5. Clone on another machine
After provisioning the new device, cloning works exactly like a standardgit clone:
6. Store a secret
7. Share with a team
Next Steps
CLI Reference
Full reference for all foks commands.
Core Concepts
Understand the security and key management model.
Team Management
Roles, invites, and federated teams.
Self-hosting
Run your own FOKS server.