Skip to content

Commit d2b427e

Browse files
chore: update Homebrew formula to v0.2.5
Adds M3+ requirement note for MetalRT in caveats. Made-with: Cursor
1 parent fdc2538 commit d2b427e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Formula/rcli.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class Rcli < Formula
22
desc "On-device voice AI for macOS — STT, LLM, TTS, 43 actions, and local RAG"
33
homepage "https://github.com/RunanywhereAI/RCLI"
4-
url "https://github.com/RunanywhereAI/RCLI/releases/download/v0.2.3/rcli-0.2.3-Darwin-arm64.tar.gz"
5-
sha256 "4c24a637c4afceebf0eff978001f8f31c684f4020425db86dfe7268381c661c3"
4+
url "https://github.com/RunanywhereAI/RCLI/releases/download/v0.2.5/rcli-0.2.5-Darwin-arm64.tar.gz"
5+
sha256 "0e2f9cbdb4555070e75612db807ac1b662afc88f888ff78f6068325a16b6d79c"
66
license "MIT"
7-
version "0.2.3"
7+
version "0.2.5"
88

99
depends_on :macos
1010
depends_on arch: :arm64
@@ -28,8 +28,8 @@ def caveats
2828
rcli ask "open Safari" # one-shot voice command
2929
3030
Engine options (selected during setup):
31-
Open Source llama.cpp + sherpa-onnx (~1 GB)
32-
MetalRT GPU-accelerated engine (~0.9 GB) 550 tok/s
31+
Open Source llama.cpp + sherpa-onnx (~1 GB) — all Apple Silicon
32+
MetalRT GPU-accelerated engine (~0.9 GB) — M3+ only, 550 tok/s
3333
Both recommended (~1.9 GB)
3434
3535
MetalRT (GPU acceleration):

0 commit comments

Comments
 (0)