World, the biometric identity project formerly known as Worldcoin, has released ProveKit as open-source software. The zero-knowledge proof toolkit has been quietly powering World ID’s privacy-preserving identity checks since April, and now anyone can build with it.
The move turns an internal cryptographic engine into a public good, released on GitHub under the permissive MIT license.
What ProveKit actually does
Zero-knowledge proofs let you prove something is true without revealing the underlying data. ProveKit is the machinery that makes that kind of verification work on your phone.
Most ZK proof systems are computationally heavy, designed to run on beefy servers or specialized hardware. ProveKit was built from the ground up for mobile and resource-constrained devices, using SIMD-accelerated arithmetic to squeeze performance out of the processors found in everyday smartphones.
Under the hood, ProveKit takes circuits written in the Noir programming language and compiles them into R1CS constraints. It then uses the WHIR protocol to generate and verify proofs.
The toolkit ships with cross-platform support through C-compatible Foreign Function Interface bindings. That means developers working on iOS, Android, or web applications can integrate ProveKit without rewriting their entire stack.
World Foundation also released supporting open-source components alongside ProveKit, including the WHIR library itself and a tool called Remainder that was first announced in February.
Security and audit trail
ProveKit underwent a security review by Least Authority, a firm well known in the crypto space for auditing projects like Zcash and Ethereum 2.0.
The audit verified the soundness of ProveKit’s core modules and confirmed that security best practices were followed in its design.
ProveKit supports identity verification workflows like passport-based applications and privacy-preserving authentication mechanisms. It can encode sensitive user credentials in a way that lets systems verify them without ever seeing the raw data.
World’s broader identity ambitions
World ID is the project’s core product: a protocol that assigns unique digital identities to humans, initially verified through iris scans captured by the company’s orb hardware.
The World Foundation has continued to attract investor capital to scale the project. A funding round in July was tied specifically to expanding World ID’s capabilities.
The associated token, WLD, remains the economic layer of the World ecosystem. Token sales have included specific lockup periods, a structure designed to align long-term holder incentives with the project’s development timeline.
Why this matters for the ZK ecosystem
Most ZK toolkits assume server-grade compute resources or at minimum a desktop environment. A production-tested toolkit optimized for mobile devices fills a gap that the broader developer community has struggled with. ProveKit has been running inside World ID since April.
The MIT license removes commercial barriers to adoption. Startups, enterprises, and competing identity protocols can all use ProveKit without licensing fees or restrictive terms.

