![](https://private-user-images.githubusercontent.com/61390950/296803368-5992e90b-f602-4155-bfe2-ccec3ae4268a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODQ5NzEsIm5iZiI6MTczOTM4NDY3MSwicGF0aCI6Ii82MTM5MDk1MC8yOTY4MDMzNjgtNTk5MmU5MGItZjYwMi00MTU1LWJmZTItY2NlYzNhZTQyNjhhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE4MjQzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTUwM2FmMzY2N2ZlNjA4NzM0NzgyMTYxOGMxM2RhYzYxYTMwOWU4YWE4YmNmNTdhMTQ1ZmQ2YzZkYTI2YmI3NDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4PJsVWTLOcuX1FYELLcT5wjdMzpncHi1emki_PU-fvc)
Transcribe audio in every language
![](https://private-user-images.githubusercontent.com/61390950/296433324-ece19b81-26c6-4c13-81de-33175bb898d9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODQ5NzEsIm5iZiI6MTczOTM4NDY3MSwicGF0aCI6Ii82MTM5MDk1MC8yOTY0MzMzMjQtZWNlMTliODEtMjZjNi00YzEzLTgxZGUtMzMxNzViYjg5OGQ5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE4MjQzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRhZDE3NWVmMzkyOTRkNzgwOGRiOTA2ODg1NzFmMjIxMmU2NmQxMWU0YmIzNzkyZDFjMWI1ODJjNmVjMzYzNGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9r5JmPcwpP8IGEGtgcXWTx1BVLsheqrO4fkS5_vSqew)
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
) - Support
SRT
,VTT
formats - Transcribe audio / video
- Automatic updates
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 launchpad once
MacOS Intel
: install x64.dmg
file from releases Don't forget to right click and open from launchpad once
Windows
: install .exe
file from releases
Linux
: install .deb
from releases and follow install notes (Arch
users can use debtap
Download deb
file and execute
dpkg -i ./vibe*.deb
Currenly, listening for the audio file isn't supported on Linux
-
Stop the program
-
Download it from ggml-medium.bin
-
Place it in the folder
C:\Users\User\AppData\Local\github.com.thewh1teagle.vibe
With the exact nameggml-medium.bin
-
Start the program
And if the antivirus still block the model file, you can always exclude it from the antivirus.
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
- 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...