{"id":13764928,"url":"https://github.com/jmechnich/intel-power-control","last_synced_at":"2026-03-01T00:31:16.454Z","repository":{"id":20973364,"uuid":"24262325","full_name":"jmechnich/intel-power-control","owner":"jmechnich","description":"GPU power management for Intel hardware on Linux","archived":false,"fork":false,"pushed_at":"2024-04-01T21:31:42.000Z","size":209,"stargazers_count":31,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-09-20T17:35:17.503Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmechnich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2014-09-20T12:35:57.000Z","updated_at":"2025-07-24T08:48:01.000Z","dependencies_parsed_at":"2023-11-12T07:26:29.903Z","dependency_job_id":"a89f3cbd-aa19-4bce-a293-85e5118f56d4","html_url":"https://github.com/jmechnich/intel-power-control","commit_stats":{"total_commits":26,"total_committers":3,"mean_commits":8.666666666666666,"dds":"0.15384615384615385","last_synced_commit":"19705733e92818171f37b5674a94cedbb6a41ee0"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/jmechnich/intel-power-control","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmechnich%2Fintel-power-control","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmechnich%2Fintel-power-control/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmechnich%2Fintel-power-control/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmechnich%2Fintel-power-control/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmechnich","download_url":"https://codeload.github.com/jmechnich/intel-power-control/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmechnich%2Fintel-power-control/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29956187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T22:53:01.873Z","status":"ssl_error","status_checked_at":"2026-02-28T22:52:50.699Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-08-03T16:00:31.676Z","updated_at":"2026-03-01T00:31:16.431Z","avatar_url":"https://github.com/jmechnich.png","language":"Python","funding_links":[],"categories":["Processors"],"sub_categories":["Intel"],"readme":"[![PyPI versio](https://img.shields.io/pypi/v/intel-power-control)](https://pypi.org/project/intel-power-control/)\n[![PyPi format](https://img.shields.io/pypi/format/intel-power-control)](https://pypi.org/project/intel-power-control/)\n[![PyPI license](https://img.shields.io/pypi/l/intel-power-control)](https://pypi.org/project/intel-power-control/)\n[![PyPi weekly downloads](https://img.shields.io/pypi/dw/intel-power-control)](https://pypi.org/project/intel-power-control/)\n\n# intel-power-control\n\nGPU power management for Intel hardware on Linux\n\n## Functionality\n- Displays cpu online states, temperatures and gpu clock settings.\n- Toggle cpu online states\n- Throttling of gpu clock (also automatic)\n- intel-power-control-helper changes settings as root user\n\n## Requirements\n- C compiler (i.e. gcc)\n- PyQt 6.x\n\n## Installation from PyPi (recommended)\n\n```\n# system-wide\nsudo pip install intel-power-control\necho \"%sudo ALL=(ALL) NOPASSWD: /usr/local/bin/intel-power-control-helper\" | \\\n  sudo tee /etc/sudoers.d/intel-power-control\n\n# OR as user\npip install intel-power-control --user\nsudo chown root:root $HOME/.local/bin/intel-power-control-helper\nsudo chmod 4755 $HOME/.local/bin/intel-power-control-helper\n\n# run program\nintel-power-control\n```\n\n## Installation from source\n\n**WARNING**: using this method, you have to take care of installing the\nrequired dependencies yourself (i.e. install PyQt using your distribution's\npackage manager).\n\n```\ngit clone https://github.com/jmechnich/intel-power-control.git\n\n# compile\ncd intel-power-control\nmake\n\n# install to /usr/local\nsudo make install\n\n# OR install to local prefix\nmake install PREFIX=$HOME/.local\nsudo chown root:root $HOME/.local/bin/intel-power-control-helper\nsudo chmod 4755 $HOME/.local/bin/intel-power-control-helper\n\n# run program\nintel-power-control\n```\n\n## Checking and fixing intel-power-control-helper permissions\n\nThe script `intel-power-control-setup` is supplied to set up the\npermissions for `intel-power-control-helper` correctly after\ninstallation.\n\n## Changing the look and feel\n\nUse the `-style` commandline option to select a different\ntheme. Available themes can be listed by calling the application with\nan invalid style argument, e.g. `-style help`.\n\n## Screenshots\n\n![](https://raw.github.com/jmechnich/intel-power-control/master/misc/screenshot.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmechnich%2Fintel-power-control","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmechnich%2Fintel-power-control","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmechnich%2Fintel-power-control/lists"}