Getting Started
CLI
See the CLI Reference for all commands and options.
Rust
For cloud-stored packages, use the URI-aware entry point — accepts file://,
bare paths, and (with --features aws-s3) s3://bucket/prefix/:
See the Rust API Reference for the full API surface.
WASM
ESM module powered by WebAssembly. Use it in any browser or bundler. All WASM functions are async.
See the WASM API Reference for the full API surface.
Node.js
Native bindings via NAPI — filesystem access, hash verification, and native speed. All Node.js functions are synchronous.
Validate from strings
Same API as @imferno/wasm — no filesystem access:
See the Node.js API Reference for the full API surface.