{"id":21898888,"url":"https://github.com/schnoddelbotz/whisper-ui","last_synced_at":"2026-01-07T21:16:34.948Z","repository":{"id":263688903,"uuid":"890883996","full_name":"schnoddelbotz/whisper-ui","owner":"schnoddelbotz","description":"Transcribe audio/video to text, locally on  macOS, Linux and Windows. A simple whisper.cpp wrapper/UI built with Go/Fyne.","archived":false,"fork":false,"pushed_at":"2024-12-08T16:21:00.000Z","size":1871,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T06:14:41.093Z","etag":null,"topics":["ffmpeg","ffmpeg-wrapper","fyne","gui","local","privacy","speech-to-text","transcription","whisper","whisper-cpp"],"latest_commit_sha":null,"homepage":"","language":"Go","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/schnoddelbotz.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}},"created_at":"2024-11-19T10:54:34.000Z","updated_at":"2024-12-08T16:20:41.000Z","dependencies_parsed_at":"2024-11-19T23:19:39.931Z","dependency_job_id":"d5504343-5a0f-40f3-8235-6b06ee4adaf6","html_url":"https://github.com/schnoddelbotz/whisper-ui","commit_stats":null,"previous_names":["schnoddelbotz/whisper-ui"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schnoddelbotz%2Fwhisper-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schnoddelbotz%2Fwhisper-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schnoddelbotz%2Fwhisper-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schnoddelbotz%2Fwhisper-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schnoddelbotz","download_url":"https://codeload.github.com/schnoddelbotz/whisper-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244911019,"owners_count":20530527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ffmpeg","ffmpeg-wrapper","fyne","gui","local","privacy","speech-to-text","transcription","whisper","whisper-cpp"],"created_at":"2024-11-28T14:35:21.069Z","updated_at":"2026-01-07T21:16:34.920Z","avatar_url":"https://github.com/schnoddelbotz.png","language":"Go","funding_links":[],"categories":["By Platform"],"sub_categories":["Cross-Platform Desktop Applications"],"readme":"# whisper-ui\n\nwhisper-ui is a very simple [whisper-cpp](https://github.com/ggerganov/whisper.cpp) GUI wrapper.\nIt enables local/offline usage of [Whisper](https://openai.com/index/whisper/) to transcribe audio\nor video input files to plain text. whisper-ui uses [Fyne](https://fyne.io/) to build the UI.\n\n[Download a whisper-ui release](https://github.com/schnoddelbotz/whisper-ui/releases),\navailable for macOS, Windows and Ubuntu. Releases bundle a whisper-cpp and\n[ffmpeg](https://www.ffmpeg.org/download.html) executable to free users from\nany further setup/compilation tasks.\n\n[Models for whisper-cpp](https://github.com/ggerganov/whisper.cpp/blob/master/models/README.md)\ncan be downloaded using the whisper-ui app.\n\n## Notes - macOS\n\nNote that the releases built via github [workflow](.github/workflows/release.yaml) are not signed.\nFor macOS, this means you have to remove quarantine flag (using `xattr -d com.apple.quarantine ...`).\n\nTo build whisper-ui from source:\n\n```bash\ngit clone https://github.com/schnoddelbotz/whisper-ui.git\ncd whisper-ui\nmake build-darwin\n```\n\nThe build / Makefile fetches a [static ffmpeg build](https://evermeet.cx/ffmpeg/),\nbuilds whisper-cpp and puts both into the .app bundle.\n\n## Notes - Linux\n\nThe Linux release contains a Makefile. It can be used to install or uninstall\nwhisper-ui as Desktop app. For a system-wide install, use `make install`.\nFor an installation for the current user, use `make user-install`.\n\nThe Linux build expects ffmpeg to be installed via package manger / in `$PATH`.\nIf not already present, use `sudo apt install ffmpeg`.\n\nTo build whisper-ui from source:\n\n```bash\ngit clone https://github.com/schnoddelbotz/whisper-ui.git\ncd whisper-ui\nmake build zip-linux\n```\n\n## Notes - Windows\n\nLike the macOS release, whisper-ui.exe is not signed - accordingly\nDefender will report a \"unrecognized app\" and clicking \"More info\"\nwill be required while running it for the first time.\n\nFor building whisper-ui from source, see the\n[release.yaml](.github/workflows/release.yaml)'s windows section.\n\n## todo / issues\n\nStatus: Works for me (Sonoma/ARM, Monterey/x86_64), will possibly look into improvements.\n\n- could skip ffmpeg conversion if input is already a 16kHz WAV\n- more verbose output/progress feedback from ffmpeg and whisper-cpp?\n- Sequioa/ARM using x86 build gives `Bad CPU Type in Executable`? `softwareupdate --install-rosetta`.\n- option to \"open output upon completion\" may not work on Windows, same for Markdown link to file\n- it would be nice to be able to [select multiple files](https://github.com/fyne-io/fyne/issues/1082) for conversion\n- ahem, tests?\n\n## license\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschnoddelbotz%2Fwhisper-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschnoddelbotz%2Fwhisper-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschnoddelbotz%2Fwhisper-ui/lists"}