Talon install: Difference between revisions

From wikinotes
No edit summary
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
See [[talon configuration]] for details.
See [[talon configuration]] for details.
}}
}}
= Documentation =
<blockquote>
{| class="wikitable"
|-
| downloads || https://talonvoice.com/
|-
|}
</blockquote><!-- Documentation -->


= Linux =
= Linux =
Line 8: 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