v1.0.0
Rimo CLI v1.0.0
rimo, the command-line interface for the Rimo Voice
platform — read meeting notes, search by keyword or meaning, and get
AI-synthesised answers from your terminal or AI agent.
✨ Features
Authentication
rimo auth login— browser-based login (loopback + PKCE);--no-browserfor headless / SSH- Tokens stored in the OS keyring (macOS Keychain / Linux secret service / Windows credential manager)
auth status/logout/switch— manage multiple accounts and organizations
Notes
rimo note list— notes you own;--attendedfor notes you participated in (cursor-paginated)rimo note get <id>— metadata,--transcript,--document,--full,--list-documents,--document-idrimo note search <query>— semantic by default;--mode=filterfor keyword search with content-type narrowingrimo note ask <question>— streamed AI answer with cited source notes
MCP server
rimo mcp— stdio MCP server exposing read-only note operations to Claude Code and other MCP clients
Output & ergonomics
- JSON-first output everywhere (errors always JSON)
--fields/--excludesto shape large responses- Multi-account routing with
--account rimo upgrade— self-update over HTTPS, checksum-verified
📦 Install
curl -fsSL https://rimo.app/cli/install.sh | shOr download an archive below and verify against checksums.txt.