First stable release of the distribution-channels work (issue #6). LibreDB now
ships through multiple channels:
- npm and JSR —
@libredb/libredb - CLI —
npx libredb(zero dependencies):inspect,stats,get,scan,
set,delete,import - Standalone binaries — Linux, macOS, Windows (x64 + arm64), attached below
with.sha256checksums - Docker — multi-arch image on GHCR and Docker Hub
(ghcr.io/libredb/libredb,libredb/libredb)
Under the hood: the kernel is now runtime-agnostic (node:fs moved to an
adapter), a new browser entry (@libredb/libredb/browser) ships with OPFS-backed
persistence, and writes are guarded (advisory lock, reserved-key protection).
See CHANGELOG.md for details.