Mouse Me

Download Mouse Me

Linux x86_64. One binary for the GUI and the CLI. Paste this in a terminal.

Install with curl

curl -fsSL https://raw.githubusercontent.com/Grenish/mouse-me/main/install.sh | bash

The script installs to ~/.local/bin, writes a desktop entry, and checks the checksum. Then run mouse-me.

Releases

Linux x86_64 only. No Windows. No macOS.

Build from source

git clone https://github.com/Grenish/mouse-me.git
cd mouse-me
cargo build --release

Binary lands at target/release/mouse-me. Source is on GitHub.