Release v0.6.2
·
261 commits
to develop
since this release
What's New in v0.6.2
Fixed
- Docker image missing libgomp1 β
uteke-servefailed withlibmvec.so.1on Debian runtime. Addedlibgomp1to Dockerfile runtime dependencies.
Changed
- Docker Hub multi-push β Release workflow now publishes to Docker Hub (
codecoradev/uteke) in addition to GHCR, conditional onDOCKERHUB_USERNAME/DOCKERHUB_TOKENorg secrets. Falls back to GHCR-only when secrets are absent.
π¦ Binaries
Each archive contains three binaries:
utekeβ CLI tooluteke-serveβ HTTP server daemonuteke-mcpβ MCP server (stdio + HTTP)
| Platform | File |
|---|---|
| Linux (x86_64) | uteke-x86_64-unknown-linux-gnu-v0.6.2.tar.gz |
| Linux (ARM64) | uteke-aarch64-unknown-linux-gnu-v0.6.2.tar.gz |
| macOS (Apple Silicon) | uteke-aarch64-apple-darwin-v0.6.2.tar.gz |
| Windows (x86_64) | uteke-x86_64-pc-windows-msvc-v0.6.2.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= 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