a16z/jolt
The simplest and most extensible zkVM. Fast and fully open source from a16z crypto and friends. ⚡ observed · 2026-09-03
Health v2 · maintenance only
80/100
- Activity 100
- Release rhythm 50
- Longevity 85
Flags: prerelease_only
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 7
- age_days: 1203
- days_rel: 336
- days_push: 0
- n_releases_24m: 6
Adoption not part of the score
1021 stars · 330 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Jolt is a zero-knowledge virtual machine (zkVM) for RISC-V (RV64IMAC) that generates cryptographic proofs of arbitrary program execution, built around sumcheck and lookup arguments for speed and simplicity. It ships as a Rust library plus a CLI for scaffolding projects where 'guest' Rust functions annotated with a macro are compiled to RISC-V and proven by 'host' code.
Use cases
- generate zero-knowledge proofs of Rust program execution
- prove correctness of offchain computation for blockchain verification
- build verifiable computation applications with a RISC-V zkVM
- benchmark and research state-of-the-art SNARK proving systems
- wrap Rust functions in zk proofs via an AI coding agent skill
- compile and prove RISC-V guest programs from a host
When to choose
- you need fast CPU-based zk proving of general-purpose Rust/RISC-V programs
- you want a simple, extensible, fully open-source zkVM to build on or contribute to
- you're doing zero-knowledge proof research involving lookup arguments and sumcheck protocols
When to avoid
- you need a production-hardened zkVM - Jolt is explicitly in alpha and not production-ready
- you need GPU-accelerated proving or a stable long-term API
- you only need simple signature or hash verification rather than full program proving
Facets
library · maturity experimental
cryptography sdk cli compiler blockchain developer-tools security rust cli zkvm zero-knowledge-proofs zk-snarks risc-v sumcheck lookup-arguments prover verifier rust-guest-programs blockchain-proofs cryptography linux macos
4 sources
- readme: https://github.com/a16z/jolt · fetched 2026-09-03 · 285aec245ca9
- homepage: https://jolt.a16zcrypto.com · fetched 2026-08-29 · 222fcb2adb66
- site_page: https://jolt.a16zcrypto.com/usage/quickstart.html · fetched 2026-08-29 · 5b0bc9d51b5d
- site_page: https://a16zcrypto.com/posts/article/faqs-on-jolts-initial-implementation · fetched 2026-08-29 · 3a370fe0b444
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| a16z/jolt | main | 80 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem