Transcribe audio in every language
Download at github.io/vibe
MacOS
Windows
Linux
- Transcribe almost every language
- Works offline, no data sent out
- Easy to use
- Model parametrs for advanced users
- Optimized for
CPU
(Windows
/Linux
) - Optmized for
GPU
(MacOS
,Windows
) - Support
SRT
,VTT
formats Transcribe system audio🕒 Coming soon!Transcribe from microfone🕒 Coming soon!- Transcribe audio / video
- Automatic updates
- Realtime preview
Windows: Version 8
greater.
Hardware: No special requirement. resource usage can be customized through advanced settings in main window.
Currenly, MacOS
computers get the best performance since there's GPU optimizations.
MacOS Apple silicon
: install aarch64.dmg
file from releases Don't forget to right click and open from Applications once
MacOS Intel
: install x64.dmg
file from releases Don't forget to right click and open from Applications once
Windows
: install .exe
file from releases
Linux
: install .deb
from releases (Arch
users can use debtap
Download deb
file and execute
sudo apt install ./vibe*.deb
Currenly, listening for the audio file isn't supported on Linux
-
Stop the program
-
Download model from ggml-medium.bin
-
Open models folder through vibe settings, and place it there
-
Restart the app, open settings and choose your new model
And if the antivirus block the model file, you can always exclude it from the scan directories.
PRs are welcomed! In addition, you're welcome to add translations.
We would like to express our sincere gratitude to all the contributors.
You can see the roadmap in Vibe-Roadmap
- Copy
en.json
fromlocales
folder - Create new file eg
ru.json
(use bcp47 language code) - Change every value to the new language and keep the keys as is
- create PR / issue in Github
see BUILDING.md
Medium post
Thanks for tauri.app for making the best apps framework I ever seen
Thanks for wang-bin/avbuild for pre built ffmpeg
Thanks for github.com/whisper.cpp for outstanding interface for the AI model.
Thanks for openai.com for their amazing Whisper model
Thanks for github.com for their support in open source projects, providing infastructure completly free.
And for all the amazing open source frameworks and libraries which this project uses...