{"id":48412173,"url":"https://github.com/acknak/pothook","last_synced_at":"2026-04-06T06:08:55.018Z","repository":{"id":220786570,"uuid":"746270816","full_name":"acknak/pothook","owner":"acknak","description":"GUI application for transcribing text using Whisper.cpp with Typescript and Rust (Tauri)","archived":false,"fork":false,"pushed_at":"2024-04-28T19:05:35.000Z","size":3020,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-29T19:47:32.705Z","etag":null,"topics":["speech-to-text","tauri","whisper-cpp"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acknak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-21T15:25:28.000Z","updated_at":"2024-04-29T19:47:32.706Z","dependencies_parsed_at":"2024-02-16T17:49:48.976Z","dependency_job_id":"e1ed8bec-9498-44e0-8e79-d6631307cecd","html_url":"https://github.com/acknak/pothook","commit_stats":null,"previous_names":["acknak/pothook"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/acknak/pothook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acknak%2Fpothook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acknak%2Fpothook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acknak%2Fpothook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acknak%2Fpothook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acknak","download_url":"https://codeload.github.com/acknak/pothook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acknak%2Fpothook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31461585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["speech-to-text","tauri","whisper-cpp"],"created_at":"2026-04-06T06:08:54.084Z","updated_at":"2026-04-06T06:08:55.007Z","avatar_url":"https://github.com/acknak.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimage src=\"https://raw.githubusercontent.com/acknak/pothook/main/src-tauri/icons/pothook_circle.png\" height=192 width=192\u003e\n\n# Pothook\n\nThis is a GUI application for transcribing text using [Whisper.cpp](https://github.com/ggerganov/whisper.cpp) with Typescript and Rust ([Tauri](https://tauri.app)).  \nIt works on Windows, Mac, and Linux platforms. 🚀\n\n[![release](https://img.shields.io/github/v/release/acknak/pothook.svg?style=flat)](https://github.com/acknak/pothook/releases) [![workflow](https://github.com/acknak/pothook/actions/workflows/main.yaml/badge.svg)](https://github.com/acknak/pothook/actions/workflows/main.yaml) [![license](https://badgen.net/github/license/acknak/pothook)](https://github.com/acknak/pothook/blob/main/LICENSE)\n\n\u003c/div\u003e\n\n# Quick Start :rocket:\n\n1. Download Pothook from [Releases page](https://github.com/acknak/pothook/releases/) :arrow_down:\n2. Download the [Whisper C++ model of ggml format](https://huggingface.co/ggerganov/whisper.cpp/tree/main) :file_folder:  \n   :memo: If there is no specific reason, I recommend using the Large v3 model (ggml-large-v3.bin).\n3. Run Pothook :computer:  \n    ![Pothook GUI Image](https://raw.githubusercontent.com/acknak/pothook/main/Pothook.png)\n   Hint: If you want to learn more about the details and specifications of the ggml models, please check out the [Whisper C++ documentation page](https://github.com/ggerganov/whisper.cpp/tree/master/models#whisper-model-files-in-custom-ggml-format) :book:\n\n# Run Pothook as dev mode :wrench:\n\nPothook 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.\n\n- [Node.js](https://nodejs.org/) - A JavaScript runtime environment that powers the frontend of Pothook. 🟢\n- [Rust](https://www.rust-lang.org/) - A fast and reliable programming language that powers the backend of Pothook. 🦀\n- [Git](https://git-scm.com) - A version control system that lets you clone and manage the Pothook repository. 🐙\n\nThen, clone the repository and build the app with the following commands.\n\nHint: See whisper-rs [BUILDING.md](https://github.com/tazz4843/whisper-rs/blob/master/BUILDING.md) for instructions for building whisper-rs on Windows and OSX M1. Linux builds should just work out of the box. :book:\n\n```\ngit clone https://github.com/acknak/pothook.git\ncd pothook\nnpm install\nnpm run tauri dev\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facknak%2Fpothook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facknak%2Fpothook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facknak%2Fpothook/lists"}