https://github.com/egoist/whispo
AI-powered dictation tool
https://github.com/egoist/whispo
Last synced: 2 months ago
JSON representation
AI-powered dictation tool
- Host: GitHub
- URL: https://github.com/egoist/whispo
- Owner: egoist
- License: agpl-3.0
- Created: 2024-10-20T07:14:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T07:27:56.000Z (6 months ago)
- Last Synced: 2025-03-10T09:53:44.858Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.51 MB
- Stars: 352
- Watchers: 3
- Forks: 20
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - egoist/whispo - AI-powered dictation tool (TypeScript)
README
# Whispo
AI-powered dictation tool.
## Download
Currently building for macOS (Apple Silicon) and Windows x64.
[Releases](https://github.com/egoist/whispo/releases/latest)
## Preview
https://github.com/user-attachments/assets/2344a817-f36c-42b0-9ebc-cdd6e926b7a0
## Features
- Hold `Ctrl` key to record your voice, release to transcribe it.
- Automatically insert the transcript into the application you are using.
- Works with any application that supports text input.
- Data is stored locally on your machine.
- Transcrbing with OpenAI Whisper (provided by OpenAI or Groq).
- Support custom API URL so you can use your own API to transcribe.
- Supports post-processing your transcript with LLMs (e.g. OpenAI, Groq and Gemini).## License
[AGPL-3.0](./LICENSE)