docs: reflect macOS Apple Silicon support; add CI/PyPI badges#15
Merged
pretyflaco merged 1 commit intomainfrom May 5, 2026
Merged
docs: reflect macOS Apple Silicon support; add CI/PyPI badges#15pretyflaco merged 1 commit intomainfrom
pretyflaco merged 1 commit intomainfrom
Conversation
…link vezir The 'Linux only' framing in the README and REQUIREMENTS.md was accurate before v0.6.0 but is now misleading. PR #4 (openoms) and the v0.6.0 follow-ups added MLX Whisper ASR + MPS torch device support, so the post-capture pipeline (transcribe, label, sync, summarize) now works on macOS Apple Silicon. Audio capture (meet record / meet run) still requires Linux because meet_record.capture shells out to ffmpeg -f pulse against PulseAudio/PipeWire monitor sources. README: - Add CI status and PyPI version badges at the top. - Rewrite Requirements section to split Linux desktop (full pipeline) from macOS Apple Silicon (post-capture pipeline). - Update transcribe --device option help to note the auto-detected default introduced by issue #8. - Replace 'Linux only' Limitations bullet with a precise per-subcommand statement. Add explicit 'Windows is not supported.' - FAQ macOS answer rewritten; new FAQ entry cross-links vezir for Mac-as-server deployments alongside the Android client. REQUIREMENTS.md: - Operating System section bumped to acknowledge macOS Apple Silicon support for the post-capture pipeline as of v0.6.0. No code changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The "Linux only" framing in
README.mdandREQUIREMENTS.mdwas accurate before v0.6.0 but is now misleading. PR #4 (@openoms) plus the v0.6.0 follow-ups (#10–#14) added MLX Whisper ASR + MPS torch device support, so the post-capture pipeline (transcribe / label / sync / summarize) works on macOS Apple Silicon.Audio capture (
meet record/meet run) still requires Linux becausemeet_record.captureshells out toffmpeg -f pulseagainst PulseAudio/PipeWire monitor sources.This PR splits the OS-claim per subcommand, fixes three falsehoods, and adds CI/PyPI badges.
Changes
README.md--deviceoption help updated to note the auto-detected default introduced by Apple Silicon: auto-default --device cpu and --torch-device mps on Darwin/arm64 #8 (cpuon Apple Silicon,cudaelsewhere).REQUIREMENTS.mdNo code changes; no version bump.
Verification
All checks pass. CI workflow will run on this PR.