Skip to content

v1.0.0

Choose a tag to compare

@rimo-github-actions rimo-github-actions released this 01 Jun 21:10
ffdb624

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-browser for 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; --attended for notes you participated in (cursor-paginated)
  • rimo note get <id> — metadata, --transcript, --document, --full, --list-documents, --document-id
  • rimo note search <query> — semantic by default; --mode=filter for keyword search with content-type narrowing
  • rimo 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 / --excludes to 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 | sh

Or download an archive below and verify against checksums.txt.