Skip to content

SwisserDev/OpenTweak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTweak

C# .NET Windows License Build Release Downloads

See exactly what "FPS boosters" actually do to your system.

Commercial optimization tools charge $30-60 for simple Windows tweaks. OpenTweak does the same things - completely transparent, showing you exactly what each tweak does and whether it actually helps.

Screenshot

OpenTweak Screenshot

Download

⬇️ Download Latest Release

Requirements:

  • Windows 10 or 11
  • Run as Administrator (required for registry/service changes)

Features

Every tweak shows what it actually does, with honest effectiveness ratings.

Tweak Category Impact What It Does
Timer Resolution System ✅ Effective Sets Windows timer to 0.5ms
Mouse Acceleration Fix Input ✅ Effective Removes acceleration for 1:1 input
FiveM Cache Cleaner Cleanup ✅ Effective Clears cache, crashes, logs
Shader Cache Cleaner Cleanup ✅ Effective Clears GPU shader caches
VBS Disable Security ✅ Effective Disables Virtualization-Based Security
Power Throttling Power ✅ Effective Disables CPU power throttling
Ultimate Performance Power ⚠️ Minimal Hidden high-performance power plan
Game DVR Disable Windows ⚠️ Minimal Disables Xbox Game Bar
GPU Priority GPU ⚠️ Minimal Forces dedicated GPU for GTA V
HAGS GPU ⚠️ Minimal Hardware Accelerated GPU Scheduling
Windowed Optimizations GPU ⚠️ Minimal Disables DWM optimizations for games
FSO Disable System ⚠️ Minimal Disables Fullscreen Optimizations
System Responsiveness System ⚠️ Minimal Prioritizes foreground applications
Game Priority CPU ⚠️ Minimal Sets game process priority in registry
Startup Delay System ⚠️ Minimal Removes Windows startup delay
Visual Effects System ⚠️ Minimal Disables animations and effects
Service Manager System ⚠️ Minimal Disables unnecessary Windows services
Debloater System ⚠️ Minimal Disables telemetry services
RAM Cleaner Memory ⚠️ Minimal Clears standby memory
TCP Optimizer Network ❌ Placebo Disables Nagle's Algorithm
CPU Unparking CPU ❌ Placebo Prevents core parking
Network Throttling Network ❌ Placebo Changes throttling index
Priority Boost CPU ❌ Placebo Modifies process scheduling

Legend: ✅ Actually helps | ⚠️ Situational | ❌ Marketing nonsense

Full documentation for all tweaks

The Truth About "FPS Boosters"

What They Claim Reality
"Doubles your FPS" These tweaks give 0-5% at best
"0.5ms input lag reduction" Timer resolution ≠ input latency
"Syncs with server tick rate" Client can't control server timing
"Optimizes network for gaming" Games use UDP, TCP tweaks don't help
"100% VAC safe" FiveM doesn't use VAC anyway

The actual factors for FiveM performance:

  • Server quality (scripts, player count)
  • Your internet connection
  • Hardware specs
  • Nothing you can fix with registry edits

Build from Source

# Clone
git clone https://github.com/SwisserDev/OpenTweak.git
cd OpenTweak

# Build
dotnet build src/OpenTweak/OpenTweak.csproj -c Release

# Or publish single-file exe
dotnet publish src/OpenTweak/OpenTweak.csproj -c Release -o publish

Output: publish/OpenTweak.exe

SmartScreen Warning

The exe isn't code-signed, so Windows SmartScreen may warn you. This is normal for open-source software. Options:

  1. Click "More info" → "Run anyway"
  2. Build from source yourself

Project Structure

OpenTweak/
├── src/OpenTweak/
│   ├── Services/           # Individual tweak implementations
│   ├── ViewModels/         # MVVM view models
│   ├── Models/             # Data models
│   ├── Helpers/            # Registry, process utilities
│   └── Resources/          # WPF styles and themes
├── docs/tweaks/            # Detailed tweak documentation
└── .github/workflows/      # CI/CD pipelines

Contributing

Found a tweak that should be exposed? PRs welcome.

Guidelines:

  • Each tweak needs honest effectiveness rating
  • Include technical details (registry keys, commands)
  • Explain what it actually does vs. what sellers claim

License

MIT - Do whatever you want with this code.


OpenTweak - Because you shouldn't pay $30 for registry edits.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages