
This is a GUI application for transcribing text using Whisper.cpp with Typescript and Rust (Tauri).
It works on Windows, Mac, and Linux platforms. π
- Download Pothook from Releases page β¬οΈ
- Download the Whisper C++ model of ggml format π
π If there is no specific reason, I recommend using the Large v3 model (ggml-large-v3.bin). - Run Pothook π»
Hint: If you want to learn more about the details and specifications of the ggml models, please check out the Whisper C++ documentation page π
Pothook is a cross-platform desktop app that lets you chat securely and anonymously with other users. To run Pothook in dev mode, you need to install some related tools first.
- Node.js - A JavaScript runtime environment that powers the frontend of Pothook. π’
- Rust - A fast and reliable programming language that powers the backend of Pothook. π¦
- Git - A version control system that lets you clone and manage the Pothook repository. π
Then, clone the repository and build the app with the following commands.
Hint: See whisper-rs BUILDING.md for instructions for building whisper-rs on Windows and OSX M1. Linux builds should just work out of the box. π
git clone https://github.com/acknak/pothook.git
cd pothook
npm install
npm run tauri dev