Home

Awesome

<p align="center"> <a target="blank" href="https://github.com/thewh1teagle/vibe"> <img width="96px" alt="Vibe logo" src="./design/logo.png" /> </a> </p> <h1 align="center">Vibe - Transcribe on your own!</h1> <p align="center"> <strong>āŒØļø Transcribe audio / video offline using OpenAI Whisper</strong> <br/> </p> <p align="center"> <a target="_blank" href="https://thewh1teagle.github.io/vibe/"> šŸ”— Download Vibe </a> &nbsp; | &nbsp; Give it a Star ā­ | &nbsp; <a target="_blank" href="https://ko-fi.com/thewh1teagle">Support the project šŸ¤</a> </p> <hr />

Screenshots

<p align="center"> <a target="_blank" href="https://thewh1teagle.github.io/vibe/"> <img width=600 src="https://github.com/thewh1teagle/vibe/assets/61390950/22779ac6-9e49-4c21-b528-29647f039da2"> </a> </p>

Features šŸŒŸ

Supported platforms šŸ–„ļø

MacOS Windows Linux

Install notes

See Install.md

Contribute šŸ¤

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

We would like to express our sincere gratitude to all the contributors.

<a href="https://github.com/thewh1teagle/vibe/graphs/contributors"> <img src="https://contrib.rocks/image?repo=thewh1teagle/vibe" /> </a>

Community

Discord

Roadmap šŸ›£ļø

You can see the roadmap in Vibe-Roadmap

Add translation šŸŒ

  1. Copy en from desktop/src-tauri/locales folder to new directory eg pt-BR (use bcp47 language code)
  2. Change every value in the files there, to the new language and keep the keys as is
  3. create PR / issue in Github

In addition you can add translation to Vibe website by creating new files in the landing/static/locales.

Build šŸ› ļø

see BUILDING.md

I want to know more!

Medium post

Issue report

You can open new issue and it's recommend to check DEBUG.md first.

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