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 max@ne43.com 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: