Releases: aurekai/native-runtime
Releases · aurekai/native-runtime
Release list
Aurekai Native Runtime v0.8.0-alpha.4
Changes
- Rename all 89 cmd/ operator directories: Bonfyre* → Akai*
- Rename compiled binaries: bonfyre-* → akai-*
- Update Makefiles, usage strings, bin/akai dispatcher, operator-index.json
- ABI types in libbonfyre are unchanged (backward-compatible)
cmd/ is now fully Aurekai-native
cmd/AkaiAPI/, cmd/AkaiEmbed/, cmd/AkaiTranscribe/, ...
Aurekai Native Runtime v0.8.0-alpha.3
Changes
- Add operator-index.json: machine-readable registry of all 89 operators (9 categories)
- Add GitHub Actions CI: license header validation, operator index sync, build matrix (ubuntu + macos)
- Validate format-bridge.json in CI
Operator categories
artifacts(11), data(11), inference(10), knowledge(11), media(11), misc(1), pipeline(9), platform(11), specialized(14)
Aurekai Native Runtime v0.8.0-alpha.2
Phase 3-5: akai dispatcher (89 operators), format-bridge schema, Apache-2.0 SPDX headers on all 206 C/H source files.
Aurekai Native Runtime v0.8.0-alpha.1
Initial release of Aurekai Native Runtime — the C11 operator lineage from the Bonfyre project.
What's included
- 89 operator binaries (cmd/)
- 88 runtime libraries (lib/)
- Build scripts and Makefile
- install.sh bootstrap
- Schema definitions (31 schemas)
- Native docs and examples
ABI
- ABI: bonfyre-abi-v1
- Artifact formats: .bf, .bfa, .bfq
- Codename: Bonfyre (legacy compatibility name)
Notes
This release preserves the Bonfyre native runtime lineage as the canonical compute substrate for the Aurekai platform.