Kuzu V0 136 Work Full Jun 2026
Just as the community was embracing the convenience of v0.11.3, the project came to a sudden and shocking halt. In October 2025, , the company behind the database, announced that they were "working on something new" and would no longer be actively supporting KuzuDB. Shortly after, on October 10, 2025, the official Kuzu GitHub repository was archived and set to read-only, effectively leaving the project's future in doubt.
Kùzu runs , which means it resides directly inside your application code (via Python, Rust, Node.js, C++, or Go). There are no external database servers to provision, no network protocols to overhead your queries, and zero serialization delays when pulling vast graph subgraphs directly into your application space. 🛠️ Feature Set & AI Ecosystem Integration kuzu v0 136 full
Runs directly within the host application process space (No server overhead). Embedded applications, edge AI, desktop tools. Just as the community was embracing the convenience of v0
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later. Kùzu runs , which means it resides directly
# Insert a few rows (bulk insert is faster, but this shows the API) people = [ (1, "Alice", 31, "Berlin"), (2, "Bob", 27, "Paris"), (3, "Carol", 45, "Tokyo") ] for p in people: conn.execute(f"INSERT INTO Person VALUES p")