World has open-sourced ProveKit, the zero-knowledge identity proving toolkit that has been running World ID since April. The code is now public, meaning developers can inspect, modify, and build on the same technology used in a live identity system.
What ProveKit does
ProveKit handles the cryptographic work behind zero-knowledge proofs. In plain terms, it lets someone prove a fact about themselves without handing over the raw data. For identity checks, that could mean showing you're an adult without revealing your exact birth date, or confirming you hold a credential without exposing the credential itself.
The toolkit is designed to be embedded into apps and services that need identity verification but want to minimize data collection. Instead of sending personal details to a server, the proof is generated locally and verified without the underlying information ever leaving the user's control.
A production-tested release
This isn't a side project or a toy. ProveKit has been in active use since April as part of World ID, which means it's been processing real identity checks in a live environment. That's a meaningful detail for developers considering whether to trust the code.
Open-sourcing it now gives the broader community a chance to see exactly how it works, test it, and find any weaknesses. The version released is the same one that's been running in production, not a stripped-down demo.
Why open-sourcing matters
Transparency is a big deal in cryptography. When the source code is public, security researchers can audit it for flaws, and other projects can adopt a proven solution instead of building their own from scratch. That could accelerate the use of zero-knowledge identity checks across the web.
It also signals confidence. World is putting its core identity toolkit out in the open, inviting scrutiny from anyone who wants to look. For a system that handles personal identity, that's a strong statement about how it was built.
The repository is now available for anyone to use. The next step is to see how the developer community responds and whether ProveKit becomes a standard building block for privacy-preserving identity.




