Project Awesome project awesome

Productivity > 0xdea/jiggy

Minimalistic cross-platform mouse jiggler written in Rust

Package 25 stars GitHub

jiggy

build

"If I wanted the government in my house I'd buy an Alexa."

-- Rick Sanchez

Jiggy is a minimalistic (but effective) cross-platform mouse jiggler written in Rust. It might be useful for a number of "reasons."

Disclaimer: I'm not responsible for any problems that might arise due to using this program to pretend you're "working from home."

Features

  • Minimalistic (but effective) mouse jiggler, with no setup needed.
  • As implemented, mouse jiggling won't interfere with your regular activities.
  • Thanks to non-invasive mouse wheel scrolling, the new Microsoft Teams should not display you as away.
  • Cross-platform support for macOS, Windows, and Linux.

See also

Installing

The easiest way to get the latest release is via crates.io:

cargo install jiggy

[!TIP] If run into problems building on Linux, you need to install libxdo-dev or equivalent package.

Compiling

Alternatively, you can build from source:

git clone https://github.com/0xdea/jiggy
cd jiggy
cargo build --release

[!TIP] If run into problems building on Linux, you need to install libxdo-dev or equivalent package.

Usage

Run jiggy as follows:

jiggy [check_interval_in_secs]

[!TIP] On macOS, you might need to grant Accessibility privileges to your terminal application.

Compatibility

Tested on:

  • Apple macOS Tahoe 26.4.1
  • Ubuntu Linux 24.04.3 LTS
  • Microsoft Windows 11 23H2

Changelog

Back to Rust