A free and open-source Windows process control center for deterministic CPU, priority, memory, and power-plan workflows.
Install β’ Features β’ Screenshots β’ Build β’ Support
ThreadPilot is a modern Windows process control center for users who want predictable control over process behavior, CPU affinity, CPU Sets, priority, memory priority, power plans, and saved process rules.
It is designed as an open-source alternative for power users who need Process Lasso-style capabilities, automation support, system tray controls, and a Windows 11-first experience. ThreadPilot is not a performance overlay: its primary job is applying explicit process controls safely and making the result visible.
- Live process management with refresh, filtering, context-menu actions, and a selected-process summary.
- Topology-aware CPU affinity through
CpuSelection, including CPU Sets support, processor groups, and safe handling for systems with more than 64 logical processors. - Safer CPU indexing in new affinity paths: CPU64 no longer aliases CPU0.
- Intel hybrid CPU handling through Windows topology and
EfficiencyClass, not hardcoded SKU lists. - AMD CCD/L3-aware preset generation, also topology-driven instead of hardcoded SKU lists.
- Default gaming-oriented CPU presets for common foreground-game workflows.
- CPU priority controls with guardrails: High priority warning and Realtime priority blocked.
- Process memory priority support.
- Persistent process rules with explicit Apply now and Save as rule flows.
- Apply saved rules automatically when matching processes start while ThreadPilot is running.
- Rule-based automation for power plan switching when selected processes start or stop.
- Optional Diagnostics view, hidden by default, plus tray controls and dashboard views.
- Administrator-aware Windows desktop workflow.
- CI-backed build validation and package-manager distribution.
- Windows 11 native visual refresh with neutral Fluent surfaces and refined card-based layouts.
ThreadPilot is available on WinGet as PrimeBuild.ThreadPilot.
From Command Prompt or PowerShell:
winget install --id PrimeBuild.ThreadPilot -eTo refresh your local WinGet source first:
winget source update
winget search ThreadPilot| Package | Recommended use |
|---|---|
ThreadPilot_v<version>_Setup.exe |
Standard Windows installer for most users |
ThreadPilot_v<version>_singlefile_win-x64.zip |
Portable/no-install deployment |
Optional checksum verification:
Get-FileHash .\ThreadPilot_v<version>_Setup.exe -Algorithm SHA256
Get-FileHash .\ThreadPilot_v<version>_singlefile_win-x64.zip -Algorithm SHA256Compare the result with SHA256SUMS.txt from the same release.
- Windows 11, build 22000 or newer.
- Administrator privileges to launch and manage system-level process settings.
- .NET 8 SDK only if you want to build from source.
ThreadPilot uses an administrator-required manifest and requests elevation at startup. If UAC elevation is declined, the application exits instead of continuing in a limited mode.
Persistent process rules are runtime-based. Apply at process start works only while ThreadPilot is running; it does not install a Windows Service, write registry or IFEO persistence, or use installer privilege tricks.
ThreadPilot does not bypass anti-cheat or protected-process restrictions. Running as administrator may help with normal access-denied cases, but it does not override protected-process or anti-cheat enforcement.
Useful startup arguments:
--start-minimized
--autostart
--test
--smoke-test
In Power Plans > Custom Power Plans, use Add .pow File to import custom power plans directly from the app.
git clone https://github.com/PrimeBuild-pc/ThreadPilot.git
cd ThreadPilot
dotnet restore ThreadPilot_1.sln
dotnet build ThreadPilot_1.sln --configuration Release
dotnet run --project ThreadPilot.csproj --configuration ReleaseRun integrated runtime tests:
dotnet run --project ThreadPilot.csproj --configuration Release -- --testPublish a self-contained Windows build:
dotnet publish ThreadPilot.csproj --configuration Release --runtime win-x64 --self-contained trueBuild release artifacts with the project script:
./build/build-release.ps1- CI validates build, formatting, analyzers, vulnerability checks, and secret scanning.
- Security disclosures are handled through private GitHub advisories. See
docs/SECURITY.md. - Change history is tracked in
docs/CHANGELOG.md. - Coverage focuses on business/application code and excludes generated build artifacts.
docs/README.mddocs/CONTRIBUTING.mddocs/CODE_OF_CONDUCT.mddocs/RELEASE_SIGNING.mddocs/release/PACKAGING.mddocs/reference/ARCHITECTURE_GUIDE.mddocs/reference/DEVELOPER_GUIDE.mddocs/reference/API_REFERENCE.mddocs/reference/PROJECT_STRUCTURE.mddocs/reference/UI_STYLE_GUIDE.md
- Expand unit and integration coverage for core services.
- Continue async reliability refactoring for long-running monitoring paths.
- Improve accessibility and localization readiness across major views.
- Formalize release signing and distribution hardening.
Contributions are welcome. Before opening a pull request, please read docs/CONTRIBUTING.md and docs/CODE_OF_CONDUCT.md.
For bugs, feature requests, or packaging issues, open a GitHub issue with reproduction steps and your Windows version.
ThreadPilot is licensed under the GNU Affero General Public License v3.0. See LICENSE.