🐧Linux
Step-by-step guide for the first time installation and unistallation of the Accessibility Tools on Linux.
Download the .AppImage file from the link above
Make the setup file an executable by opening the terminal where the file was downloaded and running:
chmod +x a11y_setup.AppImageRun the app by running the following in the terminal:
./a11y_setup.AppImage
If you get this error: FUSE: failed to open /dev/fuse: Permission denied
- Run: sudo apt install libfuse2
- Then repeat step 3
Last updated

