{"id":49470881,"url":"https://github.com/pkulijing/daobidao","last_synced_at":"2026-04-30T16:02:56.588Z","repository":{"id":350080866,"uuid":"1205213821","full_name":"pkulijing/daobidao","owner":"pkulijing","description":"Voice input on Ubuntu 24.04+ and Mac OS (Apple Silicon)","archived":false,"fork":false,"pushed_at":"2026-04-25T04:56:11.000Z","size":2347,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-25T06:10:36.586Z","etag":null,"topics":["asr","input","ubuntu","voice"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pkulijing.png","metadata":{"files":{"readme":"README.en.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-08T18:42:45.000Z","updated_at":"2026-04-25T04:56:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pkulijing/daobidao","commit_stats":null,"previous_names":["pkulijing/whisper-input"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/pkulijing/daobidao","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkulijing%2Fdaobidao","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkulijing%2Fdaobidao/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkulijing%2Fdaobidao/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkulijing%2Fdaobidao/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkulijing","download_url":"https://codeload.github.com/pkulijing/daobidao/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkulijing%2Fdaobidao/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32469346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["asr","input","ubuntu","voice"],"created_at":"2026-04-30T16:02:54.474Z","updated_at":"2026-04-30T16:02:56.583Z","avatar_url":"https://github.com/pkulijing.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[中文](README.md) | **English**\n\n# Daobidao\n\n[![Build](https://github.com/pkulijing/daobidao/actions/workflows/build.yml/badge.svg)](https://github.com/pkulijing/daobidao/actions/workflows/build.yml)\n[![codecov](https://codecov.io/gh/pkulijing/daobidao/branch/master/graph/badge.svg)](https://codecov.io/gh/pkulijing/daobidao)\n[![PyPI](https://img.shields.io/pypi/v/daobidao.svg)](https://pypi.org/project/daobidao/)\n\nCross-platform local voice input tool — hold a hotkey, speak, release to have speech transcribed and typed into the focused window. Fully offline after first setup.\n\nPowered by [Qwen3-ASR](https://www.modelscope.cn/models/zengshuishui/Qwen3-ASR-onnx) + `onnxruntime`. Supports Chinese, English, Japanese, Korean, Cantonese, and more, with built-in punctuation and casing. Works on **macOS** and **Linux (X11)**.\n\n## Install\n\n```bash\ncurl -LsSf https://raw.githubusercontent.com/pkulijing/daobidao/master/install.sh | sh\n```\n\nThe script installs all dependencies and downloads the model (~990 MB). Safe to re-run.\n\n\u003cdetails\u003e\n\u003csummary\u003eManual install\u003c/summary\u003e\n\n**macOS:**\n\n```bash\nbrew install portaudio\nuv tool install daobidao\ndaobidao --init   # download model + install .app bundle\n```\n\nGrant **Accessibility** and **Microphone** permissions in System Settings \u003e Privacy \u0026 Security on first run.\n\n**Linux (Ubuntu 24.04+ / Debian 13+):**\n\n```bash\nsudo apt install xdotool xclip pulseaudio-utils libportaudio2 \\\n                 libgirepository-2.0-dev libcairo2-dev gir1.2-gtk-3.0 \\\n                 gir1.2-ayatanaappindicator3-0.1\nsudo usermod -aG input $USER \u0026\u0026 newgrp input\nuv tool install daobidao\ndaobidao --init   # download model\n```\n\n**From source:**\n\n```bash\ngit clone https://github.com/pkulijing/daobidao \u0026\u0026 cd daobidao\nbash scripts/setup.sh\nuv run daobidao\n```\n\n\u003c/details\u003e\n\n## Usage\n\n1. Hold the hotkey to record (macOS default: Right Command, Linux default: Right Ctrl)\n2. Speak, then release\n3. Transcribed text is typed at the cursor\n\n```bash\ndaobidao -k KEY_FN        # custom hotkey\ndaobidao --help           # more options\n```\n\nA browser settings page opens on startup (also accessible via system tray). Switch model size (0.6B / 1.7B), hotkey, language, and more from there.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkulijing%2Fdaobidao","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkulijing%2Fdaobidao","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkulijing%2Fdaobidao/lists"}