| Crates.io | jiggy |
| lib.rs | jiggy |
| version | 1.0.0 |
| created_at | 2025-02-03 07:53:13.282881+00 |
| updated_at | 2025-08-11 13:19:57.884115+00 |
| description | Minimalistic cross-platform mouse jiggler written in Rust. |
| homepage | https://0xdeadbeef.info/ |
| repository | https://github.com/0xdea/jiggy |
| max_upload_size | |
| id | 1540223 |
| size | 31,695 |
"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".

The easiest way to get the latest release is via crates.io:
cargo install jiggy
Note: if run into problems building on Linux, you need to install libxdo-dev or equivalent package.
Alternatively, you can build from source:
git clone https://github.com/0xdea/jiggy
cd jiggy
cargo build --release
Note: if run into problems building on Linux, you need to install libxdo-dev or equivalent package.
Run jiggy as follows:
jiggy [check_interval_in_secs]
Note: on macOS, you might need to grant Accessibility privileges to your terminal application.