🌐
GitHub
github.com › openfnord › corectrl
GitHub - openfnord/corectrl · GitHub
Contribute to openfnord/corectrl development by creating an account on GitHub.
Starred by 67 users
Forked by 2 users
Languages   C++ 90.0% | QML 7.8% | CMake 1.9%
Discussions

corectrl fails to build
Describe the bug A clear and concise description of what the bug is. Steps To Reproduce Steps to reproduce the behavior: Open a nix-shell -p corectrl Expected behavior I expected the package to bui... More on github.com
🌐 github.com
11
December 15, 2023
CoreCtrl
Project description CoreCtrl is a Free and Open Source GNU/Linux application that allows you to control with ease your computer hardware using application profiles. It aims to be flexible, comforta... More on github.com
🌐 github.com
3
October 10, 2020
I found out a way to install corectrl in debian buster
I was able to compile and run on Bookworm (12 - Testing) by following CoreCtrl Packages for compiling sudo apt install cmake extra-cmake-modules qttools5-dev qtdeclarative5-dev libqt5charts5-dev libqt5svg5-dev libbotan-2-dev libqca-qt5-2-dev libdrm-dev qtbase5-dev libegl1-mesa-dev libegl-dev libquazip5-dev libpolkit-gobject-1-dev libdbus-1-dev -y Packages for running the application sudo apt install qml-module-qtquick2 qml-module-qtquick-extras qml-module-qtcharts libbotan2-19 -y Download and build git clone https://gitlab.com/corectrl/corectrl.git mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF .. Install the Package sudo make install More on reddit.com
🌐 r/debian
42
13
April 28, 2021
Package request: corectrl
Corectrl https://gitlab.com/corectrl/corectrl Useful program, please add to the repository. More on github.com
🌐 github.com
0
February 15, 2020
🌐
GitHub
github.com › MichaelDeets › corectrl
GitHub - MichaelDeets/corectrl · GitHub
Contribute to MichaelDeets/corectrl development by creating an account on GitHub.
Author   MichaelDeets
🌐
GitHub
github.com › openfnord › corectrl › blob › master › README.md
corectrl/README.md at master · openfnord/corectrl
Contribute to openfnord/corectrl development by creating an account on GitHub.
Author   openfnord
🌐
GitHub
github.com › NixOS › nixpkgs › issues › 274374
corectrl fails to build · Issue #274374 · NixOS/nixpkgs
December 15, 2023 - ... I expected the package to build successfully, then be available for use. ... [j@lear:~]$ nix-shell -p corectrl this derivation will be built: /nix/store/kn76g0z6hq0x4zkvg9r35pz8xw7r26lw-corectrl-1.3.6.drv building '/nix/store/kn76g0z6hq0x4zkvg9r35pz8xw7r26lw-corectrl-1.3.6.drv'...
Author   NixOS
🌐
GitHub
github.com › NixOS › nixpkgs › issues › 100157
CoreCtrl · Issue #100157 · NixOS/nixpkgs
October 10, 2020 - Project description CoreCtrl is a Free and Open Source GNU/Linux application that allows you to control with ease your computer hardware using application profiles. It aims to be flexible, comfortable and accessible to regular users. Met...
Author   NixOS
🌐
GitHub
github.com › NixOS › nixpkgs › pull › 218202
corectrl: 1.3.1 -> 1.3.3 by r-ryantm · Pull Request #218202 · NixOS/nixpkgs
nix-build -A corectrl https://github.com/r-ryantm/nixpkgs/archive/7bbfab44a355f236f0be63a2b3c06fc68731bcb4.tar.gz
Author   NixOS
Find elsewhere
🌐
Arch Linux
aur.archlinux.org › packages › corectrl-git
AUR (en) - corectrl-git - Arch Linux
July 15, 2019 - The 1.4.1 tag is only available at the the 1.4-stable branch, not at the master branch: https://gitlab.com/corectrl/corectrl/-/commit/2c86fdee02301df1ec3506dc3db5816a33c95772 We are building from master.
🌐
Ubuntu Budgie
ubuntubudgie.org › 2022 › 09 › corectrl-repository-changes
CoreCtrl repository changes
September 24, 2022 - GitHub · Budgie Desktop · Releases · Sponsor Buddies · ubuntubudgie.org github.com/UbuntuBudgie Community Forum · Made with ♥ by the Ubuntu Budgie Community · © 2025 Ubuntu Budgie — Simplicity and Elegance. Ubuntu is a trademark of Canonical Ltd. This site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
🌐
GitHub
github.com › void-linux › void-packages › blob › master › srcpkgs › corectrl › template
void-packages/srcpkgs/corectrl/template at master · void-linux/void-packages
pkgname=corectrl · version=1.5.1 · revision=1 · build_style=cmake · configure_args="-DBUILD_TESTING=OFF" # requires https://github.com/rollbear/trompeloeil which isn't packaged · hostmakedepends="pkg-config extra-cmake-modules qt6-tools qt6-base kcoreaddons kauth" makedepends="botan-devel kauth-devel karchive-devel qt6-charts-devel qt6-declarative-devel ·
Author   void-linux
🌐
Reddit
reddit.com › r/debian › i found out a way to install corectrl in debian buster
r/debian on Reddit: I found out a way to install corectrl in debian buster
April 28, 2021 -

