This project was developed with C# using .NET CLI.
- šÆ Ā Control your PC using speech recognition.
- āļø Ā Create your own scripts and execute as commands.
- š Ā Fastest speech recognition in the world.
| Exe | Description | Releases |
|---|---|---|
![]() |
Download the latest version | Download |
- Click the
Configbutton inside the tray icon on windows taskbar.
- This will take you to the
config.jsonfile inside the download folder. - After making your changes you must restart the application.
[
{
"input": ["open google"],
"command": "start https://google.com"
},
{
"input": ["open netflix"],
"command": "start https://netflix.com"
},
{
"input": ["open youtube"],
"command": "start https://youtube.com"
},
{
"input": ["open chat gpt", "open chatgpt"],
"command": "start https://chatgpt.com"
},
{
"input": ["open console", "open terminal"],
"command": "start"
}
]
ā If you find this useful!


