TinyNvidiaUpdateChecker icon indicating copy to clipboard operation
TinyNvidiaUpdateChecker copied to clipboard

Windows tool to check for NVIDIA GPU driver updates

Image preview

TinyNvidiaUpdateChecker

TinyNvidiaUpdateChecker (TNUC for short) is a lightweight application that checks for NVIDIA GPU drivers, written in C-sharp (C#) for Windows. When executed it will check for new driver updates. You can customize TNUC making it execute when logging in your computer, and have it only pop up if there's a new driver available.

It supports extracting drivers to only install the required driver files, which is useful since the default driver installer installs a bunch of bloatware on your computer that you don't need.

Visit the Wiki page for detailed information about the application

Update

Thanks to everyone making TNUC popular by staring the project here on GitHub and all the people writing articles about it! Many years ago I started this hobby project to automate checking driver updates, I know the codebase isn't proper and I've learned a lot since then. Even today there's nearly a hundred views on this page daily, which is huge for me, so thanks <3

Download

Go to the releases page for all downloads

Forkers

HTML Agility Pack will automatically install when attempting to debug the project (make sure you're running the latest version of VS2017), or you may manually install it by doing the following: Open up your Package Manager Console and type in Install-Package HtmlAgilityPack.

Requirements

  • Windows 10, 8.x or 7
  • .NET framework 4.6.1
  • HtmlAgilityPack.dll in same folder as the executable (automatic download from v1.8.0 and up)
  • Stable internet connection
  • (optional) WinRAR or 7-Zip

Alternatives

Legal

License

TinyNvidiaUpdateChecker - Check for NVIDIA GPU driver updates!

Copyright (C) 2016-present Hawaii_Beach

This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.

This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details.

You should have received a copy Of the GNU General Public License along with this program. If Not, see http://www.gnu.org/licenses/.

Project icon

Project icon by Maddoc42 is licensed under CC BY-NC 3.0

HTML Agility Pack

HTML Agility Pack by zzzprojects is licensed under the MIT license

ASCII-alike Progress Bar

ASCII-alike Progress Bar by DanielSWolf is licensed under the MIT license