{"id":46868440,"url":"https://github.com/everettjf/typemore","last_synced_at":"2026-04-01T16:53:22.652Z","repository":{"id":343520120,"uuid":"1168917089","full_name":"everettjf/typemore","owner":"everettjf","description":"Type More With Your Voice - Voice input method app","archived":false,"fork":false,"pushed_at":"2026-03-18T04:38:41.000Z","size":11122,"stargazers_count":34,"open_issues_count":2,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-18T20:46:18.523Z","etag":null,"topics":["input-method","react","rust","tauri","voice","voice-input-method"],"latest_commit_sha":null,"homepage":"https://typemore.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/everettjf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-28T00:08:23.000Z","updated_at":"2026-03-18T04:48:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/everettjf/typemore","commit_stats":null,"previous_names":["everettjf/typemore"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/everettjf/typemore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everettjf%2Ftypemore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everettjf%2Ftypemore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everettjf%2Ftypemore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everettjf%2Ftypemore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/everettjf","download_url":"https://codeload.github.com/everettjf/typemore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everettjf%2Ftypemore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"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":["input-method","react","rust","tauri","voice","voice-input-method"],"created_at":"2026-03-10T19:02:35.846Z","updated_at":"2026-04-01T16:53:22.646Z","avatar_url":"https://github.com/everettjf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypeMore\n\n[中文说明](./README.zh-CN.md)\n\nTypeMore is a macOS and Windows desktop app for offline speech-to-text. It captures your voice locally, runs speech recognition on-device, and pastes the result back into the active input with a hotkey workflow.\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./screenshots/main.png\" alt=\"TypeMore main screen\" width=\"32%\" /\u003e\n  \u003cimg src=\"./screenshots/optimization.png\" alt=\"TypeMore optimization screen\" width=\"32%\" /\u003e\n  \u003cimg src=\"./screenshots/translate.png\" alt=\"TypeMore translation screen\" width=\"32%\" /\u003e\n\u003c/p\u003e\n\n## Why TypeMore\n\n- Offline first: audio stays on your device.\n- Native desktop workflow: global hotkeys, overlay feedback, recording history.\n- Open source: built with Tauri + React + Rust.\n- Practical for writing: dictation, cleanup, optional cloud post-processing, translation.\n\n## How It Works\n\nTypeMore uses a local speech recognition pipeline based on `sherpa-onnx` through `sherpa-rs`.\n\n1. On first launch, TypeMore downloads the speech model into the app data directory.\n2. When you hold or tap the configured hotkey, the app records microphone audio locally.\n3. The Rust backend converts audio to 16k mono WAV and runs offline ASR.\n4. The recognized text is shown in the app, cached with the recording, and can be pasted back into your current input target.\n5. If you enable cloud post-processing, the local transcript can be cleaned up or translated by your configured provider after local ASR finishes.\n\nThis design keeps the critical path local. Cloud providers are optional and never required for basic dictation.\n\n## Install\n\n### Homebrew\n\n```bash\nbrew update \u0026\u0026 brew install --cask everettjf/tap/typemore\n```\n\nUpgrade later with:\n\n```bash\nbrew upgrade --cask typemore\n```\n\n### Direct Download\n\nDownload the latest notarized DMG from GitHub Releases:\n\n- Releases page: \u003chttps://github.com/everettjf/typemore/releases\u003e\n- Latest DMG: \u003chttps://github.com/everettjf/typemore/releases/latest/download/TypeMore.dmg\u003e\n\n### Windows Installer\n\nBuild the Windows installer locally with Inno Setup:\n\n```powershell\nnpm run build:win-installer\n```\n\n## Community\n\n- Website: \u003chttps://typemore.app\u003e\n- Discord: \u003chttps://discord.com/invite/eGzEaP6TzR\u003e\n\n## Features\n\n- Offline speech recognition on macOS and Windows\n- Built-in `Fn` / `Fn+Shift` trigger flow on macOS\n- Global custom hotkeys\n- Recording history with rename, delete, and re-transcribe\n- Dictionary support for custom words\n- Optional cloud optimization and translation\n- Startup update check with 7-day reminder\n\n## Data Storage\n\nTypeMore stores runtime data under the Tauri app data directory, including:\n\n- downloaded ASR model files\n- recordings\n- transcript cache\n- dictionary words\n- temporary conversion files\n\n## Contributing\n\nIf you want to build, debug, or release TypeMore locally, see [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n## License\n\nApache-2.0. See [LICENSE](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feverettjf%2Ftypemore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feverettjf%2Ftypemore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feverettjf%2Ftypemore/lists"}