{"id":50097941,"url":"https://github.com/srcfl/sourceful-arc-transcriber","last_synced_at":"2026-05-23T05:14:11.297Z","repository":{"id":353371446,"uuid":"1218673965","full_name":"srcfl/sourceful-arc-transcriber","owner":"srcfl","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-23T15:40:17.000Z","size":236,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-23T17:25:37.877Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srcfl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-23T05:28:17.000Z","updated_at":"2026-04-23T15:36:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/srcfl/sourceful-arc-transcriber","commit_stats":null,"previous_names":["srcfl/sourceful-arc-transcriber"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/srcfl/sourceful-arc-transcriber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srcfl%2Fsourceful-arc-transcriber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srcfl%2Fsourceful-arc-transcriber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srcfl%2Fsourceful-arc-transcriber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srcfl%2Fsourceful-arc-transcriber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srcfl","download_url":"https://codeload.github.com/srcfl/sourceful-arc-transcriber/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srcfl%2Fsourceful-arc-transcriber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33383687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-23T05:14:09.712Z","updated_at":"2026-05-23T05:14:11.292Z","avatar_url":"https://github.com/srcfl.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Transcriber\n\nA minimal macOS menu bar app for recording and (eventually) transcribing audio locally with Whisper.\n\n## Status\n\n- **M1 — mic recording (current):** Menu bar icon, Start/Stop, saves 16 kHz mono WAV to `~/Documents/Transcripts/`.\n- M2 — local Whisper transcription on stop (WhisperKit).\n- M3 — live streaming transcription in a popover.\n- M4 — system audio capture via ScreenCaptureKit (capture meeting audio).\n- M5 — polish: auto-detect meetings, hotkey, model picker, history.\n\n## Build \u0026 run\n\nRequires macOS 13+, Xcode command line tools, Swift 5.9+.\n\n```bash\n./build.sh\nopen build/Transcriber.app\n```\n\nThe icon (waveform) appears in the menu bar. Click it → **Start Recording**. macOS will prompt for microphone permission on first run. Click **Stop Recording** and the WAV is written to `~/Documents/Transcripts/`.\n\n## Layout\n\n```\nPackage.swift              # SPM executable\nSources/Transcriber/\n  main.swift               # AppKit status item + AVAudioRecorder\nResources/\n  Info.plist               # LSUIElement + NSMicrophoneUsageDescription\nbuild.sh                   # swift build → .app bundle → ad-hoc sign\n```\n\n## Design notes\n\n- AppKit (`NSStatusItem`) instead of SwiftUI `MenuBarExtra` — simpler lifecycle when the binary is a plain SPM executable bundled manually.\n- `.accessory` activation policy so no Dock icon.\n- Ad-hoc codesigning (`codesign --sign -`) is enough for local dev; TCC microphone permission is tied to the bundle's code signature, so rebuilds keep the same grant.\n- 16 kHz mono matches what Whisper wants — no resampling later.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrcfl%2Fsourceful-arc-transcriber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrcfl%2Fsourceful-arc-transcriber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrcfl%2Fsourceful-arc-transcriber/lists"}