All Projects → nbebaw → Boostchanger

nbebaw / Boostchanger

Licence: mit
With this app you can control CPU turbo boost and the settings of the cpu speed in order to consuming less battery voltage on Linux

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Boostchanger

Hrm Cpu
Human Resource Machine - CPU Design #HRM
Stars: ✭ 43 (-37.68%)
Mutual labels:  cpu
Darkriscv
opensouce RISC-V cpu core implemented in Verilog from scratch in one night!
Stars: ✭ 1,062 (+1439.13%)
Mutual labels:  cpu
Ins sandstorm
[INS] Config setting for our sandstorm server
Stars: ✭ 61 (-11.59%)
Mutual labels:  settings
Facekit
Implementations of PCN (an accurate real-time rotation-invariant face detector) and other face-related algorithms
Stars: ✭ 1,028 (+1389.86%)
Mutual labels:  cpu
Wp Functions
A compilation of function snippets for WordPress developers who create their own themes.
Stars: ✭ 1,055 (+1428.99%)
Mutual labels:  settings
Xsuspender
👀 💻 💤 🔋 Save battery by auto-suspending unfocused X11 applications.
Stars: ✭ 53 (-23.19%)
Mutual labels:  cpu
The Hack General Purpose Computer
Using HDL, from Boolean algebra and elementary logic gates to building a Central Processing Unit, a memory system, and a hardware platform, leading up to a 16-bit general-purpose computer. Then, implementing the modern software hierarchy designed to enable the translation and execution of object-based, high-level languages on a bare-bone computer hardware platform; Including Virtual machine,Compiler and Operating system.
Stars: ✭ 39 (-43.48%)
Mutual labels:  cpu
Cva6
The CORE-V CVA6 is an Application class 6-stage RISC-V CPU capable of booting Linux
Stars: ✭ 1,144 (+1557.97%)
Mutual labels:  cpu
Activeadmin settings cached
UI interface for rails-settings-cached in active admin
Stars: ✭ 51 (-26.09%)
Mutual labels:  settings
Xui
A drop-in replacement for iOS Settings Bundle "Settings.bundle".
Stars: ✭ 60 (-13.04%)
Mutual labels:  settings
Corefreq
CoreFreq is a CPU monitoring software designed for the 64-bits Processors.
Stars: ✭ 1,026 (+1386.96%)
Mutual labels:  cpu
Vexriscv
A FPGA friendly 32 bit RISC-V CPU implementation
Stars: ✭ 1,041 (+1408.7%)
Mutual labels:  cpu
Ncnn Android Styletransfer
The style transfer android example
Stars: ✭ 54 (-21.74%)
Mutual labels:  cpu
Laravel Settings
Simple Settings package for a laravel application
Stars: ✭ 45 (-34.78%)
Mutual labels:  settings
J1sc
A reimplementation of a tiny stack CPU
Stars: ✭ 64 (-7.25%)
Mutual labels:  cpu
Lldebugtoolswift
LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.
Stars: ✭ 40 (-42.03%)
Mutual labels:  cpu
Raspberrypi tempmon
Raspberry pi CPU temperature monitor with many functions such as logging, GPIO output, graphing, email, alarm, notifications and stress testing. Python 3.
Stars: ✭ 52 (-24.64%)
Mutual labels:  cpu
Ruby Vmstat
A focused and fast library to gather memory, cpu, network, load avg and disk information
Stars: ✭ 68 (-1.45%)
Mutual labels:  cpu
Freqbench
Comprehensive CPU frequency performance/power benchmark
Stars: ✭ 65 (-5.8%)
Mutual labels:  cpu
Rainbarf
it's like Rainmeter, but for CLI!
Stars: ✭ 1,087 (+1475.36%)
Mutual labels:  cpu

Boost Changer

Here you can find the old repo of this app in gitlab

https://gitlab.com/nbebaw/boostchanger

‼️ This App is now only for Linux ‼️

❗️ This App needs root rights. When and why? ❗️

Boost Changer is made to control the frequencies of Intel CPUs. It can also manage the processor's energy consumption through Energy-Performance Preference.

In generall this app does not need root rights but when you hit the Turn Off or On button a popup window will ask you about your root password.

why?

  • In your Kernel there is a file called /sys/devices/system/cpu/intel_pstate/no_turbo.

To turn off or on your turbo boost you have to change this file and that is what this app does.

  • In your Kernel there is a file called /sys/devices/system/cpu/intel_pstate/max_perf_pct.

when you change the energy performance in Boost Changer you have to change this file and that is what this app does.

📌 This app will only work on a real machine. 📌

What it isn't

This is just a GUI application and it is not meant to replace TLP, powertop or any other power management / energy consumption service. It is meant just to provide quick access to sysfs settings related to Intel Processors and in fact it can run on top of TLP.

Installation

Download

OS Release Link
Debian AppImage 💿
Ubuntu AppImage 💿
Fedora AppImage 💿
Redhat AppImage 💿
Solus AppImage 💿
OpenSUSE AppImage 💿
Arch AUR 💿

How to run AppImage

# Make the app executable 
chmod +x boostchanger-4.0.3.AppImage

# Run the app
./boostchanger-4.0.3.AppImage

Installation only for Developer

You can help me to improve this app

# Clone this repo
git clone https://github.com/nbebaw/boostchanger.git

# Install dependencies
npm install

# Run the App
npm run

Common Issue for AppImage

The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing ...

The solution

New features for future releases

1 = High Prio | 2 = Middle Prio | 3 = Low Prio Feature | Prio --- | --- Add AMD Support | 1 CPU Frequencies | 1 GPU Frequencies | 1 CPU Governor | 2 Nvidia PowerMizer Settings | 2 Represent all Infos about the Machine | 2 Make this App cross Platform | 3


Dashboard

settings

About

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].