The tool doesn't use AI (just the image)
My goal with TAIP (pronounced "tape") is to facilitate setting up voice control for non-technical and technical audiences alike.
Note: The below setup steps are what I use for a 100% admin-free Windows install of Talon, git
, VSCode, and the wonderful world of voice control.
I've included links to install on Mac or Linux. I don't have a Mac or Linux computer, so please submit an issue if TAIP isn't working for you!
Note: VSCode combined with Cursorless and the various Talon related extensions make it enjoyable to create your own custom grammar (no coding required). TAIP is able to install VSCode extensions for you!
- Open https://code.visualstudio.com/download
- Click User Installer x64
- Use default install directory
%LocalAppData%\Programs\Microsoft VS Code
- Optionally, check Add "Open with Code" action to Windows Explorer options
- Install!
Note: TAIP will use git
to install the various Talon command sets, which are what define the grammar for the voice commands.
- Open https://git-scm.com/downloads
- Download (standalone installer) and run the installer
- Use default install directory
%LocalAppData%\Programs\Git
- Install default selection of components
- Chose the default editor for
git
(I select Notepad since no external dependencies; I've never had to use this forgit
though) - Override the default branch name for new repositories (suggest using the default main)
- Use default options for the rest and let it install
Note: The portable zip doesn't require admin, whereas the Download for Windows exe currently does.
- Open https://talonvoice.com
- Click Windows (portable zip)
- Extract to a folder of your choice
- Run talon.exe
- Accept the EULA
- Talon lives in the system tray
- Optionally, right click the icon and check Start on Login
- Right click the icon, under Speech Recognition, install the latest speech engine (this is used to recognize your voice commands locally)
Open a command prompt, paste the following command, and press Enter
to install TAIP using git
.
git clone https://github.com/CodesAway/TAIPCodesAway %AppData%\Talon\user\TAIPCodesAway
Open a terminal, paste the following command, and press Enter
/Return
to install TAIP using git
.
git clone https://github.com/CodesAway/TAIPCodesAway ~/.talon/user/TAIPCodesAway
Customize which items to install
tape customize git
- edittaip_git.talon-list
tape customize code
- edittaip_vscode.talon-list
Print and install latest items (typical commands to use)
tape print latest
- print latest items to Talon log (useful before installing to verify what will be installed)tape install latest
- install latest items
Print and install all items
tape print all
- print all items to Talon logtap install all
- install all items (will skip stuff already installed)
Note: Rango is a cross browser extension that helps you interact with web pages using your voice and Talon
Chrome extension https://chromewebstore.google.com/detail/rango/lnemjdnjjofijemhdogofbpcedhgcpmb
Reference: https://github.com/david-tejada/rango?tab=readme-ov-file#installation
Rango Talon command set is included by default in the files installed using TAIP
Enable keyboard clicking (voice command keyboard switch
)
- Right click on extension icon
- Click Keyboard Clicking
-
There is an active community of Talon users on Slack to help you along your voice control journey! (https://talonvoice.com/chat)
-
Talon wiki (https://talon.wiki)
- Basic usage (https://talon.wiki/Basic%20Usage/basic_usage)
- Talon user file set list (https://talon.wiki/integrations/talon_user_file_sets)
-
Talon practice (https://chaosparrot.github.io/talon_practice)
-
Cursorless (https://www.cursorless.org)
- Cursorless documentation (https://www.cursorless.org/docs)
- Cursorless cheatsheet (https://www.cursorless.org/cheatsheet)
-
Andreas Talon user scripts (https://github.com/AndreasArvidsson/andreas-talon)