A background daemon for Wayland that transcribes audio and types results.
Project description
Harp 🎵
Harp is a local-first, real-time speech-to-text engine for Linux (Wayland) with two front-ends:
- Live dictation (
harp start) — hold (or toggle)Ctrl+Spaceand speak; the final transcription is pasted into the focused window on release. - File transcription (
harp transcribe <file>) — stream-transcribe a recording (meeting, lecture, voice memo) in near real-time, printed live and optionally appended to a file.
Under the hood a VAD-segmented streaming engine finalizes each spoken chunk
at silence boundaries (via Silero VAD), decoding it once with
faster-whisper and never re-transcribing finalized speech — so a long
recording streams out as you go instead of waiting for the end. Everything is
on-device; there is no cloud step.
📚 Documentation
For in-depth information, please refer to our documentation:
- CLI Reference: Full guide to the
harpcommand and its options. - Deployment & Setup: Detailed guide on permissions, dependencies, and configuration.
- Internal Architecture: How Harp works under the hood.
- Development Guide: How to contribute and run tests.
✨ Features
- Local-First, Fully Offline: Powered by
faster-whisper. Your voice never leaves your machine. - VAD-Segmented Streaming Engine: Finalizes each spoken chunk at silence boundaries (Silero VAD), decoding it once and never re-transcribing finalized speech — so long audio streams out as you go. Real-time on CPU (RTF ≈ 0.34 on
base). - Long-Form File Transcription (
harp transcribe): Stream-transcribe meetings, lectures, and voice memos in near real-time; print live and append to a file with-o. - Live Dictation (
harp start): Hold (or--toggle)Ctrl + Space; the final transcription is pasted into the focused window viauinputon release. - Library-First: Drive a
HarpSessionfrom your own code; it emits two-tierTranscriptEvents (committed + transient). Seedocs/library.md. - Model Management CLI: Download, list, and manage Whisper models (tiny, base, small, medium, large-v3) via
harp models. - Modern CLI: Terminal UI powered by
Rich.
🚀 Installation
Using uv (Recommended)
The fastest way to run Harp without manual environment setup:
uvx harpio
Using pipx
For a persistent global installation:
pipx install harpio
From Source
git clone https://github.com/apiad/harp.git
cd harp
uv sync
uv run harp start
🛠 Setup & Requirements
- Permissions: Harp requires access to
/dev/inputand/dev/uinput.
sudo usermod -aG input $USER
# You may also need to set udev rules for uinput or run:
sudo chmod 666 /dev/uinput
- Whisper Model: Before starting for the first time, download a Whisper model.
harp models download base
- Dependencies: Ensure
libportaudio2andwl-clipboard(for Wayland clipboard support) are installed.
sudo apt install libportaudio2 wl-clipboard
⌨️ Usage
Start the daemon using the CLI. By default, running harp without arguments starts the background daemon in "Hold Mode" and only prints the result to the terminal.
harp
Commands
harp/harp start: Start the live-dictation daemon (hotkey-driven).harp transcribe <file>: Stream-transcribe an audio file.harp models <download|list|remove>: Manage local Whisper models.harp config/harp init: Inspect or scaffold.harp.yaml.
harp start options
| Option | Short | Description |
|---|---|---|
--device <path> |
-d |
Target a specific input device (e.g., /dev/input/event0). |
--toggle |
-t |
Toggle mode: press Ctrl+Space to start, press again to finalize. |
--full |
-f |
Type all characters including symbols (for code, punctuation, URLs). |
--paste / --no-paste |
Paste (Ctrl+V) the final text into the focused window. Default on. |
|
--slide <s> |
Seconds of audio between streaming steps. Default 1.0. |
|
--language <c> |
-l |
Language code (e.g. en, es). Default: auto-detect. |
harp transcribe options
| Option | Short | Description |
|---|---|---|
--output <f> |
-o |
Append finalized text to this file as chunks land (live). |
--model <size> |
-m |
Whisper model size (tiny, base, small, medium, large-v3). |
--language <c> |
-l |
Language code. Default: auto-detect. |
--preview |
Live word-by-word preview of the in-progress chunk (costs ~2–4× compute; off keeps streaming real-time). |
Examples
Transcribe a meeting recording to a file, live:
harp transcribe meeting.m4a -m base -l en -o meeting.md
Live dictation, all symbols, toggle mode:
harp start --toggle --full
🤝 Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
🤖 Gemini CLI
This repository is enhanced with custom Gemini CLI commands to automate common tasks and workflows. If you are using Gemini, you can run:
gemini /onboard
to get started, explore the project architecture, and understand the automated workflows (planning, debugging, releases, etc.).
Standard Process
- Report Bugs: Open an issue if you find something broken.
- Suggest Features: Have an idea for a new mode? Let us know!
- Submit Pull Requests:
- Fork the project.
- Create your Feature Branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'feat: Add some AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
📄 License
Distributed under the MIT License. See LICENSE for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file harpio-0.8.0.tar.gz.
File metadata
- Download URL: harpio-0.8.0.tar.gz
- Upload date:
- Size: 2.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b73691f2fe42973645da78a5bce9a6dc329ced59b6e040092445f2190ee9a997
|
|
| MD5 |
c961d92c3c54a5bb18a025dbb08cac80
|
|
| BLAKE2b-256 |
696ee968a292a52abdc81edd3c4da67dd771d574b507102c677231cbe8ff7702
|
File details
Details for the file harpio-0.8.0-py3-none-any.whl.
File metadata
- Download URL: harpio-0.8.0-py3-none-any.whl
- Upload date:
- Size: 27.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78caca4a5ef78b2a962d4a5ef8ba87fc625f077d63744d84de0fc1960a0547a8
|
|
| MD5 |
dd34a38fb803fa07bde191b861281cfe
|
|
| BLAKE2b-256 |
def166f2a136ee4ce847aa6aede3678f5b14b2a9f963da554237bca4cc7b6257
|