Skip to content

0.2.1 - 2025-06-25

Choose a tag to compare

@github-actions github-actions released this 25 Jun 16:59

Release Notes

Fixed

  • Release CI: distributed binaries build without ONNX by default (hash embeddings), fixing cross-platform cargo-dist failures
  • hash_embed_forced() honors BECKET_HASH_EMBED when ONNX feature is disabled

Changed

  • Website deploy config: Vercel (vercel.json) replaces Netlify
  • Local dev: scripts/becket-local.sh runs becket from source without install

becket-cli 0.2.1

Install becket-cli 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/GabrieleRuggieri/becket/releases/download/v0.2.1/becket-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install GabrieleRuggieri/becket/becket

Install prebuilt binaries into your npm project

npm install becket@0.2.1

Download becket-cli 0.2.1

File Platform Checksum
becket-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
becket-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
becket-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
becket-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
becket-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

becket-mcp 0.2.1

Install becket-mcp 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/GabrieleRuggieri/becket/releases/download/v0.2.1/becket-mcp-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install GabrieleRuggieri/becket/becket-mcp

Install prebuilt binaries into your npm project

npm install becket-mcp@0.2.1

Download becket-mcp 0.2.1

File Platform Checksum
becket-mcp-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
becket-mcp-x86_64-apple-darwin.tar.xz Intel macOS checksum
becket-mcp-x86_64-pc-windows-msvc.zip x64 Windows checksum
becket-mcp-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
becket-mcp-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum