{"id":24617788,"url":"https://github.com/jacoblincool/vosk-cli","last_synced_at":"2025-07-01T14:06:10.585Z","repository":{"id":103062405,"uuid":"534071955","full_name":"JacobLinCool/vosk-cli","owner":"JacobLinCool","description":"Use vosk in command line. List all pre-trained models, download \u0026 install them, and use them to transcribe audio files or live audio.","archived":false,"fork":false,"pushed_at":"2023-12-15T20:24:32.000Z","size":60,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T21:36:46.560Z","etag":null,"topics":["speech-recognition","vosk"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/vosk-cli","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JacobLinCool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2022-09-08T06:01:42.000Z","updated_at":"2024-05-28T14:22:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"3479d3f8-660f-48ef-868e-1757560d809e","html_url":"https://github.com/JacobLinCool/vosk-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JacobLinCool/vosk-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2Fvosk-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2Fvosk-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2Fvosk-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2Fvosk-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JacobLinCool","download_url":"https://codeload.github.com/JacobLinCool/vosk-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JacobLinCool%2Fvosk-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262978551,"owners_count":23394008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["speech-recognition","vosk"],"created_at":"2025-01-24T23:40:58.185Z","updated_at":"2025-07-01T14:06:10.540Z","avatar_url":"https://github.com/JacobLinCool.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vosk CLI\n\nUse vosk in command line.\n\nList all pre-trained models, download \u0026 install them, and use them to transcribe audio files or live audio.\n\n```sh\n❯ vosk help\nUsage: vosk [options] [command]\n\nUse vosk in command line.\n\nOptions:\n  -V, --version                            output the version number\n  -h, --help                               display help for command\n\nCommands:\n  list|ls                                  List all the models available\n  install|i [options] \u003cmodel\u003e              Install a model\n  remove|rm \u003cmodel\u003e                        Remove a model\n  recognize|rec [options] \u003cmodel\u003e \u003caudio\u003e  Recognize text from an audio file\n  microphone|mic [options] \u003cmodel\u003e         Recognize text from microphone\n  help [command]                           display help for command\n```\n\n## Usage\n\n### Install Model\n\n```sh\n# Install the small english model\n❯ vosk i english\n```\n\n```sh\n# Install the large english model\n❯ vosk i en-us-0.22\n```\n\n```sh\n# Install from a local file\n❯ vosk i --from \"path/to/my-model.zip\" my-model-name\n```\n\n\u003e Tips: you can use `vosk ls` to list all the official models, and `vosk-model-` prefix is optional.\n\n### Using Microphone\n\n```sh\n# Using the small english model to recognize text from microphone and output the result to a file (with live preview)\n❯ vosk mic -o out.txt -t english\n# Output:\nℹ hello\nℹ my name is jacob\n⠇ Listening\n```\n\n### Using Audio File\n\n```sh\n# Using the small english model to recognize text from an audio file (auto-convert to wav), and output the result to stdout\n❯ vosk rec -c english audio.mp3\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacoblincool%2Fvosk-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacoblincool%2Fvosk-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacoblincool%2Fvosk-cli/lists"}