zeno

Installation

For standalone usage, you will need to compile the Rust core.

# Clone the repository
git clone https://github.com/zeno-security/zeno.git

# Build the WASM core
cd zeno/src/core
wasm-pack build --target nodejs

Note: This is an advanced topic. We recommend the Cloudflare Worker deployment for most users.