Python Chromium

Open-source Python projects categorized as Chromium

Top 19 Python Chromium Projects

  1. ArchiveBox

    🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more...

    Project mention: The Speed of Prototyping in the Age of AI | news.ycombinator.com | 2026-05-31
  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. ungoogled-chromium

    Google Chromium, sans integration with Google

    Project mention: Google Chrome is killing all uBlock Origin bypasses, Edge, Opera to follow | news.ycombinator.com | 2026-06-10

    Same here, but when a site completely fails in Firefox I either A) use my phone because mobile Firefox occasionally works or B) use Ungoogled Chromium.

    https://github.com/ungoogled-software/ungoogled-chromium

    Really hoping the uBlock will continue to work on that project...

  4. playwright-python

    Python version of the Playwright testing and automation library.

    Project mention: I Built a Tool That Lets You Solve CAPTCHAs Once and Automate Forever | dev.to | 2026-03-13

    SessionKeeper is built on Playwright and uses its storage_state persistence:

  5. FlareSolverr

    Proxy server to bypass Cloudflare protection

    Project mention: I Built a Self-Hosted RSS Reader with AI Summarization, Translation, and an MCP Server | dev.to | 2026-03-16

    For sites requiring JavaScript rendering, FlareSolverr (Headless Chrome) handles it.

  6. pydoll

    Pydoll is a library for automating chromium-based browsers without a WebDriver, offering realistic interactions.

    Project mention: Turn Any Website into an API | news.ycombinator.com | 2025-08-08

    It's not a browser extension, but controlling the actual browser without using webdriver is already a thing.

    https://github.com/autoscrape-labs/pydoll

  7. pyppeteer

    Headless chrome/chromium automation library (unofficial port of puppeteer)

    Project mention: Browser Automation in Python: Playwright, Selenium & More | dev.to | 2026-02-21

    Puppeteer is JavaScript/Node.js only-Google maintains no Python API. If you need a Puppeteer-like experience in Python, use Playwright (same “control Chrome over CDP” idea, with first-class Python and auto-waits). There is an unofficial port pyppeteer, but it is not actively maintained; for new Python work, Playwright is the better choice. Below is the Node.js example so you can compare the API:

  8. ungoogled-chromium-windows

    Windows packaging for ungoogled-chromium

  9. CloakBrowser

    Stealth Chromium that passes every bot detection test. Drop-in Playwright replacement with source-level fingerprint patches. 30/30 tests passed.

    Project mention: CAPTCHAs can still detect AI agents | news.ycombinator.com | 2026-05-29

    CAPTCHAs are great. Exploiters get around them with proprietary anti-detect browsers and unethical residential proxies, while privacy browsers and affordable privacy VPNs get blocked and shadowbanned to death.

    Fingerprint.com, while not a CAPTCHA, gives you +3 suspicious score for using privacy settings like adblock on your browser.

    https://github.com/CloakHQ/CloakBrowser is a good anti-detect browser as well as CAPTCHA bypass.

  10. pdfium-lib

    PDFium - Project to compile PDFium library to multiple platforms.

  11. Botright

    Botright, the most advance undetected, fingerprint-changing, captcha-solving, open-source automation framework. Build on Playwright, its as easy to use as it is to extend your code. Solving your Captchas for free with AI.

  12. WitnessMe

    Web Inventory tool, takes screenshots of webpages using Pyppeteer (headless Chrome/Chromium) and provides some extra bells & whistles to make life easier.

  13. html2image

    A package acting as a wrapper around the headless mode of existing web browsers to generate images from URLs and from HTML+CSS strings or files.

    Project mention: Render an HTML Table to PNG in Python (5 Ways, 2026) | dev.to | 2026-06-08

    html2image is a thin wrapper around the headless mode of a Chrome/Chromium/Edge that is already installed on the machine — it doesn't bundle one. Maintained (latest 2.0.7, May 2025), MIT, and genuinely the simplest local route when a browser is already present.

  14. chrome-devtools-mcp

    An MCP Server for Chrome DevTools, following the Chrome DevTools Protocol. Integrates with Claude Desktop and Claude Code. (by benjaminr)

    Project mention: Show HN: Chrome DevTools MCP Server | news.ycombinator.com | 2025-06-30
  15. NotionAI-MyMind

    This repo uses AI and the wonderful Notion to enable you to add anything on the web to your "Mind" and forget about everything else.

  16. ChromeController

    Comprehensive wrapper and execution manager for the Chrome browser using the Chrome Debugging Protocol.

  17. chromium-hardening-guide

    Harden chromium (somewhat) for privacy and security (and performance)

    Project mention: Chromium Hardening Guide | news.ycombinator.com | 2025-11-16
  18. clark-browser

    Browser that finds a way.

    Project mention: Show HN: Clark-Browser – Stealth Chromium | news.ycombinator.com | 2026-05-18

    Just ran evals on a few detectors, and clark-browser passed live stealth checks on Cloudflare smoke, SannySoft, BrowserLeaks Client Hints, and WebGL.

    Results + new binary https://github.com/clark-labs-inc/clark-browser

  19. chrome-bisect

    Packaged Chrome bisect tool

    Project mention: At the end you use Git bisect | news.ycombinator.com | 2025-11-02

    I've only needed to use it a couple of times, but sometimes Chrome releases changes that break your website and it's really nice to be able to point to a changeset when you report it. Chrome has its own tool, bisect-builds.py, which you can do this with:

    https://github.com/jay0lee/chrome-bisect

  20. weblens

    Weblens is a fast tool for the web that fetches pages and turns them into readable Markdown for the CLI, Python, MCP, automation, and AI workflows.

    Project mention: Weblens – The Whole Web, as Text | news.ycombinator.com | 2026-04-03
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Chromium discussion

Log in or Post with

Python Chromium related posts

  • CAPTCHAs can still detect AI agents

    1 project | news.ycombinator.com | 29 May 2026
  • I Built a Self-Healing Extension Stabilizer for Ungoogled Chromium (and You Can Use It Too)

    2 projects | dev.to | 26 May 2026
  • One install command wires 8 CLI coding agents to a shared stealth Chromium

    2 projects | dev.to | 18 May 2026
  • Bringing Chrome to ARM64 Linux Devices

    4 projects | news.ycombinator.com | 12 Mar 2026
  • I Built a Tool That Lets You Solve CAPTCHAs Once and Automate Forever

    2 projects | dev.to | 13 Mar 2026
  • Browser Automation in Python: Playwright, Selenium & More

    1 project | dev.to | 21 Feb 2026
  • Qwen3.5: Towards Native Multimodal Agents

    4 projects | news.ycombinator.com | 16 Feb 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Chromium projects in Python? This list will help you:

# Project Stars
1 ArchiveBox 27,675
2 ungoogled-chromium 26,843
3 playwright-python 14,745
4 FlareSolverr 14,264
5 pydoll 6,903
6 pyppeteer 3,941
7 ungoogled-chromium-windows 2,345
8 CloakBrowser 2,249
9 pdfium-lib 1,064
10 Botright 994
11 WitnessMe 762
12 html2image 454
13 chrome-devtools-mcp 299
14 NotionAI-MyMind 282
15 ChromeController 229
16 chromium-hardening-guide 138
17 clark-browser 33
18 chrome-bisect 16
19 weblens 4

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Python is
the 1st most popular programming language
based on number of references?