{"id":30181863,"url":"https://github.com/acnasdev/msicontroller","last_synced_at":"2025-08-12T09:19:33.944Z","repository":{"id":306647021,"uuid":"1026168617","full_name":"AcNasDev/MsiController","owner":"AcNasDev","description":"MsiController — a cross-platform application and service for managing MSI laptop features (EC, fan control, backlight, etc.) on Linux. Includes a Qt6-based GUI client, systemd service, D-Bus communication, and a kernel module.","archived":false,"fork":false,"pushed_at":"2025-07-26T18:41:32.000Z","size":299,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-26T22:58:40.169Z","etag":null,"topics":["automation","dbus","device-management","embedded-controller","fan-control","gui","hardware-monitoring","installer","kernel-module","laptop","linux","open-source","qml","qt","qt6","service","system-utility","systemd"],"latest_commit_sha":null,"homepage":"https://acnas.net","language":"QML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AcNasDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-07-25T12:26:59.000Z","updated_at":"2025-07-26T18:41:36.000Z","dependencies_parsed_at":"2025-07-26T22:58:43.776Z","dependency_job_id":"bc4a6868-3c31-433a-9379-97b7c4f51c80","html_url":"https://github.com/AcNasDev/MsiController","commit_stats":null,"previous_names":["acnasdev/msicontroller"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/AcNasDev/MsiController","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcNasDev%2FMsiController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcNasDev%2FMsiController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcNasDev%2FMsiController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcNasDev%2FMsiController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AcNasDev","download_url":"https://codeload.github.com/AcNasDev/MsiController/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcNasDev%2FMsiController/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270034799,"owners_count":24515761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["automation","dbus","device-management","embedded-controller","fan-control","gui","hardware-monitoring","installer","kernel-module","laptop","linux","open-source","qml","qt","qt6","service","system-utility","systemd"],"created_at":"2025-08-12T09:19:32.583Z","updated_at":"2025-08-12T09:19:33.879Z","avatar_url":"https://github.com/AcNasDev.png","language":"QML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitLab CI](https://gitlab.acnas.net/app/msicontroller/badges/main/pipeline.svg)](https://gitlab.acnas.net/app/msicontroller/-/pipelines)\n[![Forgejo CI](https://forgejo.acnas.net/AcNas/msicontroller/actions/workflows/ci.yml/badge.svg?branch=main)](https://forgejo.acnas.net/AcNas/msicontroller/actions/workflows/ci.yml/badge.svg?branch=main)\n\n# MsiController\n\n**MsiController** is a comprehensive project for managing and monitoring MSI devices on Linux. The project consists of several components: a service, a client application, a helper library, and a kernel module.\n\n## Features\n\n- Fan control and monitoring (CPU/GPU)\n- Shift mode switching (Eco, Comfort, Sport, Turbo)\n- Keyboard backlight control (where supported)\n- Super Battery mode (where supported)\n- Mic mute and LED control (where supported)\n- Battery charge threshold management\n- Cooler Boost support\n- Webcam toggle (where supported)\n- System tray integration (client)\n- Modern Qt6/QML graphical interface\n- D-Bus and systemd integration\n- Modular architecture (service, client, kernel module, helper library)\n- Easy installation and uninstallation\n\n## Screenshots\n\n**Main Window**\n\n![Main Window](screenshot/main.png)\n\n**CPU Monitoring**\n\n![CPU Monitoring](screenshot/cpu.png)\n\n## Project Structure\n\n- **src/helper** — helper library (`libhelper.so`) used by both the service and the client.\n- **src/module** — Linux kernel module for interacting with the EC (Embedded Controller).\n- **src/service** — system service (`MsiControlCenterService`) providing an API for device management.\n- **src/client** — graphical Qt/QML client (`MsiControlCenterClient`).\n\n## Build and Installation\n\n### Dependencies\n\n- CMake \u003e= 3.16\n- C++17 compiler (e.g. g++ or clang++)\n- Qt6 (qt6-base-dev, qt6-declarative-dev, qt6-tools-dev, qt6-tools-dev-tools, qt6-charts-dev, qt6-qmltooling-plugins)\n- libdbus-1-dev\n- ninja-build\n- pkg-config\n- linux-headers-$(uname -r) (for building the kernel module)\n- systemd (libsystemd-dev, systemd)\n- git\n- make\n\n\u003e On Debian/Ubuntu, you can install the required packages with:\n\u003e\n\u003e ```sh\n\u003e sudo apt install build-essential cmake ninja-build pkg-config git \\\n\u003e   qt6-base-dev qt6-declarative-dev qt6-tools-dev qt6-tools-dev-tools \\\n\u003e   qt6-charts-dev qt6-qmltooling-plugins \\\n\u003e   libdbus-1-dev libsystemd-dev \\\n\u003e   linux-headers-$(uname -r)\n\u003e ```\n\n### Build\n\n```sh\ngit clone \u003crepo_url\u003e\ncd MsiController\nmkdir build\ncd build\ncmake ..\ncmake --build . -G Ninja\n```\n\n### Installation\n\n```sh\nsudo cmake --install .\n```\n\nThis will install all components to standard directories (`/usr/local/bin`, `/usr/local/lib`, `/lib/modules`, etc.), and will also configure the systemd service and D-Bus.\n\n### Uninstallation\n\n```sh\nsudo cmake --build . --target uninstall\n```\n\n## Usage\n\n- **Service** starts automatically via systemd:  \n  `systemctl status msi-ec-service`\n- **Client** can be launched from the applications menu or with the command:  \n  `MsiControlCenterClient`\n\n## Supported Laptops\n\nBelow is a full list of supported MSI laptop firmware configurations and available features, based on `src/service/settings.ini`:\n\n| Config  | Firmware(s) | Fan | Shift | Keyboard Backlight | Super Battery | Mic Mute |\n|---------|-------------|-----|-------|--------------------|---------------|----------|\n| CONF0   | 14C1EMS1.012, 14C1EMS1.101, 14C1EMS1.102 | ✔ | ✔ | ✔ |  | ✔ |\n| CONF1   | 17F2EMS1.103, 17F2EMS1.104, 17F2EMS1.106, 17F2EMS1.107 | ✔ | ✔ | ✔ |  | ✔ |\n| CONF2   | 1552EMS1.115, 1552EMS1.118, 1552EMS1.119, 1552EMS1.120 | ✔ | ✔ | ✔ | ✔ | ✔ |\n| CONF3   | 1592EMS1.111 | ✔ | ✔ | ✔ | ✔ | ✔ |\n| CONF4   | 16V4EMS1.114, 16V4EMS1.115 | ✔ | ✔ |  |  |  |\n| CONF5   | 158LEMS1.103, 158LEMS1.105, 158LEMS1.106 | ✔ | ✔ |  |  | ✔ |\n| CONF6   | 1542EMS1.102, 1542EMS1.104 | ✔ | ✔ |  | ✔ |  |\n| CONF7   | 17FKEMS1.108, 17FKEMS1.109, 17FKEMS1.10A | ✔ | ✔ | ✔ |  |  |\n| CONF8   | 14F1EMS1.114, 14F1EMS1.115, 14F1EMS1.116, 14F1EMS1.117, 14F1EMS1.118, 14F1EMS1.119, 14F1EMS1.120 | ✔ | ✔ | ✔ | ✔ |  |\n| CONF9   | 14JKEMS1.104, 14JKEMS1.300 | ✔ | ✔ | ✔ |  | ✔ |\n| CONF10  | 1582EMS1.107 | ✔ | ✔ | ✔ | ✔ | ✔ |\n| CONF11  | 16S6EMS1.111 | ✔ | ✔ | ✔ | ✔ | ✔ |\n| CONF12  | 16R6EMS1.104, 16R6EMS1.106, 16R6EMS1.107 | ✔ | ✔ | ✔ |  |  |\n| CONF13  | 1594EMS1.109 | ✔ | ✔ | ✔ |  | ✔ |\n| CONF14  | 17L2EMS1.108 | ✔ | ✔ | ✔ |  | ✔ |\n| CONF15  | 15CKEMS1.108 | ✔ | ✔ | ✔ |  | ✔ |\n| CONF16  | 155LEMS1.105, 155LEMS1.106 | ✔ | ✔ | ✔ |  | ✔ |\n| CONF17  | 15K1IMS1.110, 15K1IMS1.111, 15K1IMS1.112, 15K1IMS1.113 | ✔ | ✔ | ✔ | ✔ | ✔ |\n| CONF18  | 15HKEMS1.104 | ✔ | ✔ | ✔ |  | ✔ |\n| CONF19  | 1543EMS1.113, 17K3EMS1.115 | ✔ | ✔ |  | ✔ |  |\n| CONF20  | 1581EMS1.107 | ✔ | ✔ | ✔ | ✔ | ✔ |\n| CONF21  | 16R3EMS1.100, 16R3EMS1.102, 16R3EMS1.104, 16R4EMS2.102 | ✔ | ✔ | ✔ |  |  |\n| CONF22  | 17LLEMS1.106 | ✔ | ✔ |  |  | ✔ |\n| CONF23  | 16WKEMS1.105 | ✔ | ✔ | ✔ |  |  |\n| CONF24  | 14D1EMS1.103 | ✔ | ✔ | ✔ |  | ✔ |\n| CONF25  | 14F1EMS1.207, 14F1EMS1.209, 14F1EMS1.211 | ✔ | ✔ | ✔ | ✔ | ✔ |\n| CONF26  | 14DLEMS1.105 | ✔ | ✔ | ✔ |  | ✔ |\n| CONF27  | 17S2IMS1.113 | ✔ | ✔ |  | ✔ | ✔ |\n| CONF28  | 1822EMS1.105, 1822EMS1.109, 1822EMS1.111, 1822EMS1.112, 1822EMS1.114, 1822EMS1.115 | ✔ | ✔ |  | ✔ | ✔ |\n| CONF29  | 16V5EMS1.107 | ✔ | ✔ |  | ✔ |  |\n| CONF30  | 17Q2IMS1.107, 17Q2IMS1.10D | ✔ | ✔ | ✔ |  |  |\n| CONF31  | 16Q4EMS1.110 | ✔ | ✔ |  |  |  |\n| CONF32  | 158PIMS1.207, 158PIMS1.112, 158PIMS1.114 | ✔ | ✔ | ✔ |  | ✔ |\n| CONF33  | 17N1EMS1.109 | ✔ | ✔ |  | ✔ | ✔ |\n| CONF34  | 14C6EMS1.109 | ✔ | ✔ | ✔ | ✔ | ✔ |\n| CONF35  | 15M2IMS1.113 | ✔ | ✔ |  | ✔ | ✔ |\n| CONF36  | 1585EMS1.112, 1585EMS1.115 | ✔ | ✔ |  | ✔ | ✔ |\n| CONF37  | 15M1IMS1.113 | ✔ | ✔ | ✔ | ✔ | ✔ |\n| CONF38  | 17E8IMS1.106, 17E8EMS1.101 | ✔ | ✔ | ✔ |  |  |\n| CONF39  | 16R8IMS1.108, 16R8IMS1.111, 16R8IMS1.117 | ✔ | ✔ | ✔ | ✔ |  |\n| CONF40  | 17S1IMS1.105 | ✔ | ✔ |  | ✔ | ✔ |\n| CONF41  | 15M1IMS2.111 | ✔ | ✔ |  |  | ✔ |\n| CONF42  | 14L1EMS1.307, 14L1EMS1.308 | ✔ | ✔ | ✔ | ✔ | ✔ |\n| CONF43  | 14DKEMS1.104, 14DKEMS1.105 | ✔ | ✔ | ✔ |  | ✔ |\n| CONF44  | 17LNIMS1.505 | ✔ | ✔ |  | ✔ | ✔ |\n| CONF45  | 1545IMS1.109 | ✔ | ✔ |  | ✔ |  |\n| CONF46  | 16W1EMS1.102, 16W1EMS1.103, 16W1EMS1.104, 16W1EMS2.103, 16W2EMS1.101 | ✔ | ✔ | ✔ |  |  |\n| CONF47  | 17KKIMS1.108, 17KKIMS1.109, 17KKIMS1.114 | ✔ | ✔ |  |  |  |\n| CONF48  | 158NIMS1.10D, 158NIMS1.30C | ✔ | ✔ | ✔ |  | ✔ |\n| CONF49  | 16R4EMS1.101, 16R4EMS1.102, 16R5EMS1.102 | ✔ | ✔ | ✔ |  |  |\n| CONF50  | 1584EMS1.112 | ✔ | ✔ | ✔ | ✔ | ✔ |\n| CONF51  | 158MEMS1.101, 158KEMS1.104, 158KEMS1.106, 158KEMS1.109 | ✔ | ✔ | ✔ |  | ✔ |\n| CONF52  | 16V1EMS1.109, 16V1EMS1.116, 16V1EMS1.118, 16V3EMS1.106 | ✔ | ✔ |  |  |  |\n| CONF53  | 159KIMS1.108 | ✔ | ✔ | ✔ |  | ✔ |\n| CONF54  | 16R8IMS2.112 | ✔ | ✔ | ✔ | ✔ |  |\n| CONF55  | 17G1EMS1.107 | ✔ | ✔ |  |  |  |\n\n*For details and updates, see `src/service/settings.ini`.*\n\n## Contact / Support\n\n- Email: mikhail@acnas.net  \n- Telegram: [@AcNasRu](https://t.me/AcNasRu)\n- LinkedIn: [Mikhail Bulatov](https://www.linkedin.com/in/mikhail-bulatov-13277a253/)\n\n## Acknowledgements\n\nSpecial thanks to [BeardOverflow/msi-ec](https://github.com/BeardOverflow/msi-ec) for inspiration.\n\n## License\n\nThis project is licensed under the MIT License.\n\n**Note:** This project uses the Qt framework, which is licensed under the GNU Lesser General Public License (LGPL) version 3.  \nSee [https://www.qt.io/licensing](https://www.qt.io/licensing) and the `LICENSE.LGPL3` file for details.\n\n```\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facnasdev%2Fmsicontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facnasdev%2Fmsicontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facnasdev%2Fmsicontroller/lists"}