
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
simple-keep-pc-awake
Advanced tools
A simple way to keep your PC awake with no configuration and setup.
A simple quick program that keeps your PC awake by moving your mouse by some pixels every time whenever the system has been idling more than the configured time. Default is: moves the mouse 1px back and forth, when the system has been idle for 120 seconds. It has no interface as is intended to be as simple as possible.
To run the awake, just open a new terminal and run
npx simple-keep-pc-awake
This will start the script. When you want to stop it just exit with Ctrl+C.
To keep with node on your pc you have to perform the following steps:
npm installnode index.jsThis will start the awake process and will run until you stop with with Ctrl+C.
You can create .bat scripts or bash aliases to quickly start and stop the process when needed.
To run via built executables, go to the releases tab in the repo and download the latest version of the binaries for your machine. Then simply run it and it will detect when you are idling and react accordingly. The executable will always use the default settings.
When running via node or NPX you can set some options:
npx simple-keep-pc-awake [options]
Options:
--offset by how many pixels should the mouse move (default: 1)
--max-idle how much time should pass after system is idling before the script moves the mouse, in seconds (default: 120s)
Examples:
npx simple-keep-pc-awake --offset 5 moves the cursor by 5px each 30 seconds
npx simple-keep-pc-awake --offset 5 --max-idle 300 moves the cursor by 5px each 300 seconds (5 minutes)
npx simple-keep-pc-awake default behavior, moves the cursor by 1px after 120 seconds of idling
FAQs
A simple way to keep your PC awake with no configuration and setup.
We found that simple-keep-pc-awake demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.