Skip to content

Cortext 1.0.0

Choose a tag to compare

@gabewillen gabewillen released this 20 Jun 16:31

Cortext 1.0.0

First stable release of the local memory engine behind augmem.ai.

This release is about the supported surface: the C/C++ API, the C ABI used by language bindings, embedding-only entry points, reset/external-store hooks, browser WASM, and model-free CI. The old experiment-only LLM/provider paths are not part of the release surface.

Artifacts

  • cortext-1.0.0-linux-x86_64-ffi.tar.gz - CMake-built Linux shared library plus installed headers.
  • cortext-1.0.0-zig-linux-x86_64.tar.gz - Zig-built Linux shared library plus headers for Zig/FFI consumers.
  • cortext-1.0.0-browser-wasm.tar.gz - browser bundle with cortext.js, cortext.wasm, and the web demo scaffold.
  • cortext-1.0.0-sha256sums.txt - checksums for the uploaded bundles.

Build Provenance

Notes

AIST model assets are not bundled. Runtime tests or demos that need embeddings expect models/AIST-87M-GGUF or CORTEXT_AIST_MODEL_PATH.