Talon install

From wikinotes

NOTE:

in addition to installing talon itself, you'll need to install one of it's speech recognition modules.
See talon configuration for details.

Documentation

downloads https://talonvoice.com/

Linux

NOTE:

AUR script exists, but out of date

NOTE:

my saltstack recipe will install the latest available once you delete /opt/talon

# requires X11 or xorg-wayland

curl -#O https://talonvoice.com/dl/latest/talon-linux.tar.xz
tar -xvf talon-linux.tar.xz -C /opt

echo '#!/usr/bin/env sh
cd /opt/talon
./run.sh
' > /usr/bin/talon
chmod 755 /usr/bin/talon

# see talon icon in system tray

MacOs

# download for macos
curl -#O https://talonvoice.com/dl/latest/talon-mac.dmg