██████╗ ███████╗
╚════██╗██╔════╝
 █████╔╝███████╗
██╔═══╝ ╚════██║
███████╗███████║
╚══════╝╚══════╝
██████╗ ███████╗
╚════██╗██╔════╝
 █████╔╝███████╗
██╔═══╝ ╚════██║
███████╗███████║
╚══════╝╚══════╝

ZDB.

web3 database · ipfs native · encrypted

install
curl -fsSL https://zdb.zexvro.in/install.sh | bash
requires node 20+. works on linux, macos, termux.
v 0.2.0 ↓
─────────────────────────────────────────────────────────────────────────────────────────────────────────────

what

encrypted

AES-256-GCM encryption on every shard. your data is random bytes on IPFS. only you hold the key.

ipfs native

content-addressed storage with CID chains. data lives on the distributed web, not a single server.

zero deps

pure node.js. no frameworks, no build step, no npm install. just a single server binary.

semantic search

cosine similarity over vectors. insert, search, query — all through a simple REST API.

self-hosted

runs on your phone, your laptop, your raspberry pi. you own the infrastructure.

compact

entire codebase fits in a single directory. readable, auditable, forkable.

┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄

commands

zdb upstart IPFS + ZDB daemons
zdb up --infostart and show system info
zdb downstop all services
zdb statuscheck daemon status
zdb infotraffic, storage, memory, peers
zdb logstail daemon logs
zdb installinstall or update ZDB