SkillAgentSearch skills...

Pothook

GUI application for transcribing text using Whisper.cpp with Typescript and Rust (Tauri)

Install / Use

/learn @acknak/Pothook
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <image src="https://raw.githubusercontent.com/acknak/pothook/main/src-tauri/icons/pothook_circle.png" height=192 width=192>

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

release workflow license

</div>

Quick Start :rocket:

  1. Download Pothook from Releases page :arrow_down:
  2. 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).
  3. Run Pothook :computer:
    Pothook GUI Image 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

View on GitHub
GitHub Stars31
CategoryDevelopment
Updated2mo ago
Forks3

Languages

TypeScript

Security Score

95/100

Audited on Jan 12, 2026

No findings