{"id":18209036,"url":"https://github.com/kdabir/stay-awake","last_synced_at":"2026-04-17T03:02:45.213Z","repository":{"id":145733411,"uuid":"46344744","full_name":"kdabir/stay-awake","owner":"kdabir","description":"Keeps machine awake and unlocked","archived":false,"fork":false,"pushed_at":"2021-05-15T11:59:30.000Z","size":61,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-29T13:39:31.888Z","etag":null,"topics":["awake","macos","unlock","windows"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kdabir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-17T12:10:08.000Z","updated_at":"2021-05-15T11:59:32.000Z","dependencies_parsed_at":"2023-03-28T00:20:17.986Z","dependency_job_id":null,"html_url":"https://github.com/kdabir/stay-awake","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kdabir/stay-awake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdabir%2Fstay-awake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdabir%2Fstay-awake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdabir%2Fstay-awake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdabir%2Fstay-awake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kdabir","download_url":"https://codeload.github.com/kdabir/stay-awake/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdabir%2Fstay-awake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31913078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awake","macos","unlock","windows"],"created_at":"2024-11-03T14:03:52.470Z","updated_at":"2026-04-17T03:02:45.184Z","avatar_url":"https://github.com/kdabir.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Stay Awake\n-------\nKeep your machine awake and unlocked by making a mouse move at regular interval. Start it when you are not actively using \nyour machine.\n\nStay Awake is:\n* Platform independent - Works on OS X, Windows and Linux\n* Ultra light - total distribution size around 10 kb\n* Self contained - No library dependencies\n\n### Installation\n\n- Make sure we have JRE on machine\n- [Download](https://github.com/kdabir/stay-awake/releases) the application distribution archive and extract it\n- (optional) Add the `{extracted_archives_path}/bin` to `PATH` env variable \n\n\n### Usage\n* Run the bat (on Windows) or shell file (on OS X / Linux)\n    - by double clicking the file\n    - or if we have it on `PATH`, just call the script `stay-awake`\n    \n* We can optionally pass a number representing interval in seconds. Mouse moves at this interval. Recommended value is between 15 - 90. \n\n* To stop, press `control+c` \n\n\n### Developer Notes\n\nWe should have `gradle` locally Change the requires files and then from the project root:\n\n- Simplest way is to run with Gradle `run`\n    \n    `$ gradle run`\n\n- To run with generated OS specific scripts:\n    1. run  \n      `gradle clean dZ \u0026\u0026 cd build/distributions \u0026\u0026 unzip -o stay-awake.zip \u0026\u0026 cd -`\n  \n    2. and then   \n      `./build/distributions/stay-awake/bin/stay-awake 10`\n\n- We can run/debug the Main class with IntelliJ Idea or any IDE of our choice as well. \n\n### LICENSE\n\n```\nThe MIT License (MIT)\n\nCopyright (c) 2015-2021 Kunal Dabir\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n```\n\n### Disclaimer\n\n- Please make sure that usage of this program is in accordance with your organizations security policies.\n- While this app is not known to cause any damages, the author(s) of this program shall not be responsible for any such incident.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdabir%2Fstay-awake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdabir%2Fstay-awake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdabir%2Fstay-awake/lists"}