Showing 56 open source projects for "cpu fan speed control"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Fan Control

    Fan Control

    Highly customizable fan controlling software for Windows

    Fan Control is a Windows utility designed to give users fine-grained, customizable control over system fans (CPU, GPU, case, etc.) based on temperature and sensor inputs. Rather than relying solely on BIOS fan curves, it allows dynamic adjustment of fan behaviour at the operating-system level — letting you react to real-time load, mix multiple sensors (CPU, GPU, motherboard, drives, etc.), and define custom fan-speed curves for different situations. ...
    Downloads: 213 This Week
    Last Update:
    See Project
  • 2
    Macs Fan Control

    Macs Fan Control

    Control fans on Apple computers

    Macs Fan Control is an open-source repository supporting the development of Macs Fan Control, a powerful macOS utility that gives users granular control over the thermal behavior of Apple computers. While the GitHub repo primarily tracks issues, feature requests, and localization files for the application, the utility itself allows real-time monitoring and control of fan speeds based on temperature sensors, helping users balance cooling performance and acoustics. It supports a wide range of...
    Downloads: 31 This Week
    Last Update:
    See Project
  • 3
    Stats

    Stats

    macOS system monitor in your menu bar

    Stats currently supported on macOS 10.13 (High Sierra) and higher. Stats is an application that allows you to monitor your macOS system. CPU utilization, GPU utilization, memory usage, disk utilization, sensors information (Temperature/Voltage/Power), battery level, network usage, fans speed, fan control, and Bluetooth devices. Supports many languages, such as English, Polski, Українська, Русский, and many more. You can help by adding a new language or improve existing translation.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    FanCtrl

    FanCtrl

    FanCtrl allows you to automatically control the fan speed

    FanCtrl is a Windows desktop utility focused on automatically controlling PC fan speeds using temperature sensors and customizable fan curves, so your cooling behavior matches how you actually use your system. It combines monitoring and control in one place, letting you view temperatures, fan RPM, and control percentages while you tune how aggressively each fan responds. The project supports a range of control backends and integrations, including motherboard fan headers and several popular...
    Downloads: 15 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    Lenovo Legion Linux Support

    Lenovo Legion Linux Support

    Driver and tools for controlling Lenovo Legion laptops in Linux

    Lenovo Legion Linux (LLL) brings additional drivers and tools for Lenovo Legion series laptops to Linux. It is the alternative to Lenovo Vantage or Legion Zone (both Windows only). It allows you to control features like the fan curve, power mode, power limits, rapid charging, and more. This has been achieved through reverse engineering and disassembling the ACPI firmware, as well as the firmware and memory of the embedded controller (EC).
    Downloads: 34 This Week
    Last Update:
    See Project
  • 6
    Argus Fan Monitor

    Argus Fan Monitor

    Control fan speed and monitor the temperature of system components.

    Argus Monitor is a powerful fan-control and system-monitoring tool that gives you complete control over cooling behavior across your entire PC. It allows you to manage CPU, GPU, motherboard, and AIO fans using fixed values or advanced temperature-based control curves sourced from any sensor in your system. With multi-controller support, fan profiles, hysteresis, and temperature averaging, Argus Monitor offers smooth, precise fan adjustments with minimal noise fluctuation. ...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 7
    Steam Deck Tools

    Steam Deck Tools

    Fan, Overlay, Power Control and Steam Controller for Windows

    Steam Deck Tools is a community-driven collection of utilities designed to enhance the experience of running Windows on the Valve Steam Deck. Hosted on GitHub and written primarily in C#, this suite bundles multiple practical tools into a single package, including fan control, performance overlay, power (TDP and refresh rate) adjustment, and Steam Controller support. The tools aim to fill functionality gaps when running Windows on a device originally optimized for SteamOS, such as adjusting...
    Downloads: 47 This Week
    Last Update:
    See Project
  • 8
    Shumai

    Shumai

    Fast Differentiable Tensor Library in JavaScript & TypeScript with Bun

    Shumai is an experimental differentiable tensor library for TypeScript and JavaScript, developed by Facebook Research. It provides a high-performance framework for numerical computing and machine learning within modern JavaScript runtimes. Built on Bun and Flashlight, with ArrayFire as its numerical backend, Shumai brings GPU-accelerated tensor operations, automatic differentiation, and scientific computing tools directly to JavaScript developers. It allows seamless integration of machine...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    GPU Hot

    GPU Hot

    Real-time NVIDIA GPU dashboard

    GPU Hot is an open-source, lightweight monitoring dashboard designed to provide real-time visibility into NVIDIA GPU performance across single machines or entire clusters. The project offers a self-hosted web interface that streams hardware metrics directly from GPU servers, enabling developers, ML engineers, and system administrators to observe GPU utilization and system behavior in real time through a browser. The dashboard collects and displays a wide range of performance metrics...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    MNN

    MNN

    MNN is a blazing fast, lightweight deep learning framework

    MNN is a highly efficient and lightweight deep learning framework. It supports inference and training of deep learning models, and has industry leading performance for inference and training on-device. At present, MNN has been integrated in more than 20 apps of Alibaba Inc, such as Taobao, Tmall, Youku, Dingtalk, Xianyu and etc., covering more than 70 usage scenarios such as live broadcast, short video capture, search recommendation, product searching by image, interactive marketing, equity...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    Binaryen

    Binaryen

    Compiler infrastructure and toolchain library for WebAssembly

    ...It aims to make compiling to WebAssembly easy, fast, and effective. Binaryen has a simple C API in a single header, and can also be used from JavaScript. It accepts input in WebAssembly-like form but also accepts a general control flow graph for compilers that prefer that. Binaryen's internal IR uses compact data structures and is designed for completely parallel codegen and optimization, using all available CPU cores. Binaryen's IR also compiles down to WebAssembly extremely easily and quickly because it is essentially a subset of WebAssembly. Binaryen's optimizer has many passes (see an overview later down) that can improve code size and speed. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    VibeVoice ComfyUI

    VibeVoice ComfyUI

    ComfyUI integration for Microsoft's VibeVoice text-to-speech model

    VibeVoice ComfyUI is a comprehensive wrapper that integrates Microsoft’s VibeVoice text-to-speech models directly into ComfyUI workflows. It exposes VibeVoice as a set of custom nodes so you can build single-speaker and multi-speaker voice generation pipelines visually, combining TTS with other audio or generative components. The integration supports high-quality single-speaker synthesis as well as scripted multi-speaker conversations, with optional voice cloning from audio samples for each...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13
    MSI Afterburner

    MSI Afterburner

    MSI Afterburner: Overclock, monitor, and optimize your GPU.

    MSI Afterburner is the world's most recognized and widely used graphics card overclocking utility. It provides a comprehensive suite of tools for gamers and PC enthusiasts to enhance their graphics card's performance and monitor its health. With MSI Afterburner, users can overclock their GPU to achieve higher frame rates in games, undervolt to reduce power consumption and heat, and customize fan curves for optimal cooling. The software also includes an on-screen display (OSD) feature that...
    Downloads: 116 This Week
    Last Update:
    See Project
  • 14
    lm-sensors

    lm-sensors

    lm-sensors repository

    lm-sensors is the canonical Linux project for reading motherboard and peripheral hardware sensors—temperatures, fan speeds, voltages—and exposing them to userspace. It ships a probing utility (sensors-detect) that identifies I²C/SMBus chips and kernel drivers, then a runtime tool (sensors) that prints human-readable readings for quick diagnostics. The companion library, libsensors, gives applications a stable API to query sensor values, enabling desktop applets, monitoring daemons, and...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    LCD Smartie displays information on your LCD/VFD. It supports LCDs with a Hitachi HD44780 Controller via parallel port & Matrix Orbital and Crystalfontz serial/USB LCD/VFDs. Info includes: CPU temps, fan speed, the BBC World News, Stocks indexes etc.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 16
    VoiceCommander Multilingual Offline

    VoiceCommander Multilingual Offline

    Offline multilingual voice control for Windows. Fast, private, local.

    Return any reviews or problem to : ducktheapp@gmail.com VoiceCommander Multilingual Offline is a local voice command system for Windows, focused on speed, privacy, and simplicity. It runs entirely on your PC with no cloud services, no external APIs, and no internet connection. All voice recognition and commands are processed locally, ensuring full control of your data. The software allows you to control your computer using voice commands in multiple languages, including launching applications, managing system functions, and interacting with Windows. ...
    Downloads: 59 This Week
    Last Update:
    See Project
  • 17
    VoiceCommander 2.0 Multilingual Offline

    VoiceCommander 2.0 Multilingual Offline

    2.0 Offline multilingual voice control for Windows. Fast, private

    ...Features: - 100% offline (no cloud, no data sharing) - Multilingual voice commands - Control apps, browser, and system - OCR + text-to-speech screen reading - Portable (no installation) - No registry changes NVIDIA GPU recommended (GTX 1060+). CPU mode supported (slower). For any other information please contact : Ducktheapp
    Downloads: 55 This Week
    Last Update:
    See Project
  • 18
    Razer Synapse 4

    Razer Synapse 4

    Customize and control all your Razer devices

    Customize and control all your Razer devices from one powerful platform. Whether you’re remapping buttons, creating macros, or fine-tuning performance settings, Synapse provides every tool you need to personalize your gear to your playstyle.
    Downloads: 163 This Week
    Last Update:
    See Project
  • 19
    Sharp MZ-800 Emulator

    Sharp MZ-800 Emulator

    Emulator of the 8-bit computers Sharp MZ-800 / MZ-700 / MZ-1500

    ...Snapshot system for saving/loading complete emulator state (.mzs archives). Virtual keyboard, autotype, joystick support, variable speed control. GUI localized into 10 languages. Alternative ROM sets (JSS, WILLY) included. Software and games repository: MZF files: https://original.sharpmz.org/ DSK images: http://mz-800.com/
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 20
    MEmu Emulator

    MEmu Emulator

    Powerful Android emulator optimized for gaming with high performance

    MEmu Play is a high-performance Android emulator designed specifically for Windows PC gaming. Run mobile games and apps seamlessly on your computer with superior speed and graphics. Features multi-instance support for running multiple accounts simultaneously, customizable keyboard mapping, and excellent compatibility with popular games like PUBG Mobile, Free Fire, and Genshin Impact. Optimized for both AMD and Intel processors with advanced virtualization technology. Supports Android 5.1,...
    Downloads: 86 This Week
    Last Update:
    See Project
  • 21
    ProClick Auto Clicker

    ProClick Auto Clicker

    Advanced auto clicker for fast, precise, and efficient clicking

    Pro Auto Clicker is a highly efficient and customizable automation tool designed to handle repetitive clicking tasks with speed and precision. Whether you're a gamer, software tester, or simply need to automate tasks like data entry, this tool offers a variety of features to suit your needs. With adjustable click rates, customizable intervals, and easy-to-use hotkey support, Pro Auto Clicker ensures you can automate with ease. It can handle long, repetitive tasks without fatigue,...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 22
    FurMark

    FurMark

    GPU stress test OpenGL and Vulkan graphics benchmark Windows/Linux

    FurMark is an intensive benchmarking tool designed to evaluate the performance of graphics cards using fur rendering algorithms. This tool is particularly effective in generating high workloads that can significantly increase the temperature of the GPU, making it a useful utility for testing the stability and stress tolerance of graphics cards. By simulating demanding rendering tasks, FurMark serves as a comprehensive test for assessing the robustness and thermal performance of GPUs under...
    Downloads: 295 This Week
    Last Update:
    See Project
  • 23
    Free Fps. Video FPS Converter

    Free Fps. Video FPS Converter

    Desktop app to change a video FPS

    Free FPS is an open‑source desktop app and scripts to change a video file frame rate (FPS) using FFmpeg. Unlike video editors, it does not add effects or alter content - it only adjusts playback speed and, if needed, re-encodes audio as well. Useful if you work with multiple videos shot at different frame rates that cannot be combined or edited without interpolation or frame loss. Also doubles as a fast video compressor: keep the original FPS and raise compression (e.g., higher CRF or...
    Leader badge
    Downloads: 39 This Week
    Last Update:
    See Project
  • 24

    Thunderbird Cleaner

    Thunderbird Cleaner: Your System’s Junk and Registry Specialist

    Thunderbird Cleaner v2.3 is a high-performance system optimization suite designed to revitalize your Windows experience. Engineered for speed and security, it provides a comprehensive solution to the common slowdowns caused by digital clutter. At its core, the Smart Cleaner engine performs deep-tissue scans across your OS, targeting redundant system logs, temporary files, and hidden browser caches from Google Chrome, Edge, Firefox, Brave, and Opera. Beyond simple deletion, Thunderbird features a dedicated Performance Dashboard that offers real-time monitoring of CPU and RAM health. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25
    RapidTap
    RapidTap Auto Clicker is the ultimate cheat code for anyone who’s done with nonstop clicking and finger fatigue. This slick tool automates your clicks super fast and precise, perfect for leveling up in games, speeding through repetitive tasks, or testing apps without the hassle. Just set your click speed, target location, and boom — let RapidTap handle the grind while you chill. Its easy-to-use interface and hella customizable settings let you control every detail. Wanna click slow and...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB