# Install geckodriver with Homebrew, apk, MacPorts, Nix, pacman, scoop, winget

WebDriver Marionette proxy. Version 0.37.0 via Homebrew; verified 2026-06-21.

## Install

```sh
sudo av install brew:geckodriver
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install geckodriver
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install geckodriver
```

  Evidence: MacPorts ports tree: www/geckodriver/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add geckodriver
```

  Evidence: Alpine Linux edge package indexes: geckodriver from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#geckodriver
```

  Evidence: nixpkgs package indexes: pkgs/by-name/ge/geckodriver/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S geckodriver
```

  Evidence: Arch Linux sync databases: geckodriver from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/geckodriver
```

  Evidence: Scoop official bucket manifest trees: bucket/geckodriver.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Mozilla.GeckoDriver -e
```

  Evidence: Windows Package Manager source index: Mozilla.GeckoDriver from https://cdn.winget.microsoft.com/cache/source.msix

## Package facts

- **Package key:** brew:geckodriver
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/geckodriver>
- **Version:** 0.37.0
- **Source summary:** WebDriver Marionette proxy
- **Homepage:** <https://firefox-source-docs.mozilla.org/testing/geckodriver/>
- **Repository:** <https://github.com/mozilla/geckodriver>
- **Upstream docs:** <https://firefox-source-docs.mozilla.org/testing/geckodriver>
- **License:** MPL-2.0
- **Source archive:** <https://github.com/mozilla/geckodriver/archive/refs/tags/v0.37.0.tar.gz>
- **Last updated:** 2026-06-21T23:53:03-04:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- geckodriver (cli)
- wires (cli)
- geckodriver (alias)
- wires (alias)

## Build dependencies

- rust

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.37.0
- Package-manager updated: 2026-06-21
- Local data: ok
- Upstream repository: https://github.com/mozilla/geckodriver
- Upstream latest detected: v0.37.0 (current)
## Project history and usage

geckodriver is Mozilla's WebDriver proxy for controlling Gecko-based browsers such as Firefox from W3C WebDriver-compatible clients.

### Project history

Mozilla's documentation describes geckodriver as a proxy between WebDriver clients and Gecko browsers. It exposes the WebDriver HTTP API and translates commands to Firefox's remote protocol, making it the browser-specific bridge for automation clients.

### Adoption history

The Firefox Source Docs note that Selenium 3 made geckodriver the default WebDriver implementation for Firefox. The same usage documentation explains that FirefoxDriver was discontinued with Firefox 47 because it did not support Gecko's multi-process architecture.

### How it is used

Package users install the geckodriver binary and make it available on PATH, or point Selenium clients at it explicitly. The official usage docs also call out container and Snap packaging details, because geckodriver and Firefox need to run in compatible filesystem and runtime environments.

### Why package nerds care

geckodriver matters to package-manager users because it is the small native executable that makes Firefox automation work across Selenium, WebDriver test suites, CI jobs, and browser-compatibility tooling.

### Timeline

- Firefox 47: FirefoxDriver was discontinued for lack of multi-process Gecko support.
- Selenium 3: geckodriver became the default WebDriver implementation for Firefox.

### Related projects

- Firefox, Gecko, Marionette, Selenium, and the W3C WebDriver protocol are the main adjacent projects named or linked from Mozilla's geckodriver documentation.

### Sources

- <https://firefox-source-docs.mozilla.org/testing/geckodriver/>
- <https://firefox-source-docs.mozilla.org/testing/geckodriver/Usage.html>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** geckodriver
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Nix - geckodriver: normalized package name match | nixpkgs package indexes: pkgs/by-name/ge/geckodriver/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - geckodriver - 0.36.0-r0: normalized package name match | Alpine Linux edge package indexes: geckodriver from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Proxy for using W3C WebDriver compatible clients to interact with Gecko-based browsers. | https://github.com/mozilla/geckodriver
- pacman - geckodriver - 0.37.0-1: normalized package name match | Arch Linux sync databases: geckodriver from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Proxy for using W3C WebDriver-compatible clients to interact with Gecko-based browsers. | https://github.com/mozilla/geckodriver
- MacPorts - geckodriver: normalized package name match | MacPorts ports tree: www/geckodriver/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/geckodriver: normalized package name match | Scoop official bucket manifest trees: bucket/geckodriver.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Mozilla.GeckoDriver: normalized package name match | Windows Package Manager source index: Mozilla.GeckoDriver from https://cdn.winget.microsoft.com/cache/source.msix


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [selenium-server](https://www.automicvault.com/pkg/brew/selenium-server/) - Shares av.db curated category or tags: browser-automation, cli, developer-tools, testing, webdriver.
- [playwright-cli](https://www.automicvault.com/pkg/brew/playwright-cli/) - Shares av.db curated category or tags: browser-automation, cli, developer-tools, testing.
- [playwright-mcp](https://www.automicvault.com/pkg/brew/playwright-mcp/) - Shares av.db curated category or tags: browser-automation, cli, developer-tools, testing.
- [slimerjs](https://www.automicvault.com/pkg/brew/slimerjs/) - Shares av.db curated category or tags: browser-automation, cli, developer-tools, testing.
- [agent-browser](https://www.automicvault.com/pkg/brew/agent-browser/) - Shares av.db curated category or tags: browser-automation, cli, developer-tools.
- [chrome-cli](https://www.automicvault.com/pkg/brew/chrome-cli/) - Shares av.db curated category or tags: browser-automation, cli, developer-tools.
- [chrome-devtools-mcp](https://www.automicvault.com/pkg/brew/chrome-devtools-mcp/) - Shares av.db curated category or tags: browser-automation, cli, developer-tools.
- [web-ext](https://www.automicvault.com/pkg/brew/web-ext/) - Shares av.db curated category or tags: cli, developer-tools, firefox, testing.
- [geckodriver](https://www.automicvault.com/pkg/npm/geckodriver/) - Same normalized package name appears in another local ecosystem. Shared terms: geckodriver, proxy, webdriver.
- [geckodriver](https://www.automicvault.com/pkg/npm/geckodriver/) - Same normalized package name in another local ecosystem.

## Combined YAML source

View the package source record on GitHub. [combined/geckodriver.yml](https://github.com/automic-vault/db/blob/main/combined/geckodriver.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
