GraphCanon updated 3w · GitHub synced 3w · 25 views this month
Decision brief
Silverstein's 'minutes' is best for those who prioritize privacy and want a lightweight, open-source solution for managing meeting notes and voice memos with AI assistance.
Good fit when
- Preferred by users prioritizing open-source tools with strong focus on user privacy.
- Ideal for integration scenarios where interaction with Claude or other specific AI systems is desired without compromising data security.
Avoid when
- Avoid if you require extensive customization options not offered through Rust-based solutions or the limited integrations provided.
- Not suitable if non-English audio transcription accuracy is critical and advanced post-processing features are expected (ffmpeg installation recommended for better results).
- Requirements:
- Must have Rust environment setup; Requires LLVM if using whisper-rs bindgen feature.; FFmpeg installation is strongly recommended, especially for non-English speech transcription.
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of 3w
- Provenance
- Not a fork · Personal account
- As of 3w
- Security (OSV)
- No MCP manifest
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
cargo add minutes crates.ioSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Silverstein/minutes is an AI tool designed for capturing and searching through meeting notes, voice memos, and speech-to-text transcriptions, emphasizing open-source principles and user privacy. The software is built with Rust and includes support for integration with various AI systems such as Claude.
Capability facts
- Languages
- rust
Source: github.language · Jul 30, 2026
Categories
Tags
README
First-time install
claude plugin marketplace add silverstein/minutes claude plugin install minutes
Use your existing Claude Code, Codex, OpenCode, or Pi subscription (recommended)
[summarization] engine = "agent" agent_command = "claude" # or "codex" / "opencode" / "pi"
Install LLVM (needed by whisper-rs bindgen):
winget install LLVM.LLVM [Environment]::SetEnvironmentVariable("LIBCLANG_PATH", "C:\Program Files\LLVM\bin", "User")
Install ffmpeg for non-WAV audio formats such as m4a/mp3/ogg/flac
brew install ffmpeg # macOS
Windows: install ffmpeg.exe and add it to PATH, or set MINUTES_FFMPEG
License
MIT — Built by Mat Silverstein, founder of X1 Wealth
For agents
This page has a .md twin and JSON over the API.