chrome-version
Detect the version of Chrome installed on Windows, Linux, Mac. Cross-platform using Python, native OS detection.
What it is and what it does
chrome-version is a lightweight Python module that queries your operating system to find and report the version number of an installed Chrome browser. It works on Windows, Linux, and macOS using native OS detection and requires no external dependencies or Selenium. The package provides both a Python API (import and call get_chrome_version()) and a command-line tool (chrome-version) that prints the version string directly.
The module was created to avoid copy-pasting version-detection code across projects, particularly for use with tools like Undetected Chromedriver. It is actively maintained, supports Python 3.0 and above, and is distributed under the MIT license. The codebase is intentionally simple and educational, making it a practical choice when you need only the Chrome version without the overhead of a browser automation framework.
Use it for:
- Verify Chrome version before launching Undetected Chromedriver or similar automation tools.
- Build a CI/CD pipeline that checks for minimum Chrome version before running browser tests.
- Write a system diagnostic script that reports installed browser versions across multiple machines.
- Conditionally enable or disable features in your application based on the user's Chrome version.
- Automate version reporting in a monitoring or inventory management tool.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Detects the version of Chrome installed on Windows, Linux, or macOS without requiring Selenium or external dependencies.
Yes. The package is lightweight, dependency-free, actively maintained, and solves a specific problem cleanly. Install it if you need to detect Chrome version on any platform without adding framework overhead. No security issues, permissive license, and low install friction make it a safe choice.
Install
chrome-version on PyPI
pip
pip install chrome-versionuv
uv add chrome-versionpoetry
poetry add chrome-versionInstalling chrome-version
Before you install
Low friction: zero runtime dependencies, pure Python wheel, actively maintained with recent commits. Last release 370 days ago but repository shows current activity as of 2026-08-14.
License in practice
MIT license is permissive; you can use, modify, and distribute this package freely with minimal restrictions.
Quickstart
pip install chrome-version
import chrome_version
version = chrome_version.get_chrome_version()
print(version) # e.g., '103.0.5060.114'
# Or via CLI:
# chrome-version
Chrome must be installed on the system; the package detects the local installation only.
Verify before relying
- Exact behavior when Chrome is not installed or detection fails (error handling specifics).
- Whether the module works reliably across all supported Python versions (3.5–3.15 claimed).
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (<4.0,>=3.0) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 370 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 77,439/month — #14,522 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: chrome_version-0.4.0-py3-none-any.whl
Keywords: chrome, google, google chrome version, version
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
chromedriver-pyDownloads and installs the appropriate…
permissive · top 15,000 on PyPI
chromedriver-binaryDownloads and installs the chromedriver binary…
permissive · top 15,000 on PyPI
chromedriver-autoinstallerAutomatically downloads and installs the…
permissive · top 15,000 on PyPI
undetected-chromedriverPatches Selenium's Chrome WebDriver to avoid…
copyleft · top 5,000 on PyPI
seleniumSelenium provides Python bindings to automate…
permissive · top 1,000 on PyPI
requestiumRequestium merges Requests, Selenium, and…
permissive · top 15,000 on PyPI
selenium-stealthModifies a Selenium Chrome WebDriver to evade…
permissive · top 15,000 on PyPI
geckodriver-autoinstallerAutomatically downloads and installs…
permissive · top 5,000 on PyPI
PyGetWindowPyGetWindow provides functions to query,…
permissive · top 5,000 on PyPI
httpagentparserParses HTTP User-Agent strings to extract and…
unclear · top 15,000 on PyPI