# geckodriver を Homebrew, apk, MacPorts, Nix, pacman, scoop, winget でインストール

geckodriver のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install geckodriver
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install geckodriver
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:geckodriver
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.37.1
- **ソース概要:** WebDriver Marionette proxy
- **ホームページ:** <https://firefox-source-docs.mozilla.org/testing/geckodriver/>
- **リポジトリ:** <https://github.com/mozilla/geckodriver>
- **最終更新:** 2026-07-20T12:43:50Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- geckodriver (エイリアス)
- wires (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.37.1
## プロジェクトの歴史と使われ方

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

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

- 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.

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- 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.37.1-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.1-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


## Combined YAML source

View the package source record on GitHub. [combined/geckodriver.yml](https://github.com/mxcl/pkgdb/blob/main/combined/geckodriver.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
