{"id":50793986,"url":"https://github.com/leonburghardtdev/audio-transcriber","last_synced_at":"2026-06-12T13:01:28.512Z","repository":{"id":363601173,"uuid":"1264074119","full_name":"LeonBurghardtDev/Audio-Transcriber","owner":"LeonBurghardtDev","description":"Offline desktop audio transcriber powered by Whisper","archived":false,"fork":false,"pushed_at":"2026-06-09T16:18:46.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-09T16:25:14.293Z","etag":null,"topics":["linux","macos","offline","pyinstaller","python","speech-to-text","transcription","tray-app","whisper","windows"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/LeonBurghardtDev.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-06-09T14:34:06.000Z","updated_at":"2026-06-09T16:18:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/LeonBurghardtDev/Audio-Transcriber","commit_stats":null,"previous_names":["leonburghardtdev/audio-transcriber"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/LeonBurghardtDev/Audio-Transcriber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonBurghardtDev%2FAudio-Transcriber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonBurghardtDev%2FAudio-Transcriber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonBurghardtDev%2FAudio-Transcriber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonBurghardtDev%2FAudio-Transcriber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeonBurghardtDev","download_url":"https://codeload.github.com/LeonBurghardtDev/Audio-Transcriber/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonBurghardtDev%2FAudio-Transcriber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34245218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["linux","macos","offline","pyinstaller","python","speech-to-text","transcription","tray-app","whisper","windows"],"created_at":"2026-06-12T13:01:27.527Z","updated_at":"2026-06-12T13:01:28.506Z","avatar_url":"https://github.com/LeonBurghardtDev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AudioTranscriber\n\n\u003e Offline speech-to-text for your desktop, powered by Whisper.\n\n[![Latest Release](https://img.shields.io/github/v/release/LeonBurghardtDev/Audio-Transcriber?style=flat-square)](https://github.com/LeonBurghardtDev/Audio-Transcriber/releases/latest)\n[![Build](https://github.com/LeonBurghardtDev/Audio-Transcriber/actions/workflows/release.yml/badge.svg?branch=production)](https://github.com/LeonBurghardtDev/Audio-Transcriber/actions/workflows/release.yml)\n![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-blue?style=flat-square)\n![Python](https://img.shields.io/badge/python-3.10%2B-blue?style=flat-square)\n![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)\n\nAudioTranscriber sits in your system tray and transcribes everything you say or hear **entirely offline** using [faster-whisper](https://github.com/SYSTRAN/faster-whisper). No cloud, no API keys, no internet required after the first model download.\n\n---\n\n## Features\n\n- **Mic + Desktop audio** recorded simultaneously with labeled output\n- **100% offline** — Whisper runs locally, nothing leaves your machine\n- **Global shortcuts** — `Ctrl+Alt+R` toggle · `Ctrl+Alt+P` pause · `Ctrl+Alt+Q` quit\n- **8 UI languages** — DE · EN · FR · ES · IT · PT · NL · PL\n- **Timestamped transcripts** auto-saved to your Desktop (or custom folder)\n- **Auto-start** on login, optional\n- **Cross-platform** — Windows, Linux, macOS\n\n---\n\n## Download\n\nGrab the latest binary from the [Releases page](https://github.com/LeonBurghardtDev/Audio-Transcriber/releases/latest):\n\n| Platform | File |\n|----------|------|\n| **Windows** | `AudioTranscriber-windows.exe` |\n| **Linux** | `AudioTranscriber-linux` |\n| **macOS** | `AudioTranscriber-macos` |\n\n\u003e First run downloads the Whisper `small` model (~500 MB) once and caches it.\n\n---\n\n## Usage\n\n1. Launch the app — a mic icon appears in the tray\n2. **Start:** `Ctrl+Alt+R` or tray → *Start Recording*\n3. **Pause/Resume:** `Ctrl+Alt+P`\n4. **Stop:** `Ctrl+Alt+R` again — transcript saved, notification shown\n5. **Settings:** tray → *Settings* for output folder, devices, model, language\n\n### Tray icon states\n\n| Color | State |\n|-------|-------|\n| Grey | Idle |\n| Orange | Loading model |\n| Red | Recording |\n| Yellow | Paused |\n| Blue | Transcribing |\n\n### Output format\n\n```\n[2026-06-09 14:23:45] [Mic] Good morning, this is a test.\n[2026-06-09 14:23:50] [Desktop] Welcome to the meeting.\n```\n\n---\n\n## Build from source\n\n```bash\ngit clone https://github.com/LeonBurghardtDev/Audio-Transcriber.git\ncd Audio-Transcriber\npip install -r requirements.txt\npython main.py\n```\n\n**Standalone binary:**\n```bash\npyinstaller --onefile --noconsole \\\n  --hidden-import soundcard --hidden-import faster_whisper \\\n  --name AudioTranscriber main.py\n```\n\n---\n\n## Tech stack\n\n| Component | Library |\n|-----------|---------|\n| Tray icon | [pystray](https://github.com/moses-palmer/pystray) |\n| Audio capture | [soundcard](https://github.com/bastibe/SoundCard) |\n| Transcription | [faster-whisper](https://github.com/SYSTRAN/faster-whisper) |\n| UI | tkinter (built-in) |\n\n\n---\n\n## License\n\nMIT © LeonBurghardtDev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonburghardtdev%2Faudio-transcriber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonburghardtdev%2Faudio-transcriber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonburghardtdev%2Faudio-transcriber/lists"}