Open-source storage middleware

UniCAS

Content-addressed storage with explicit trust boundaries for every application and tenant.

Integrity
SHA-256 addressed
Authorization
OAuth capabilities
Runtime
Cloudflare edge
LIVE TOPOLOGY BOUNDARIES ACTIVE
CALLERS
Application
Agent / CLI
Administrator
ORIGINS
api.unicas.work
console.unicas.work
immutable nodes 2f8a91cda403e17b6c2d
Explore the system

Designed as infrastructure

Storage semantics without product coupling.

UniCAS owns bytes, references, leases, and trust. Your application keeps identity mapping, workflows, and domain meaning.

01

Immutable by address

Canonical nodes are verified against their digest before becoming readable.

02

Tenant isolation

Every node, lease, reference, and audit event is scoped by application and tenant.

03

Explicit retention

Root references and leases make lifecycle intent observable and garbage collection safe.

Run it yourself

One service. Two access planes.

The portable core and Cloudflare adapter live in one MIT-licensed repository. Admin workflows stay on the console origin; machine protocols stay on the API origin.

Read the architecture
LOCAL SETUP
$ git clone https://github.com/shazhou-ww/unicas
$ cd unicas
$ pnpm install
$ pnpm dev

# console  http://localhost:4070/admin/
# edge     http://127.0.0.1:8794

Build on a smaller storage contract

Keep application meaning where it belongs.