And now it works for debian 10 and 11 too!

You need to have non-free repo enabled. Otherwise no way. Because it needs amd-firmware and its not on free repo. Follow this wiki first: https://wiki.debian.org/AtiHowTo

This first, according to dependencies declared in corectrl github:

sudo apt install libdrm-dev gcc cmake libqt4-svg libqt5svg5 qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-controls qml-module-qtquick-layouts qml-module-qtcharts qml-module-qt-labs-platform libkf5archive5 extra-cmake-modules libqt5quickcontrols2-5 qtdeclarative5-dev libqt5charts5-dev libqt5svg5-dev qt4-linguist-tools qttools5-dev qttools5-dev-tools libkf5auth-dev libkf5archive-dev libbotan-2-dev libbotan-2-doc python3-botan qtdeclarative5-dev libqt5charts5-dev libqt5svg5-dev sysvinit-utils hwdata mesa-utils util-linux

DEBIAN 11: To install in debian 11, you need to remove the following packages from this list, because those packages DON'T EXIST ANYMORE in debian 11:

libqt4-svg qt4-linguist-tools

Then, continue the steps after "build" here: https://gitlab.com/corectrl/corectrl/-/wikis/Installation

It works. I tried. I might have missed some dependencies, but tell me if anything goes wrong post it here so I'll incorrect them.

🌐
Linux Mint Forums
forums.linuxmint.com › board index › main edition support › software & applications
Need help installing corectrl please [SOLVED] - Linux Mint Forums
February 1, 2024 - Hello all, I am trying to get the app corectrl installed on my system. I am at this page: https://gitlab.com/corectrl/corectrl/-/ ...
🌐
openSUSE
software.opensuse.org › package › corectrl
corectrl
GitHub · openQA · Weblate · ... OK Cancel · Control your computer hardware using application profiles CoreCtrl allows control of the CPU and AMD GPUs to set custom profiles for applications....
🌐
GitHub
github.com › void-linux › void-packages › issues › 19192
Package request: corectrl · Issue #19192 · void-linux/void-packages
February 15, 2020 - Corectrl https://gitlab.com/corectrl/corectrl Useful program, please add to the repository.
Author   void-linux
🌐
GamingOnLinux
gamingonlinux.com › 2025 › 05 › corectrl-app-has-entered-maintenance-mode-with-no-new-features-coming
CoreCtrl app has entered maintenance mode with no new features coming | GamingOnLinux
May 26, 2025 - CoreCtrl is such a great tool. Exactly the kind of software that make me feel happy to use linux. Hopefully someone will get into it and continue the project in one form or another. I expect this to be taken over, it is interesting enough. Which would be exactly the course of action that makes me feel happy to use open source. ;) ... In my case use two apps: https://github.com/Umio-Yasuno/amdgpu_top https://i.imgur.com/WEEi8vU.png https://gitlab.com/mission-center-devs/mission-center https://i.imgur.com/rjkpp4u.png both are good in my case (both register iGPU GTT Vram usage), however amdgpu-top have more values :smile: Last edited by mrdeathjr on 26 May 2025 at 12:50 pm UTC
🌐
GitLab
gitlab.com › corectrl
CoreCtrl · GitLab
CoreCtrl · Profile based system control utility · 874 · Created Jun 19, 2019 ·
🌐
GitHub
github.com › qlik-oss › corectl
GitHub - qlik-oss/corectl: corectl is a command line tool to perform reloads, fetch metadata and evaluate expressions in Qlik Core apps. · GitHub
corectl is a command line tool to perform reloads, fetch metadata and evaluate expressions in Qlik Core apps. - qlik-oss/corectl
Starred by 29 users
Forked by 10 users
Languages   Go
🌐
GitHub
github.com › dotnet › coreclr
GitHub - dotnet/coreclr: CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes. · GitHub
January 23, 2023 - CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes. - dotnet/coreclr
Starred by 12.8K users
Forked by 2.6K users