Bellamente v0.0.2
Bellamente v0.0.2
Bellamente now has package-manager launchers in addition to direct binaries:
npm install -g bellamente
pipx install bellamente
uvx bellamente doctorWhat Changed
- Added npm and PyPI launcher packages for
bella. - Added a package/release artifact gate to CI: npm pack dry-run, PyPI build + twine check, cross-platform binary build, and checksum validation.
- Moved public repo/site surfaces to The Little AI Company org and GitHub Pages.
- Kept the full-functionality smoke gate: real embedder, real database boot, buffered and streamed memory loops, export/import, temporal recall, and hard-delete scope.
Integrity Notes
- Launchers download the matching GitHub release binary and verify it against
SHA256SUMS.txtbefore execution. - Cached binaries are re-used only when their local
.sha256sidecar matches the binary. - Windows binaries are unsigned in this early release; SmartScreen may warn even when checksums match.
2026-07-05: macOS binaries withdrawn
The bella-darwin-arm64 and bella-darwin-x64 assets were removed from this release: they never had a real test pass, and Bellamente only claims tested Windows x64 and Linux x64 binaries. Their lines remain in SHA256SUMS.txt so earlier downloads can still be verified. macOS binaries will return when a real test pass exists.
Also for the record: v0.0.2 first published the retrieval upgrades that landed on dev after v0.0.1 — memory full-text search, recency-weighted ranking, MMR diversity, temporal validity windows (asOf recall), export/import, and the route-level retrieval eval harness.