Skip to content

dyne/Zenroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4,731 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Zenroom crypto VM

No-code cryptographic virtual machine



๐Ÿ“‹ Zenroom Features

Zenroom is a tiny, portable, and fully isolated crypto VM for building privacy-preserving applications, smart contracts, and secure data workflows.

It runs deterministically across platforms โ€” from browsers and mobile apps to embedded devices, cloud services, and blockchains โ€” with no external dependencies and a small runtime footprint.

With Zencode, Zenroom lets developers express cryptographic logic in a human-readable language, making advanced operations such as signatures, hashing, zero-knowledge proofs, credentials, and blockchain interoperability easier to write, review, and deploy.



๐ŸŽฎ Quick start

Read the documentation and run quick examples using the online IDE powered by Zenroom: ApiRoom.

๐Ÿ” back to top


๐Ÿ’พ Build

After have installed the following dependencies:

  • makefile
  • cmake
  • gcc
  • libreadline-dev
  • xxd

You can build zenroom as executable or C library. There are various build targets, just type make to have a list:

โœจ Welcome to the Zenroom build system
๐Ÿ›Ÿ Usage: make <target>
๐Ÿ‘‡๐Ÿฝ List of targets:
 posix-exe        Dynamic executable for generic POSIX
 posix-lib        Dynamic library for generic POSIX
 linux-exe        Dynamic executable for GNU/Linux
 linux-lib        Dynamic library for GNU/Linux
 debug-asan       Address sanitizer debug build
 debug-gprof      Address sanitizer debug build
 musl             Static executable for Musl
 win-exe          Executable for Windows x86 64bit
 win-dll          Dynamic lib (DLL) for Windows x86 64bit
 osx-exe          Executable for Apple MacOS
 osx-lib          Library for Apple MacOS native
 ios-armv7        Libraries for Apple iOS native armv7
 ios-arm64        Libraries for Apple iOS native arm64
 ios-sim          Libraries for Apple iOS simulator on XCode
 node-wasm        WebAssembly (WASM) for Javascript in-browser (Emscripten)
 check            Run tests using the current binary executable build
 check-js         Run tests using the WASM build for Node
 check-osx        Run tests using the OSX binary executable build

Optional dependencies are:

๐Ÿ” back to top


๐Ÿงฉ Projects using Zenroom

Many applications already include Zenroom and use the Zencode language:

๐Ÿ” back to top


โŒ› Timeline

  • 2017 - Proof of Concept
  • 2018 - Prototype and Alpha release series
  • 2019 - Stable release series v1 (now EOL)
  • 2022 - Stable release series v2 until LTS v2.22.1
  • 2023 - Stable release series v3 until LTS v3.23.4
  • 2024 - Stable release series v4 until LTS v4.47.0
  • 2025 - Current stable v5 (latest HEAD)

๐Ÿ” back to top


๐Ÿ‘ค Contributing

  1. ๐Ÿ”€ FORK IT
  2. Create your feature branch git checkout -b feature/branch
  3. Commit your changes git commit -am 'feat: New feature\ncloses #398'
  4. Push to the branch git push origin feature/branch
  5. Create a new Pull Request gh pr create -f
  6. ๐Ÿ™ Thank you

๐Ÿ” back to top


๐Ÿ’ผ License

Copyright (C) 2017-2026 Dyne.org foundation

Designed and written by Denis "Jaromil" Roio with the help of Puria Nafisi Azizi and Andrea D'Intino.

Includes code contributions by Alberto Lerda, Matteo Cristino, Danilo Spinella, Luca Di Domenico, Rebecca Selvaggini, Filippo Trotter, Nicola Suzzi, Giulio Sacchet.

Reviews and suggestions contributed by: Richard Stallman, Daniele Lacamera, Enrico Zimuel, Sofรญa Celi, Sebastian Blichfeld, Adam Burns, Thomas Fuerstner, Jรผrgen Eckel, Massimo Romano

Zenroom complies with the REUSE license specification and redistributes:

  • Lua 5.4 - Copyright ยฉ 1994โ€“2025 Lua.org, PUC-Rio.
  • Apache Milagro Crypto Library (AMCL)
  • Various Lua libraries released under Apache/MIT/CC0 license

Special thanks to our colleagues in the DECODE project whose research has inspired the birth of this project: Francesca Bria, George Danezis, Ola Bini, Mark de Villiers, Ivan Jelincic, Alberto Sonnino, Jim Barritt, Christian Espinoza, Samuel Mulube and Nina Boelsums.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

๐Ÿ” back to top


๐Ÿ—ž๏ธ More information

๐Ÿ” back to top


About

Secure execution VM executing human-like language (no-code) to operate on data and advanced cryptographic operations.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

 
 
 

Contributors