{"id":28205879,"url":"https://github.com/aetopia/nvidia-driver-downloader","last_synced_at":"2025-06-11T14:32:38.128Z","repository":{"id":40375019,"uuid":"468707593","full_name":"Aetopia/NVIDIA-Driver-Downloader","owner":"Aetopia","description":"Allows you to download NVIDIA Game Ready and Studio drivers via the command-line. Made with 🐍 Python!","archived":true,"fork":false,"pushed_at":"2022-09-26T11:51:33.000Z","size":155,"stargazers_count":22,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T10:08:39.119Z","etag":null,"topics":["driver","nvidia","powershell","powershell-script","python3","windows","windows-10","windows-11"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aetopia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-11T10:34:26.000Z","updated_at":"2024-12-05T07:47:17.000Z","dependencies_parsed_at":"2023-01-17T16:46:33.445Z","dependency_job_id":null,"html_url":"https://github.com/Aetopia/NVIDIA-Driver-Downloader","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FNVIDIA-Driver-Downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FNVIDIA-Driver-Downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FNVIDIA-Driver-Downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FNVIDIA-Driver-Downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aetopia","download_url":"https://codeload.github.com/Aetopia/NVIDIA-Driver-Downloader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aetopia%2FNVIDIA-Driver-Downloader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259280658,"owners_count":22833432,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["driver","nvidia","powershell","powershell-script","python3","windows","windows-10","windows-11"],"created_at":"2025-05-17T10:08:38.981Z","updated_at":"2025-06-11T14:32:38.105Z","avatar_url":"https://github.com/Aetopia.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eNVIDIA Driver Downloader\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/41850963/172037114-c9c08d28-d483-4bac-9588-6948a8915c06.png\"\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eAllows you to download NVIDIA Game Ready and Studio drivers via the command-line!\u003c/p\u003e \n\u003cp align=\"center\"\u003eMade with 🐍 Python!\u003c/p\u003e                     \n\n# Usage:\n1. `--download \u003cDriver Version\u003e` | Download a specified driver version.     \n`--download` | Download the latest driver.\n2. `--list` | Return a list of driver versions.\n3. `--extract \u003cDriver File\u003e` | Extract the specified driver package.\n4. `--studio` | Set the driver type to Studio. (Default: Game Ready)\n5. `--standard` | Set the driver type to Standard. (Default: DCH)\n6. `--output \u003cDirectory\u003e` | Specify the output directory.    \n`--output` | Set the output directory to the current working directory.\n7. `--update` | Check if the currently installed NVIDIA driver is outdated or not.\n8. `--full` | Sets the driver package type to Full.\n9. `--components [Components]` | Specify which components to include when extracting a driver package.\n10. `--setup` | Run the extracted driver package setup.\n11. `--flags [Flags ...]` | Pass flags to NVDDL.\n\n# Alternatives\nAlternatives to NVDDL!\n\n1. Zusier's NVIX: https://github.com/Zusier/NVIX\n\n# Wiki\n### Check out NVDDL's Documentation/Wiki: [Documentation/Wiki](https://github.com/Aetopia/NVIDIA-Driver-Downloader/wiki)\n\n# Releases\n**Install via Scoop**\n```ps\nscoop install https://raw.githubusercontent.com/couleur-tweak-tips/utils/main/bucket/nvddl.json\n```\n**Find pre-compiled binaries here:**             \n[GitHub Releases](https://github.com/Aetopia/NVIDIA-Driver-Downloader/releases)      \n**NOTE: Make sure to have 7-Zip installed your system or driver extraction functionalities won't work!**                \n# Requirements                 \n**Note: Only required if you are dealing with the source code.**           \nExternal PIP Packages used by NVIDIA Driver Downloader:                 \n```\npip install wmi\n```\n\n# Build\n1. Install the following using `pip`:\n\n    ```\n    pip install nuitka zstandard ordered-set\n    ```\n2. Go into the `src` folder and run `build.bat`.\n\n# Sources\n### 1. NVIDIA's Advanced Driver Search \u0026 Driver Package Extraction: [NVIDIA-Update](https://github.com/lord-carlos/nvidia-update)\n### 2. NVIDIA API: [EnvyUpdate](https://github.com/fyr77/EnvyUpdate/wiki/Nvidia-API)\n### 3. Hardware IDs: [PCIUTILS/PCIIDS](https://github.com/pciutils/pciids)\n### 4. NVIDIA Debloating Guide: [EVA](https://github.com/amitxv/EVA)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faetopia%2Fnvidia-driver-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faetopia%2Fnvidia-driver-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faetopia%2Fnvidia-driver-downloader/lists"}