{"id":13611864,"url":"https://github.com/b4rtaz/voice-assistant","last_synced_at":"2026-03-02T00:30:54.913Z","repository":{"id":110508650,"uuid":"370468821","full_name":"b4rtaz/voice-assistant","owner":"b4rtaz","description":"Voice assistant for Visual Studio Code.","archived":false,"fork":false,"pushed_at":"2021-06-01T17:37:43.000Z","size":740,"stargazers_count":295,"open_issues_count":2,"forks_count":11,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-09-10T01:32:06.917Z","etag":null,"topics":["speech-recognition","speech-to-text","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=b4rtaz.voice-assistant","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/b4rtaz.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}},"created_at":"2021-05-24T19:52:15.000Z","updated_at":"2025-07-28T21:37:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c7d0f6a-b7bd-4cc7-89e6-22fd75eefecf","html_url":"https://github.com/b4rtaz/voice-assistant","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/b4rtaz/voice-assistant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b4rtaz%2Fvoice-assistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b4rtaz%2Fvoice-assistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b4rtaz%2Fvoice-assistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b4rtaz%2Fvoice-assistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b4rtaz","download_url":"https://codeload.github.com/b4rtaz/voice-assistant/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b4rtaz%2Fvoice-assistant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29988039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T22:42:38.399Z","status":"ssl_error","status_checked_at":"2026-03-01T22:41:51.863Z","response_time":124,"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":["speech-recognition","speech-to-text","vscode","vscode-extension"],"created_at":"2024-08-01T19:02:15.859Z","updated_at":"2026-03-02T00:30:54.875Z","avatar_url":"https://github.com/b4rtaz.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Voice Assistant for VSCode\n\n[![Build Status](https://travis-ci.com/b4rtaz/voice-assistant.svg?branch=main)](https://travis-ci.com/b4rtaz/voice-assistant) [![License: MIT](https://img.shields.io/github/license/mashape/apistatus.svg)](/LICENSE) [![Twitter: b4rtaz](https://img.shields.io/twitter/follow/b4rtaz.svg?style=social)](https://twitter.com/b4rtaz)\n\nThe voice assistant for Visual Studio Code. This extension allows you to put code snippets into the code by voice. Also, you can execute any Visual Studio command by voice. The extension works with any language, because the file with voice commands is placed in the project folder (voice-assistant.json). So, you can prepare own voice commands for each project.\n\n\u003cp align=\"center\"\u003e\u003cimg src=\".github/preview.gif\" alt=\"Voice Assistant for VSCode\" /\u003e\u003cbr /\u003e(\u003ca href=\"https://www.youtube.com/watch?v=ykdOZ8FXe8E\"\u003echeck an example with voice 🔉\u003c/a\u003e)\u003c/p\u003e\n\n🔥 Features:\n\n* multiple windows support,\n* diffrent voice commands for each project,\n* easy voice commands reloading,\n* it works with every language,\n* VSCode command executing.\n\n☕ `voice-assistant.json` examples:\n\n* [TypeScript](definitions/typescript.json)\n* [HTML](definitions/html.json)\n* ...\n\n💻 Available speech recognition servers:\n\n* [.NET Server](https://github.com/b4rtaz/voice-assistant-net-server) (only for Windows)\n\n## 🚀 How to Start?\n\n1. **Install this extension** from [the marketplace](https://marketplace.visualstudio.com/items?itemName=b4rtaz.voice-assistant).\n2. **Install \u0026 run a server**. The server is necessary, because it does all speech recognition job. Currently we support only Windows.  \n   * 💾 [Download .NET Server](https://github.com/b4rtaz/voice-assistant-net-server/releases/download/v0.1.0/VoiceAssistant.Server.0.1.0.zip) (only for Windows, it requires [.NET5](https://dotnet.microsoft.com/download/dotnet/5.0))\n3. **Add `voice-assistant.json` file** to root directory of your project and click \"Reload definition\". You may use [an example file](definitions/) or click \"Add example voice-assistant.json\" button.\n4. You can start speaking. 🎤\n\n## 📌 FAQ\n\n* **.NET Server doesn't recognize the speech** - you may boost the microphone power in Windows settings, try to speak correctly and sharply ([more](https://github.com/b4rtaz/voice-assistant/issues/3)).\n\n## 💡 License\n\nThis project is released under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb4rtaz%2Fvoice-assistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb4rtaz%2Fvoice-assistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb4rtaz%2Fvoice-assistant/lists"}