Getting started
MacOS
To install (or update):
- Download the .dmg file from https://mouseless.click
- Open the .dmg file
- Drag
Mouseless.app
into theApplications
folder - If updating: choose "Replace" instead of "Keep both" when prompted
You can also install in the terminal via Homebrew:
brew install --cask mouseless
(stable channel)brew install --cask mouseless@preview
(prerelease channel)
First time usage:
- Open Mouseless (e.g. via spotlight search)
- Read/agree to the terms of service
- Start trial or activate
- Give Mouseless the
Accessibility
permission when prompted - Restart the application for permissions to take effect
- Enjoy!
Windows
To install (or update):
- Download the latest Windows installer (.exe) or portable (.zip) file from https://mouseless.click
- Run the installer (or extract the .zip)
First time usage:
- Open Mouseless, e.g. via the start menu if installed, or if using the portable, by running the
mouseless\mouseless.exe
file in the extracted folder/location - Read/agree to the terms of service
- Start trial or activate
- Enjoy!
Linux
The X11 Alpha is out! Track progress on Wayland support here.
To install:
- From https://mouseless.click, download the .AppImage for your OS and architecture, and the corresponding .sha256sum file.
- Verify the download integrity:
sha256sum -c <file>.sha256sum
- Make the AppImage executable:
chmod +x <file>.AppImage
- Run the application:
./<file>.AppImage
- Start a trial or activate with a license key
- Enjoy!
Not working right? See this section for troubleshooting common issues.