Pothook
GUI application for transcribing text using Whisper.cpp with Typescript and Rust (Tauri)
Install / Use
/learn @acknak/PothookREADME
Pothook
This is a GUI application for transcribing text using Whisper.cpp with Typescript and Rust (Tauri).
It works on Windows, Mac, and Linux platforms. 🚀
Quick Start :rocket:
- Download Pothook from Releases page :arrow_down:
- Download the Whisper C++ model of ggml format :file_folder:
:memo: If there is no specific reason, I recommend using the Large v3 model (ggml-large-v3.bin). - Run Pothook :computer:
Hint: If you want to learn more about the details and specifications of the ggml models, please check out the Whisper C++ documentation page :book:
Run Pothook as dev mode :wrench:
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. :book:
git clone https://github.com/acknak/pothook.git
cd pothook
npm install
npm run tauri dev
Related Skills
node-connect
344.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
99.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
