Downloads

Installable NextSQL, versioned.

Prebuilt CLI and server binaries for each release, plus a changelog you can compare. Source installs with Go still work.

0.1.0-dev

latestpreview18 Aug 2026

Phases 0–15 of the engine ship in this tree: storage, WAL, MVCC, SQL, optimizer, protocol, JSON, full-text, vectors, hybrid plans, security, backup/PITR/export, and Raft HA.

  • One WAL, one MVCC, and one optimizer for SQL, JSON, vectors, full-text, and geo
  • AES-256-GCM envelope encryption on by default
  • Native NSQL v1 protocol with official Go, JS, and PHP drivers
No prebuilt binaries for this version yet. Install from source with go install github.com/bzync/nextsql/cmd/nextsql@latest.

Compare

What changed between versions

Pick two published releases. The list includes every added, changed, fixed, removed, and breaking note in that range.

Showing notes in 0.1.0-dev.

Added10
  • EngineClustered B+Tree storage, group-commit WAL, and fsync before commit is acknowledged.
  • SQLHybrid SELECT: filters, SEARCH (BM25), and NEAREST (ANN) in one physical plan with reciprocal rank fusion.
  • JSONNative JSON columns (NSJB) with path extract and path indexes.
  • VectorsVECTOR<F32,N> with flat and HNSW indexes.
  • SearchInverted full-text index, BM25 ranking, and phrase queries.
  • GeoWGS84 POINT, BOX, and LINESTRING types.
  • SecurityEnvelope encryption, TLS 1.3 off loopback, password auth, and RBAC.
  • HAThree-voter Raft, quorum commits, and encrypted replication.
  • CLInextsql init/serve/migrate and nextsqld with --key-file off the data volume.
  • DriversOfficial Go, Node/Bun/Deno, and PHP drivers. Keys never go in a URL.

All versions