Skip to content
v2.0.0July 21, 2026

**Breaking release.** The local database engine now defaults to Node's built-in `node:sqlite` instead of the native `better-sqlite3`, and the minimum Node version is raised to **22.13.0**.

**Breaking release.** The local database engine now defaults to Node's built-in `node:sqlite` instead of the native `better-sqlite3`, and the minimum Node version is raised to **22.13.0**. This ends the Node-ABI-mismatch failure class structurally — the default install has no compiled native module to `dlopen`, so a...

Breaking release. The local database engine now defaults to Node's built-in node:sqlite instead of the native better-sqlite3, and the minimum Node version is raised to 22.13.0. This ends the Node-ABI-mismatch failure class structurally — the default install has no compiled native module to dlopen, so a Node upgrade can never again silently break memory storage.

Changed

  • BREAKING: minimum Node is now >=22.13.0 (drops 20 and 21). node:sqlite ships
  • BREAKING: the default local DB engine is now node:sqlite (native-free) (CR-69,

Migration

  • Most installs need no action — a fresh npm install -g @massu/core@2.0.0 on Node

Infrastructure

  • G-6 anti-vacuity registration for this release's guard pile (no @massu/core runtime

Try this release

Install the latest version of Massu and start governing your AI development today.