{"id":37192176,"url":"https://github.com/tfkhdyt/auto-epp-go","last_synced_at":"2026-01-14T22:17:40.029Z","repository":{"id":193035747,"uuid":"687969775","full_name":"tfkhdyt/auto-epp-go","owner":"tfkhdyt","description":"auto-epp-go is a program that automatically manages the energy performance preferences (EPP) of your AMD CPU using the AMD-Pstate driver","archived":false,"fork":false,"pushed_at":"2023-10-16T08:59:42.000Z","size":670,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-21T17:05:11.945Z","etag":null,"topics":["amd-pstate","cpufreq","golang","linux"],"latest_commit_sha":null,"homepage":"","language":"Go","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/tfkhdyt.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":"2023-09-06T11:40:36.000Z","updated_at":"2023-12-11T21:03:19.000Z","dependencies_parsed_at":"2023-09-06T13:24:29.329Z","dependency_job_id":"2ee1e42c-6ba4-4884-9c6e-1712b2c7f191","html_url":"https://github.com/tfkhdyt/auto-epp-go","commit_stats":null,"previous_names":["tfkhdyt/auto-epp-go"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/tfkhdyt/auto-epp-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfkhdyt%2Fauto-epp-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfkhdyt%2Fauto-epp-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfkhdyt%2Fauto-epp-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfkhdyt%2Fauto-epp-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tfkhdyt","download_url":"https://codeload.github.com/tfkhdyt/auto-epp-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfkhdyt%2Fauto-epp-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28436268,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T21:32:52.117Z","status":"ssl_error","status_checked_at":"2026-01-14T21:32:33.442Z","response_time":107,"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":["amd-pstate","cpufreq","golang","linux"],"created_at":"2026-01-14T22:17:39.287Z","updated_at":"2026-01-14T22:17:40.024Z","avatar_url":"https://github.com/tfkhdyt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# auto-epp-go\n\n[![auto-epp-go](https://img.shields.io/aur/version/auto-epp-go?color=1793d1\u0026label=auto-epp-go\u0026logo=arch-linux\u0026style=for-the-badge)](https://aur.archlinux.org/packages/auto-epp-go/)\n\n**auto-epp-go** is a program that manages the energy performance preferences (EPP) of your AMD CPU using the AMD-Pstate driver. It adjusts the EPP settings based on whether your system is running on AC power or battery power, helping optimize power consumption and performance. This project is a rewrite of the original Python version [jothi-prasath/auto-epp](https://github.com/jothi-prasath/auto-epp) in Golang, aiming to improve memory efficiency and overall performance.\n\n## Requirements\n\n- AMD CPU with the AMD-Pstate-EPP driver enabled.\n- Linux 6.3+\n- Golang (make deps)\n\n## How to enable amd-pstate-epp\n\nNote: Since Linux 6.5, `amd-pstate-epp` is enabled by default, so you can skip this section.\n\n### GRUB\n\nThis can be done by editing the `GRUB_CMDLINE_LINUX_DEFAULT` params in `/etc/default/grub`. Follow these steps:\n\n1. Open the grub file using the following command:\n```bash\nsudoedit /etc/default/grub\n```\n2. Within the file, modify the `GRUB_CMDLINE_LINUX_DEFAULT` line to include the setting for AMD P-State EPP:\n```bash\nGRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash amd_pstate=active\"\n```\n\n### systemd-boot\n\nThis can be done by editing the `options` params in `/efi/loader/entries/your-entry.conf`. Follow these steps:\n\n1. Open the grub file using the following command:\n```bash\nsudoedit /efi/loader/entries/your-entry.conf\n```\n2. Within the file, modify the `options` line to include the setting for AMD P-State EPP:\n```bash\noptions    ... amd_pstate=active\n```\n\n## Installation\n\n### Arch Linux\n\nOn Arch Linux, and Arch-based distributions, auto-epp-go can be found in the AUR. Install with an AUR helper like yay:\n```bash\nyay -S auto-epp-go\n```\n\n### Manual Install\n\n```bash\ngit clone https://github.com/tfkhdyt/auto-epp-go\ncd auto-epp-go\nsudo make install\n```\n\n## Usage\n\nMonitor the service status\n```bash\nsystemctl status auto-epp-go\n```\n\nTo restart the service\n```bash\nsudo systemctl restart auto-epp-go\n```\n\nTo stop the service\n```bash\nsudo systemctl stop auto-epp-go\n```\n\nEdit the config file\n```bash\nsudoedit /etc/auto-epp-go.conf\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfkhdyt%2Fauto-epp-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftfkhdyt%2Fauto-epp-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfkhdyt%2Fauto-epp-go/lists"}