x64base

Home / Downloads

Downloads

Source today. A tagged release with binaries is the next milestone, and it has not shipped.

No release has been published yet. Not started There is no binary to download; that gap is listed on the status board as not started rather than quietly omitted. The license is settled: GPL-3.0-only, committed 2026-08-11. Until a release exists, building from source is the only way to run x64base.

Source

git clone https://github.com/deraldg/x64base

github.com/deraldg/x64base

Build

cmake --preset default
cmake --build --preset default

C++20, CMake 3.21+, and vcpkg for dependencies. Exercised on Windows/MSVC and WSL/Ubuntu. See Getting started for the first session once it builds.

What you get

  • The command host — one executable, with the engine libraries linked in
  • Teaching datasets in x64, x32, and Visual FoxPro form, plus a reference copy
  • The regression suite that produces the evidence cited across this site
  • Workspace snapshots, including the 43-area, 58-relation demonstration schema

External dependencies

LMDB backs the CDX key store and SQLite is compiled in as a companion carrier and verification oracle. Both stay external libraries rather than being absorbed into the engine.