Kuzu V0 Download [verified] May 2026
pip install "kuzu<1.0" conda install -c conda-forge kuzu=0.9.0 5. Install via npm (Node.js) For the Kuzu WASM module:
import kuzu print(kuzu.__version__) # e.g., 0.9.0 To get the exact latest (not v1.0+ in future): kuzu v0 download
tar -xzf kuzu_cli_*.tar.gz cd kuzu_cli_* ./kuzu Kuzu v0 has a Python API that matches the core engine. pip install "kuzu<1
npm install kuzu@0.9.0 If you need the exact v0 branch (not main, which may be v1+ later): pip install "kuzu<
pip install kuzu==0.9.0 # replace with latest v0.x.x Check version:
git clone https://github.com/kuzudb/kuzu.git cd kuzu git checkout v0.9.0 # or any v0 tag mkdir build && cd build cmake .. -DCMAKE_BUILD_TYPE=Release make -j$(nproc) The CLI will be in build/release/bin/kuzu . Run the Kuzu shell and check version: