Typilot listens for a global shortcut, reads selected text, and types responses back. Every OS protects these capabilities - each platform needs an explicit grant. Five minutes per platform.
Grant Accessibility access so Typilot can watch shortcuts and type into any macOS app.
Cmd + Space in another app - the prompt appears.Windows protects apps from reading global keyboard input. Toggle keyboard access on and let Typilot through SmartScreen.
Ctrl + Space in Notepad - Typilot appears.gen: hello world, press send - Typilot types the response.Wayland blocks global keyboard capture by default. Join the right groups (or install the .deb) so Typilot can read /dev/input and write to /dev/uinput.
The installer creates the input and uinput groups, writes udev rules, and sets permissions. Reboot so group membership applies.
Add yourself to the groups:
Create persistent udev rules:
Reboot - group membership only refreshes on a full restart.
Permissions should look like crw-rw---- with group input or uinput. Then Typilot → Monitoring → Keyboard Listener should be Online.
X11 is more permissive than Wayland, but the same groups + udev rules prevent "permission denied" after a reboot.
Install Typilot (AppImage / .deb / package manager), launch once.
If empty, install libxtst6 on Ubuntu/Debian (or the equivalent for your distro).
NEXT → 04 LICENSES & ACCOUNTS