Skip to content

Releases: Venkat2811/wombatkv

wombatkv 0.1.0-alpha.pre1.0

Pre-release

Choose a tag to compare

@Venkat2811 Venkat2811 released this 25 May 07:02

First public release of WombatKV: an object-storage-native KV cache system for LLM inference. Prefix-share blocks survive across processes, machines, and pod restarts. Wombat has your KV blocks.

Crates on crates.io

Crate Purpose
wombatkv-core Core types + shared primitives
wombatkv-format On-disk + on-wire formats
wombatkv-radix Metadata index (L0 in-memory + L1 SlateDB)
wombatkv-store S3 / MinIO storage backend
wombatkv-node Embedded KV with foyer hybrid cache
wombatkv-daemon Daemon binary (SHM + TCP + HTTP listeners)
wombatkv-cabi C ABI surface for engine integrations
wombatkv-dst Deterministic simulation testing primitives

Integration reference

The first integrated engine is the Venkat2811/ds4 fork. Validation covers Mac M3 with native MinIO and cross-host Mac → Linux over LAN.

Where to look

  • CHANGELOG.md - full feature list, env vars, known limitations
  • BENCHMARKS.md - per-campaign methodology + headline numbers
  • book/ - long-form architecture + operations docs

Alpha status

Alpha tag is intentional: wire format, C ABI, S3 key layout, and chain hashes may break before 0.1.0. Do not pin production workloads to this release.