Cortext 1.0.0
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 withcortext.js,cortext.wasm, and the web demo scaffold.cortext-1.0.0-sha256sums.txt- checksums for the uploaded bundles.
Build Provenance
- Source tag:
v1.0.0 - Commit:
25df8fe4b5df903d01c3c4762b4116aba2afbdfa - CI: https://github.com/augmem/cortext/actions/runs/27878101454
- Passed jobs:
ubuntu-native,arch-native,wasm-browser,zig-smoke
Notes
AIST model assets are not bundled. Runtime tests or demos that need embeddings expect models/AIST-87M-GGUF or CORTEXT_AIST_MODEL_PATH.