RCLI logo

RCLI

Enrichment pending
RunanywhereAI/RCLI

Talk to your Mac, query your docs, no cloud required. On-device voice AI + RAG

GraphCanon updated today · GitHub synced today

1.5k
Stars
83
Forks
12
Open issues
7
Watchers
3mo
Last push
C++ MITCreated Mar 4, 2026

Trust & integrity

Full report
Maintenance
Slowing (117d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

Talk to your Mac, query your docs, no cloud required. On-device voice AI + RAG

Capability facts

Languages
c++

Source: github.language · Jul 11, 2026

Categories

Tags

README

Install

[IMPORTANT] Requires macOS 13+ on Apple Silicon. MetalRT engine requires M3 or later. M1/M2 Macs fall back to llama.cpp automatically.

One command:

curl -fsSL https://raw.githubusercontent.com/RunanywhereAI/RCLI/main/install.sh | bash

Or via Homebrew:

brew tap RunanywhereAI/rcli https://github.com/RunanywhereAI/RCLI.git
brew install rcli
rcli setup          # required — downloads AI models (~1GB, one-time)

Upgrade to latest:

brew update
brew upgrade rcli
Troubleshooting: SHA256 mismatch or stale version

If brew install or brew upgrade fails with a checksum error:


---

## Quick Start

```bash
rcli                             # interactive TUI (push-to-talk + text)
rcli listen                      # continuous voice mode
rcli ask "open Safari"           # one-shot command
rcli ask "play some jazz on Spotify"
rcli vlm photo.jpg "what's in this image?"  # vision analysis
rcli camera                      # live camera VLM
rcli screen                      # screen capture VLM
rcli metalrt                     # MetalRT GPU engine management
rcli llamacpp                    # llama.cpp engine management

License

RCLI is open source under the MIT License.

MetalRT is proprietary software by RunAnywhere, Inc., distributed under a separate license.

Built by RunAnywhere, Inc.