Skip to content

cortext v1.1.8

Choose a tag to compare

@gabewillen gabewillen released this 07 Jul 21:44

Patch release for PyPI/npm registry packaging.

  • PyPI and npm packages now ship cross-platform native libraries/addons without embedding the large AIST GGUF model.
  • Python and Node wrappers resolve a bundled/local model when present, otherwise download and checksum-verify q8_0 into the user cache on first engine creation.
  • Package READMEs document install, first-use model cache behavior, LLM usage, durable-write behavior, and troubleshooting.
  • Python package builder now clears stale egg-info/build metadata before wheel creation.
  • Includes Zig-built cortext_cli archives for Linux, macOS, and Windows x64/aarch64.