Skip to main content

A background daemon for Wayland that transcribes audio and types results.

Project description

Harp 🎵

Version License: MIT CI Python 3.12+

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+Space and 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:

✨ 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 via uinput on release.
  • Library-First: Drive a HarpSession from your own code; it emits two-tier TranscriptEvents (committed + transient). See docs/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.

Model choice: base is the recommended floor — robust and real-time on CPU. tiny is faster but can hallucinate on fluent/pause-less audio; use it only for latency-critical, error-tolerant cases.

🚀 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

  1. Permissions: Harp requires access to /dev/input and /dev/uinput.
sudo usermod -aG input $USER
# You may also need to set udev rules for uinput or run:
sudo chmod 666 /dev/uinput
  1. Whisper Model: Before starting for the first time, download a Whisper model.
harp models download base
  1. Dependencies: Ensure libportaudio2 and wl-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

  1. Report Bugs: Open an issue if you find something broken.
  2. Suggest Features: Have an idea for a new mode? Let us know!
  3. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

harpio-0.10.0.tar.gz (2.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

harpio-0.10.0-py3-none-any.whl (30.7 kB view details)

Uploaded Python 3

File details

Details for the file harpio-0.10.0.tar.gz.

File metadata

  • Download URL: harpio-0.10.0.tar.gz
  • Upload date:
  • Size: 2.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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

Hashes for harpio-0.10.0.tar.gz
Algorithm Hash digest
SHA256 14698e675ef41baed4a443da87cf44d0c3443b3f653b410bf682f891487b385e
MD5 f4dcb04cf02ecc9977de1a48a18a413b
BLAKE2b-256 726a473550fc95e2296fb39d75e4cb74c018d8219bc2d058470992aeca54f4c5

See more details on using hashes here.

File details

Details for the file harpio-0.10.0-py3-none-any.whl.

File metadata

  • Download URL: harpio-0.10.0-py3-none-any.whl
  • Upload date:
  • Size: 30.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.26 {"installer":{"name":"uv","version":"0.11.26","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

Hashes for harpio-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5fbe3888cef69ed31fc842a229340bb916f0754420390a4303c0faedc399851c
MD5 4d07ddfdc9e0174d38fe1c7b5ba5b27a
BLAKE2b-256 4e6df07fc5686e26ce670f5593d62fe718164f97bd01f2515b309ec552b6c08f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page