--- id: chromedriver-autoinstaller version: "0.6.4" license: MIT license_treatment: permissive maintenance: dormant --- # chromedriver-autoinstaller — Automatically install chromedriver that supports the currently installed version of chrome. License: permissive · Maintenance: dormant · Downloads: 455.4K/mo ## What it is and what it does chromedriver-autoinstaller is a utility that automatically downloads and installs the chromedriver binary matching your currently installed Chrome version, then adds it to your system PATH. When you call its install() function, it detects your Chrome version, downloads the corresponding chromedriver if needed, and makes it available for use. The package supports Linux, macOS, and Windows. It eliminates the manual work of downloading chromedriver from the Chromium project, matching versions, and managing paths. The single runtime dependency is packaging, and it supports Python versions 3.6 through 3.11. Development is dormant but the package remains stable for its core purpose. Use it for: - Automate browser testing in CI/CD pipelines without pre-installing chromedriver binaries. - Simplify setup in containerized environments where Chrome version may vary. - Eliminate version mismatch errors when Chrome auto-updates on developer machines. - Reduce onboarding friction for teams sharing test suites across Linux, macOS, and Windows. - Quick prototyping of browser automation scripts without manual driver setup. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Automatically downloads and installs the chromedriver binary matching your installed Chrome version, then adds it to your system PATH. Yes, if you need automatic chromedriver installation matching your Chrome version. The dormant maintenance status is not a blocker for stable use—the package does one thing well and Chrome's driver versioning hasn't fundamentally changed. Install it if your workflow involves frequent Chrome updates or cross-platform testing; skip it if you already have a chromedriver management strategy in place. ## Install pip install chromedriver-autoinstaller uv add chromedriver-autoinstaller poetry add chromedriver-autoinstaller ## Installing chromedriver-autoinstaller Before you install: Low friction installation with a single runtime dependency (packaging). Maintenance is dormant—last release was 2024-01-28—but the repository remains active with recent commits and no archived status. Suitable for stable use cases that don't require ongoing feature development. License in practice: MIT license is permissive and places no restrictions on use, modification, or distribution in your own projects. Quickstart: pip install chromedriver-autoinstaller import chromedriver_autoinstaller chromedriver_autoinstaller.install() Requires Chrome or Chromium to be installed on the system; chromedriver-autoinstaller detects and downloads the matching version but cannot function without an existing Chrome installation. Verify before relying: - Whether the package reliably handles rapid Chrome version updates or if manual re-runs are sometimes needed. - Performance impact of the version-matching and download logic on first import or call. - Behavior when multiple Chrome versions are installed on the same system. - How the package integrates with webdriver usage after install() is called. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: dormant - Downloads: 455.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags chromedriver auto download, automatic chromedriver installer, chrome version matching driver, chromedriver path management, cross-platform chromedriver setup, chromedriver installation automation, chrome driver version sync, browser-automation, cross-platform, chromedriver [View on SkillFed](https://skillfed.io/packages/chromedriver-autoinstaller) · [View on PyPI](https://pypi.org/project/chromedriver-autoinstaller/)