Developer Documentation · Open Source

Developer Docs & SDK: two open-source projects, shipping today.

The VRIL LABS open-source surface is intentionally small while the broader research stack matures. Today, two repositories are live, MIT-licensed, and ready to integrate: VRIL-ZIP, a lossless compression library, and the VRIL LABS Web SDK, a TypeScript toolkit for building on the $VCUR ecosystem. Everything else on the roadmap is in active research and will land here when it ships.

MIT-licensed Open source TypeScript · Rust Live on GitHub
Live repos
2
License
MIT
Status
v0
Shipping today

Two open-source projects, live on GitHub.

Both are MIT-licensed, versioned, and open to issues and pull requests. Click through to the repo for installation, full API reference, and examples.

VRIL-ZIP · Lossless compression

vril-zip

A lossless compression library built around modern entropy coding. Designed as a clean, reviewable building block — no hidden tricks, no opaque dependencies, no marketing claims. Read the README for benchmarks, usage, and the current roadmap.

# Source & releases
github.com/VRIL-LABS/vril-zip
VRIL Web SDK · TypeScript

web-sdk

The official TypeScript SDK for building on the $VCUR ecosystem — wallet helpers, on-chain reads against the Clanker locker contract, and the primitives the vril.li site itself uses. Tree-shakable, framework-agnostic, distributed via npm.

# Source & releases
github.com/VRIL-LABS/web-sdk
VRIL.js · CrystalWindow client SDK

vril-js

The browser-side runtime that powers vril.li itself — CrystalWindow modal engine, ticker plumbing, theme switching, and the Git Modal repo browser. Pure ES5, zero dependencies, drop-in via <script> tag. Available on npm and as a CDN bundle.

# Source & releases
github.com/VRIL-LABS/vril-js
Roadmap

What's in research, and what isn't.

The diagram above sketches where the stack is headed. Not every box is published code — most are research lines under active investigation. We don't ship docs for things that don't exist yet.

Status overview

Honest status, module by module

Live: VRIL-ZIP (compression library, MIT) and the VRIL LABS Web SDK (TypeScript, MIT). Both linked above.

In active research: VRIL-KEM (post-quantum key exchange), CVKDF (cascading key derivation), VRIL-HASH, VRIL-SIGN, and the betterFANN (VRIL-AI) inference work. Documentation, APIs, and audited releases will appear on this page as each component reaches a publishable state.

Not promised: We're deliberately not publishing speculative APIs, draft specs, or architecture documents for unreleased components. When something ships, it ships with real code, real tests, and real docs — not before.

Follow the VRIL LABS GitHub organisation → for release notifications, or check this page periodically.