Built Toice - Linux 本地语音输入

出处: Built Toice - Local Voice Typing for Linux

发布: 2026年2月17日

📄 中文摘要

开发了一款简单的语音转文本应用程序,专为 Linux 系统设计,解决了现有解决方案效果不佳或将音频数据发送到云端的问题。该应用的功能包括:按下热键后弹出输入框,用户可以直接说出文本,停止说话后可通过 Ctrl+V 在任何地方粘贴文本。与其他应用不同的是,该应用完全在本地运行,使用 Whisper 模型,无需云服务和 API 费用,支持系统范围内的使用(终端、浏览器、IDE 等),并允许用户选择模型大小以平衡速度与准确性。该应用最初在 Fedora KDE 上开发,但应该适用于大多数 Linux 发行版。欢迎反馈和贡献。

📄 English Summary

Built Toice - Local Voice Typing for Linux

A simple voice-to-text application has been developed for Linux, addressing the shortcomings of existing solutions that either do not perform well or send audio data to the cloud. The app features a hotkey to trigger a popup, allowing users to speak their text, which can then be pasted anywhere using Ctrl+V after stopping. What sets this application apart is its 100% local operation using Whisper models, eliminating the need for cloud services and API costs. It works system-wide across terminals, browsers, IDEs, and more, with users having the option to choose between different model sizes for speed versus accuracy. Initially built on Fedora KDE, it is expected to work on most Linux distributions. Feedback and contributions are welcomed.

Powered by Cloudflare Workers + Payload CMS + Claude 3.5

数据源: OpenAI, Google AI, DeepMind, AWS ML Blog, HuggingFace 等