Robokeys
Please note that as of March 2026, the commercial entity Robokeys Limited has been disolved.
This administrative change does not affect the availability or development of the open-source projects. Ownership and maintenance of the code repositories (including the Robokeys platform) have been transferred to Rob Deas, who will continue to lead development and support the community.
Commercial support and consulting remains available directly through Rob Deas. s.
Safe sanctuaries for risky code experiments. Git-backed snapshots without polluting your repository history.
Every developer has been there. You want to experiment, but you're paralyzed by the fear of breaking something:
"What if the AI suggestion breaks everything?"
"I want to try this, but what if I can't get back?"
"I don't want experimental branches cluttering my repo"
"I just need a snapshot before I try this risky change"
The result? Developers who stop experimenting. Innovation dies.
VerZanctuary creates isolated, timestamped snapshots of your code in a hidden .sanctuary folderβa real Git repo managed entirely separately from your working one.
Each sanctuary is completely separate from your main repo
No experimental branches cluttering your main repository
Try anything knowing you can instantly restore
Real version control under the hood, not just file copies
Create a sanctuary before letting AI refactor your code. If the suggestions break something, instantly restore your working state.
Want to try a major architectural change? Create a sanctuary and experiment fearlessly.
Create a clean checkpoint at the end of each day. Never lose a day's work to a bad morning decision.
Browse different versions side-by-side without affecting your working directory.
Every operation is protected by locks to prevent corruption from parallel invocations.
Browse workspaces are read-only by default. You can't accidentally commit experimental code.
Clean, intuitive commands with power-user flexibility:
Works out of the box, but configurable for power users with flags like --no-git, --lab, --browse, and --ignore-locks.
VerZanctuary gives you the safety net you need to innovate fearlessly
Open source under Apache 2.0 license β’ Built with Kotlin and Clikt