Talon install: Difference between revisions

From wikinotes
No edit summary
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
{{ NOTE |
{{ NOTE |
AUR script exists, but out of date }}
AUR script exists, but out of date }}
{{ NOTE |
my saltstack recipe will install the latest available once you delete <code>/opt/talon</code> }}


<source lang="bash">
<source lang="bash">

Latest revision as of 14:10, 8 August 2021

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