adnanhodzic/auto-cpufreq

Automatic CPU speed & power optimizer for Linux

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 22 minutes ago
Added to GitGenius on September 8th, 2026
Created on December 29th, 2019
Open Issues & Pull Requests: 77 (+0)
GitHub issues: Enabled
Number of forks: 357
Total Stargazers: 7,754 (+0)
Total Subscribers: 39 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 16.5 hours
Mean response time: 15.8 days
90th percentile: 14.1 days
Tracked items: 118

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 6% of issues opened in the past year have been closed. Three people close 84% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 48
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 536 days
Stale 30+ days: 43
Stale 90+ days: 41

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 5

Top labels

  • no repro (2)
  • enhancement (1)
  • invalid (1)

Most active issues this week

Detailed Description

auto-cpufreq is a daemon and command-line tool that automatically optimizes CPU frequency and power consumption on Linux systems.

The tool addresses the challenge of balancing performance and battery life on Linux laptops by continuously monitoring battery state, CPU usage, CPU temperature, and system load. It dynamically adjusts CPU frequency scaling and governor settings based on these metrics, allowing users to extend battery life without sacrificing responsiveness when needed. The approach operates as a background daemon that makes real-time decisions about CPU frequency management without requiring manual intervention.

The tool suits Linux laptop users seeking improved battery life through automatic power management. It is particularly valuable for those who want frequency scaling optimization without the complexity of manual tuning. The project offers both a command-line interface with statistics output and a graphical interface for monitoring and configuration, making it accessible to users with different preferences. Anyone considering adoption should be aware that the tool requires Linux-specific CPU frequency scaling capabilities and works best on systems where the underlying hardware supports dynamic frequency adjustment.

The project is actively seeking co-maintainers and additional developers to guide its future direction. Development activity includes automated testing across Linux builds and Nix Flake configurations, indicating ongoing quality assurance practices. The maintainers maintain supplementary resources including video demonstrations and blog posts documenting major releases and feature additions.