Skip to content

Release v0.6.2

Choose a tag to compare

@github-actions github-actions released this 01 Jul 16:11
· 261 commits to develop since this release

What's New in v0.6.2

Fixed

  • Docker image missing libgomp1 β€” uteke-serve failed with libmvec.so.1 on Debian runtime. Added libgomp1 to Dockerfile runtime dependencies.

Changed

  • Docker Hub multi-push β€” Release workflow now publishes to Docker Hub (codecoradev/uteke) in addition to GHCR, conditional on DOCKERHUB_USERNAME / DOCKERHUB_TOKEN org secrets. Falls back to GHCR-only when secrets are absent.

πŸ“¦ Binaries

Each archive contains three binaries:

  • uteke β€” CLI tool
  • uteke-serve β€” HTTP server daemon
  • uteke-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 8767

Full changelog: https://github.com/codecoradev/uteke/blob/main/CHANGELOG.md