// install via winget
Command Prompt & PowerShell
click to copy
winget install Mozilla.GeckoDriver
// direct download
Download Installer// about geckodriver
geckodriver is a proxy for using W3C WebDriver-compatible clients to interact with Gecko-based browsers.
// frequently asked questions
How do I install geckodriver using winget?
Open PowerShell or Windows Terminal and run:
winget install Mozilla.GeckoDriver. Winget ships with Windows 10 (1809+) and Windows 11 — no additional install needed.What is geckodriver?
WebDriver for Firefox
Is geckodriver free to download?
geckodriver is distributed under the MPL-2.0 license. Use the winget command above or click the download button to get the installer directly from the publisher.
How do I update geckodriver with winget?
Run
winget upgrade Mozilla.GeckoDriver in PowerShell or Windows Terminal to update geckodriver to the latest available version.What architecture does geckodriver support?
The listed installer targets the x64 architecture. See the publisher’s documentation for full compatibility details.