Skip to content

imhalid/vibe

Repository files navigation

Vibe

Transcribe audio in every language

Downloads ⬇️

Download at github.io/vibe

Supported platforms 🖥️

MacOS Windows Linux

Features 🌟

  • 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

Install notes

System requirements

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.

Manual Install 🛠️

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

Ubuntu

Download deb file and execute

dpkg -i ./vibe*.deb

Currenly, listening for the audio file isn't supported on Linux

Offline installation

  1. Stop the program

  2. Download it from ggml-medium.bin

  3. Place it in the folder C:\Users\User\AppData\Local\github.com.thewh1teagle.vibe With the exact name ggml-medium.bin

  4. Start the program

And if the antivirus still block the model file, you can always exclude it from the antivirus.

Contribute 🤝

PRs are welcomed! In addition, you're welcome to add translations.

Community

Discord

Roadmap 🛣️

You can see the roadmap in Vibe-Roadmap

Add translation 🌐

  1. Copy en.json from locales folder
  2. Create new file eg ru.json
  3. Change every value to the new language and keep the keys as is
  4. create PR / issue in github

Build 🛠️

see BUILDING.md

I want to know more!

Medium post

Credits

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...

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 44.4%
  • Rust 37.8%
  • Svelte 7.0%
  • JavaScript 5.7%
  • Shell 4.3%
  • HTML 0.6%
  • CSS 0.2%