{"id":23451735,"url":"https://github.com/krutonium/betterfancontroller","last_synced_at":"2025-07-30T13:33:19.638Z","repository":{"id":81790023,"uuid":"301949208","full_name":"Krutonium/BetterFanController","owner":"Krutonium","description":"This is a C# application that manages the fan speed on AMD GPU's on Linux, with the goal of staying within a target temperaure range.","archived":false,"fork":false,"pushed_at":"2024-12-06T13:07:23.000Z","size":55,"stargazers_count":2,"open_issues_count":5,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-11T21:10:05.224Z","etag":null,"topics":["amdgpu","csharp","hacktoberfest","hacktoberfest2020","help-wanted","linux"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Krutonium.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":"2020-10-07T06:41:50.000Z","updated_at":"2024-12-06T13:07:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"84f330f1-22de-4101-9aff-2408bec911d6","html_url":"https://github.com/Krutonium/BetterFanController","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Krutonium/BetterFanController","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krutonium%2FBetterFanController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krutonium%2FBetterFanController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krutonium%2FBetterFanController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krutonium%2FBetterFanController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Krutonium","download_url":"https://codeload.github.com/Krutonium/BetterFanController/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krutonium%2FBetterFanController/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267875623,"owners_count":24158781,"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-07-30T02:00:09.044Z","response_time":70,"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":["amdgpu","csharp","hacktoberfest","hacktoberfest2020","help-wanted","linux"],"created_at":"2024-12-24T00:42:41.980Z","updated_at":"2025-07-30T13:33:19.602Z","avatar_url":"https://github.com/Krutonium.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Better Fan Controller\n\n## Project Goals:\n- Control Multiple GPUs Fans ✔️\n- Make it configurable ✔️\n- Support Other Vendors ❌\n- More Crash Resistant ❌\n- Average GPU Temps for smoother changes ️✔️\n- Be able to identify the GPU's in question by name ✔️\n- Create Systemd service ✔️\n- Refactor for Cleanlyness ❌\n- Enable configuring Maximum Power Draw ✔️\n- Dogfood! ✔️\n- Be a Hacktoberfest Project! ✔️\n\n✔️ = Complete\n❌ = Incomplete\n\nWant to chat? Join the [Discord](https://discord.gg/5g5cH2a)! \n\n## Installing as a Systemd Service:\n\nFollow these steps to install and run the app as a Systemd service on Ubuntu 20.04 (these may vary for your distro):\n\n- Publish the application as single file app by running\n```shell\ndotnet publish -r linux-x64 -p:PublishSingleFile=true --self-contained false\n```\n\n- Copy the published app to `/usr/sbin`\n```shell\nsudo cp bin/Debug/netcoreapp3.1/linux-x64/publish/BetterFanController\n /usr/sbin/\n```\n\n- Copy the `betterfancontroller.service` file from the repo to `/etc/systemd/system`\n```shell\n sudo cp betterfancontroller.service /etc/systemd/system\n```\n\n- Reload systemd with\n```shell\nsudo systemctl daemon-reload\n```\n\n- Start the service with\n```shell\nsudo systemctl start betterfancontroller\n```\n\n- View service status with\n```shell\nsudo systemctl status betterfancontroller\n```\n\n- Stop the service with\n```shell\nsudo systemctl stop betterfancontroller\n```\n\n- View service logs with\n```shell\nsudo journalctl -u betterfancontroller\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrutonium%2Fbetterfancontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrutonium%2Fbetterfancontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrutonium%2Fbetterfancontroller/lists"}