{"id":26974808,"url":"https://github.com/0xdaef0f/whistle","last_synced_at":"2026-04-12T22:36:58.865Z","repository":{"id":280918791,"uuid":"943611997","full_name":"0xDAEF0F/whistle","owner":"0xDAEF0F","description":"A handy app that transcribes your voice into text amongst other useful utilities.","archived":false,"fork":false,"pushed_at":"2025-05-24T18:17:54.000Z","size":1510,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-24T19:27:11.403Z","etag":null,"topics":["fast-whisper","transcriber","voice-text","voice-text-text","whisper"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/0xDAEF0F.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}},"created_at":"2025-03-06T01:45:48.000Z","updated_at":"2025-05-24T18:17:57.000Z","dependencies_parsed_at":"2025-03-06T02:36:06.468Z","dependency_job_id":"0062274a-ddee-447c-a117-a5e74acd3d7b","html_url":"https://github.com/0xDAEF0F/whistle","commit_stats":null,"previous_names":["0xdaef0f/transcribe-app","0xdaef0f/whistle"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/0xDAEF0F/whistle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xDAEF0F%2Fwhistle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xDAEF0F%2Fwhistle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xDAEF0F%2Fwhistle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xDAEF0F%2Fwhistle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xDAEF0F","download_url":"https://codeload.github.com/0xDAEF0F/whistle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xDAEF0F%2Fwhistle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275198282,"owners_count":25422276,"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","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"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":["fast-whisper","transcriber","voice-text","voice-text-text","whisper"],"created_at":"2025-04-03T11:17:35.676Z","updated_at":"2026-04-12T22:36:58.806Z","avatar_url":"https://github.com/0xDAEF0F.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Whistle\n[![Twitter Follow](https://img.shields.io/twitter/follow/Alex?style=social)](https://x.com/0xdaef0f)\n\nWhistle is a desktop application that efficiently transcribes audio to text and polishes text\nthrough AI. Perfect for note-taking, content creation, and accessibility.\n\n## Features\n\n- **Audio Transcription**: Quickly convert speech to text with high accuracy using fast-whisper\n- **Text Polishing**: Clean up transcribed text using DeepSeek V3 for better readability\n- **Global Shortcuts**: Control recording and text processing even when the app is in background\n- **System Tray Integration**: Access functionality quickly from your system tray\n- **Clipboard Integration**: Seamlessly work with your clipboard content\n\n## Installation\n\n### Download\n\nDownload the latest release from the [Releases](https://github.com/0xDAEF0F/whistle/releases)\npage. If you are on macOS, you can download the `.dmg` file and double click on\nit to install and move it to your applications folder just like any other app. and also you\n\nNotes: since the app is not signed, you will need to remove it from the\nquarantine list after downloading it and putting it in your applications folder.\n\n```bash\nxattr -dr com.apple.quarantine /Applications/whistle.app\n```\n\nif you are not sure about whether it is quarantined, you can run the following command (to verify)\n\n```bash\nxattr -l /Applications/whistle.app\n```\n\nif you are having permission issues when reinstalling the app for the _second_\ntime, run the following to reset permissions:\n\n```bash\ntccutil reset All com.whistle.app\n```\n\n### Build from Source\n\nIf you prefer to build from source:\n\n1. **Prerequisites**:\n\n   - [Rust](https://www.rust-lang.org/tools/install)\n   - [Tauri CLI](https://v2.tauri.app/reference/cli/)\n   - [Node.js](https://nodejs.org/en/download)\n     Note: you can install pnpm with `npm install -g pnpm`\n\n2. **Setup**:\n\n   ```bash\n   # Clone the repository\n   git clone https://github.com/0xDAEF0F/whistle.git\n   cd whistle\n\n   ### Build for production (this will run `pnpm install`, too)\n   cargo tauri build --release\n\n   # Run in development mode\n   cargo tauri dev\n   ```\n\n## Usage\n\n### Basic Controls\n\n1. **Start/Stop Recording**: Press `Cmd+Option+R` (Mac) or `Ctrl+Alt+R` (Windows/Linux)\n2. **Polish Clipboard Text**: Press `Cmd+Option+C` (Mac) or `Ctrl+Alt+C` (Windows/Linux)\n3. **Access Menu**: Right-click on the system tray icon\n\n### Customizing Shortcuts\n\n1. Open the application window\n2. Use the shortcut configuration panel to set your preferred key combinations\n\n### Configuration\n\nShortcuts are stored in `~/.config/whistle/shortcuts.json`\n\n## Troubleshooting\n\n- **No audio recording**: Ensure microphone permissions are granted in system settings\n- **Transcription errors**: Try speaking more clearly or in a quieter environment\n- **Shortcut conflicts**: Change shortcuts if they conflict with other applications\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Contact\n\nFor support or suggestions, contact alex t. at [aletapia@proton.me](mailto:aletapia@proton.me).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdaef0f%2Fwhistle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xdaef0f%2Fwhistle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdaef0f%2Fwhistle/lists"}