Release v0.0.14
What's New in v0.0.14
Security
- Set owner-only file permissions (0700/0600) on database and model directories (#134)
- Add SHA256 checksum verification for downloaded ONNX model files (#134)
- Pin expected model checksums to detect corrupted/tampered downloads
Added
- Indonesian README translation (README.id.md) with language switcher (#277)
- TLS & Reverse Proxy documentation page (Caddy, Nginx, Cloudflare Tunnel) (#100)
- Crates.io metadata in all Cargo.toml files (#136)
Changed
- Server now handles requests concurrently via thread-per-request (#233)
UsesArc<Mutex<Uteke>>for safe shared access across threads. - Contradiction threshold is now a parameter instead of hardcoded 0.65 (#253)
- Rename
euclidean_to_cosinetocosine_distance_to_similarity(#232) - 9 code quality improvements from Cora scan (#232)
📦 Binaries
Each archive contains two binaries:
uteke— CLI tooluteke-serve— HTTP server daemon
| Platform | File |
|---|---|
| Linux (x86_64) | uteke-v0.0.14-x86_64-unknown-linux-gnu.tar.gz |
| Linux (ARM64) | uteke-v0.0.14-aarch64-unknown-linux-gnu.tar.gz |
| macOS (Apple Silicon) | uteke-v0.0.14-aarch64-apple-darwin.tar.gz |
| Windows (x86_64) | uteke-v0.0.14-x86_64-pc-windows-msvc.zip |
🚀 Quick Start
# Quick install (Linux / macOS)
curl -fsSL https://raw.githubusercontent.com/codecoradev/uteke/main/install.sh | sh
# Pin a specific version
UTEKE_VERSION=v curl -fsSL https://raw.githubusercontent.com/codecoradev/uteke/main/install.sh | sh
# Store a memory
uteke remember "Important context" --tags project
# Recall by meaning
uteke recall "what was that context?"
# Start server for fast AI agent access
uteke-serve --port 8767Full changelog: https://github.com/codecoradev/uteke/blob/main/CHANGELOG.md