LightCrosshair PrimeBuild
winget install --id=PrimeBuild.LightCrosshair -e LightCrosshair provides an on-screen crosshair overlay with FPS monitoring, frame timing, GPU driver integration, and extensive customization options.
winget install --id=PrimeBuild.LightCrosshair -e LightCrosshair provides an on-screen crosshair overlay with FPS monitoring, frame timing, GPU driver integration, and extensive customization options.
A lightweight, customizable crosshair overlay for competitive gaming on Windows.
Download ⢠Documentation ⢠Report a bug ⢠Request a feature ⢠Support
LightCrosshair is a lightweight crosshair overlay for Windows 10/11, designed for players who want a simple, customizable, and non-invasive overlay for borderless or windowed games.
It focuses on the essentials: a visible crosshair, profile-based configuration, quick hotkeys, optional performance information, and a design that avoids game injection or hook-based backends.
| Crosshair overlay | Settings window | Profiles |
|---|---|---|
assets/screenshots/overlay.png | assets/screenshots/settings.png | assets/screenshots/profiles.png |
Suggested folder structure:
assets/
āāā screenshots/
āāā overlay.png
āāā settings.png
āāā profiles.png
asInvoker.Download the latest version from the GitHub Releases page.
You can install LightCrosshair from the Windows Package Manager with:
winget install --id PrimeBuild.LightCrosshair --exact
If the package is not found immediately after a new release, update your WinGet sources and try again:
winget source update
winget install --id PrimeBuild.LightCrosshair --exact
LightCrosshair-Setup-1.7.0.exeLightCrosshair-v1.7.0-x64.zipLightCrosshair-v1.7.0-ARM64.zipLightCrosshair.exe.Alt + L or by clicking the tray icon.Alt + L or from the tray icon.| Hotkey | Action |
|---|---|
Alt + X | Toggle crosshair visibility |
Alt + C | Next profile |
Alt + V | Previous profile |
Alt + L | Toggle Settings window |
git clone https://github.com/PrimeBuild-pc/LightCrosshair.git
cd LightCrosshair
dotnet restore
dotnet build LightCrosshair.sln --configuration Release
dotnet test LightCrosshair.sln
Publish framework-dependent output:
dotnet publish LightCrosshair/LightCrosshair.csproj --configuration Release --runtime win-x64 --self-contained false /p:PublishSingleFile=true /p:PublishReadyToRun=true /p:PublishTrimmed=false
Bug reports, focused feature requests, documentation improvements, and tested pull requests are welcome.
Before opening a pull request, please run:
dotnet build LightCrosshair.sln
dotnet test LightCrosshair.sln
Recommended development setup:
This project is licensed under the MIT License. See LICENSE.