# 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
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/geckodriver>
- **バージョン:** 0.37.1
- **ソース概要:** WebDriver Marionette proxy
- **ホームページ:** <https://firefox-source-docs.mozilla.org/testing/geckodriver/>
- **リポジトリ:** <https://github.com/mozilla/geckodriver>
- **上流ドキュメント:** <https://firefox-source-docs.mozilla.org/testing/geckodriver/>
- **ライセンス:** MPL-2.0
- **ソースアーカイブ:** <https://github.com/mozilla/geckodriver/archive/refs/tags/v0.37.1.tar.gz>
- **最終更新:** 2026-07-20T12:43:50Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.37.1
- マネージャ更新日: 2026-07-20
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/mozilla/geckodriver
- 検出された最新: v0.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

## ソースデータベース詳細

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

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

- 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


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [selenium-server](https://pkg.so/ja/brew/selenium-server/) - Shares pkgdb curated category or tags: browser-automation, cli, developer-tools, testing, webdriver.
- [playwright-cli](https://pkg.so/ja/brew/playwright-cli/) - Shares pkgdb curated category or tags: browser-automation, cli, developer-tools, testing.
- [slimerjs](https://pkg.so/ja/brew/slimerjs/) - Shares pkgdb curated category or tags: browser-automation, cli, developer-tools, testing.
- [chrome-cli](https://pkg.so/ja/brew/chrome-cli/) - Shares pkgdb curated category or tags: browser-automation, cli, developer-tools.
- [web-ext](https://pkg.so/ja/brew/web-ext/) - Shares pkgdb curated category or tags: cli, developer-tools, firefox, testing.
- [lcov](https://pkg.so/ja/brew/lcov/) - Shares pkgdb curated category or tags: cli, developer-tools, testing.
- [bats-core](https://pkg.so/ja/brew/bats-core/) - Shares pkgdb curated category or tags: cli, developer-tools, testing.
- [allure](https://pkg.so/ja/brew/allure/) - Shares pkgdb curated category or tags: cli, developer-tools, testing.
- [geckodriver](https://pkg.so/ja/npm/geckodriver/) - Same normalized package name appears in another local ecosystem. Shared terms: automation, browser, browser-automation, cli, developer.
- [geckodriver](https://pkg.so/ja/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/mxcl/pkgdb/blob/main/combined/geckodriver.yml)


## ソース

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