Introducing Achronyme — a language for zero-knowledge proofs. Read the announcement

Roadmap

What we're building, and what's coming next.

Now Actively shipping
Shipped

Multi-prime field support

Generic FieldBackend across the full pipeline. BN254, BLS12-381, and Goldilocks compile natively.

Shipped

ProveIR pipeline

Pre-compiled circuit templates serialized in bytecode. prove {} blocks are first-class values.

Shipped

Solidity verifier generation

Export Groth16 verifier contracts for on-chain proof verification on Ethereum.

Next In development

Web Playground

WASM-compiled compiler + VM running in the browser. Write, run, and prove circuits online.

Multi-field VM

VM runtime parameterized over FieldBackend. prove {} blocks use native field arithmetic for any curve.

Later Planned

STARK backend (Goldilocks)

AIR constraint backend using Plonky3 for transparent STARK proofs over the Goldilocks field.

Circom / Noir frontends

Import Circom templates and Noir programs as ProveIR modules. Use existing circuits inside Achronyme.

Future Exploring

1.0 stable API

Language specification freeze, backward compatibility guarantees, and stable bytecode format.