Browse free open source Headless Browsers and projects below. Use the toggles on the left to filter open source Headless Browsers by OS, license, language, programming language, and project status.

  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 1
    Lightpanda Browser

    Lightpanda Browser

    Lightpanda: the headless browser designed for AI and automation

    Lightpanda is an open-source headless browser designed specifically for automation, artificial intelligence workflows, and large-scale web interaction tasks. Unlike traditional browsers that include full graphical rendering engines meant for human users, Lightpanda is built from scratch to operate entirely in headless mode, focusing only on the components required for programmatic web interaction. This design allows it to execute JavaScript and interact with web pages while avoiding the overhead associated with rendering images, fonts, and layout elements intended for visual display. The browser is implemented using the Zig programming language and integrates the V8 JavaScript engine to run modern web applications and scripts efficiently. Because it avoids graphical rendering and other heavy browser components, the system uses significantly less memory and launches almost instantly compared to conventional browsers such as Chrome.
    Downloads: 138 This Week
    Last Update:
    See Project
  • 2
    Selenium

    Selenium

    Browser automation framework and ecosystem

    Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should) also be automated as well. If you want to create robust, browser-based regression automation suites and tests, scale and distribute scripts across many environments, then you want to use Selenium WebDriver, a collection of language specific bindings to drive a browser - the way it is meant to be driven. If you want to create quick bug reproduction scripts, create scripts to aid in automation-aided exploratory testing, then you want to use Selenium IDE; a Chrome and Firefox add-on that will do simple record-and-playback of interactions with the browser. If you want to scale by distributing and running tests on several machines and manage multiple environments from a central point.
    Downloads: 120 This Week
    Last Update:
    See Project
  • 3
    FlareSolverr

    FlareSolverr

    Proxy server to bypass Cloudflare protection

    FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection. FlareSolverr starts a proxy server, and it waits for user requests in an idle state using few resources. When some request arrives, it uses puppeteer with the stealth plugin to create a headless browser (Firefox). It opens the URL with user parameters and waits until the Cloudflare challenge is solved (or timeout). The HTML code and the cookies are sent back to the user, and those cookies can be used to bypass Cloudflare using other HTTP clients. Web browsers consume a lot of memory. If you are running FlareSolverr on a machine with few RAM, do not make many requests at once. With each request, a new browser is launched. It is also possible to use a permanent session. However, if you use sessions, you should make sure to close them as soon as you are done using them. It is recommended to install using a Docker container because the project depends on an external browser that is already included.
    Downloads: 43 This Week
    Last Update:
    See Project
  • 4
    CefSharp

    CefSharp

    .NET bindings for the Chromium embedded framework

    CefSharp is an easy way to embed a full-featured standards-compliant web browser into your C# or VB.NET app. CefSharp has browser controls for WinForms and WPF apps, and a headless (offscreen) version for automation projects too. CefSharp is based on Chromium Embedded Framework, the open source version of Google Chrome. CefSharp embraces modern web standards, and supports HTML5, JavaScript, CSS3 and HTML5 audio/video elements. 3D content is supported via WebGL which uses OpenGL/DirectX for hardware accelerated rendering. CefSharp includes embedded modules for PDF, web page printing and the WebKit Inspector (developer tools). CefSharp has no external dependencies, and the full build of CefSharp only adds ~80 MB to your app. See the CefSharp.MinimalExample project for ready-to-compile minimal example apps built with CefSharp. Within the projects source there are more complicated example projects.
    Downloads: 33 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    Playwright

    Playwright

    Node library to automate Chromium, Firefox & WebKit with a single API

    Playwright is a Node library for automating Chromium, Firefox and WebKit using a single API. It supports headless execution for all these browsers on Linux, macOS and Windows, providing automated web browser interactions that are fast, capable, reliable and ever-green. Playwright enables a broad spectrum of cross-browser web automation capabilities, which are used by Single Page Apps and Progressive Web Apps. These include scenarios that span multiple pages, domains and iframes; emulation of mobile devices, geolocation, and permissions; upload and download files and many more.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 6
    Puppeteer

    Puppeteer

    Headless Chrome Node.js API

    Puppeteer is a headless Node library that provides a high level API for controlling Chromium or Chrome over the DevTools protocol. It requires zero setup and comes bundled with the Chromium version most suited to it. Puppeteer is headless by default, making it fast to run. However, it can also be set to run full or non-headless Chrome or Chromium, simply set the headless option when launching a browser. Many of the things you can do manually in the browser, you can also do with Puppeteer such as generate page screenshots and PDFs, crawl a Single-Page Application, test Chrome extensions and more.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 7
    VBot

    VBot

    JSON based visual regression testing library

    A visual regression testing library/tool, aims to quickly automate browser-based tests with minimum development overhead. To test flexibly in different testing scenarios, either testing against web UI wired with backends or just static web pages, VBot exposes API to be used with testing frameworks like mocha or ava, etc. Therefore, the test data variables can be updated according to different conditions, in order to decouple from real backends and avoid false negative results.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 8
    miniblink49

    miniblink49

    Lighter, faster browser kernel of blink to integrate HTML UI in apps

    miniblink is an open source, one file, small browser widget based on chromium. By using C interface, you can create a browser with just some line code. miniblink is an open source, single-file, and currently the smallest known chromium-based browser control. Through its exported pure C interface, a browser control can be created in a few lines of code. C++, C#, Delphi and other language calls (support C++, C#, Delphi language to call). Embedded Nodejs, support electron (with Nodejs, can run electron). Customize as you wish, simulate another browser environment. Perfect HTML5 support, friendly to various front-end libraries (support HTML5, and friendly to front framework). After turning off the cross-domain switch, you can use various cross-domain functions (support cross-domain). Headless mode, which greatly saves resources and is suitable for crawlers (headless mode, be suitable for Web Crawler).
    Downloads: 9 This Week
    Last Update:
    See Project
  • 9
    Playwright for Java

    Playwright for Java

    Java version of the Playwright testing and automation library

    Playwright Java is the Java version of the Playwright testing and automation library, enabling reliable end-to-end testing for modern web applications.
    Downloads: 6 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    BackstopJS

    BackstopJS

    Catch CSS curve balls

    Visual regression testing for web apps. Supports screen rendering with Chrome-headless. Add your own interactions with the Playwright and Puppeteer scripting. BackstopJS automates visual regression testing of your responsive web UI by comparing DOM screenshots over time.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    builder.io

    builder.io

    Visual Development for React, Vue, Svelte, Qwik, and more

    Builder is an open-source visual development platform and headless content management system designed to help teams build and manage digital experiences more efficiently. The platform combines a drag-and-drop visual editor with an API-driven content system that can deliver structured content to any front-end framework or application. Builder allows developers to integrate their existing components and design systems while enabling designers and marketers to modify layouts and publish content without writing code. Through its headless architecture, content and layouts can be delivered across websites, mobile applications, and other digital channels. The system also includes optimization tools that allow teams to experiment with layouts, personalize content, and iterate on user experiences quickly.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Bits UI

    Bits UI

    The headless components for Svelte

    Bits UI is an open-source headless component library designed specifically for the Svelte ecosystem, providing developers with flexible and accessible primitives for building custom user interface components. Instead of shipping with predefined styles, the library offers unstyled components that focus on behavior and accessibility, allowing developers to fully control the appearance of their UI through their own CSS or design systems. This headless architecture makes Bits UI particularly useful for teams that need reusable UI logic while maintaining consistent branding and visual customization. The project builds on concepts inspired by libraries such as Radix UI and React Spectrum and integrates builder patterns influenced by Melt UI to deliver powerful component abstractions. Developers can use Bits UI to implement complex interface patterns such as dropdowns, modals, and calendars while preserving accessibility standards and predictable interaction behaviors.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Cockpit Next

    Cockpit Next

    Add content management functionality to any site

    Cockpit is an open-source headless content management system designed to add flexible content management functionality to websites, applications, and digital platforms. The system provides a lightweight backend where developers can create custom content models and manage structured data without imposing a specific front-end framework. Because Cockpit follows an API-first architecture, content can be delivered through REST or GraphQL APIs to any application, including websites, mobile apps, and static site generators. The platform is designed to be simple to install and can be hosted on standard PHP environments with minimal configuration. Developers can create collections, singletons, and content trees to organize structured data according to the needs of their project. Cockpit also supports extensions and add-ons that expand the system with additional functionality such as search, authentication, or localization features.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Faust.js

    Faust.js

    The Headless WordPress Toolkit

    Faust.js is an open-source toolkit designed to simplify the development of headless WordPress websites using modern JavaScript frameworks such as Next.js and React. It provides developers with a structured set of tools that bridge WordPress content management with frontend frameworks, enabling teams to build high-performance decoupled websites while still relying on WordPress as the backend CMS. The toolkit addresses many of the challenges associated with headless WordPress development, including authentication, preview functionality, and data fetching between the frontend and the WordPress backend. Faust.js integrates closely with technologies such as WPGraphQL and Apollo Client, which allow developers to query WordPress content through a GraphQL API instead of traditional PHP templates.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Mink

    Mink

    PHP web browser emulator abstraction

    Mink is an open-source PHP library that provides a browser abstraction layer for web application testing, allowing developers to simulate user interactions with websites in a consistent and flexible way. Instead of tying test logic to a specific browser driver, Mink introduces a unified API that can work with multiple drivers such as Goutte, Selenium, ChromeDriver, or BrowserKit. This abstraction enables developers to write tests once and run them across different environments without changing the test code. Mink is commonly used in behavior-driven development workflows, particularly with frameworks like Behat, where it helps simulate real user behavior such as clicking links, filling forms, and navigating pages. The library supports session management, allowing multiple browser sessions to run simultaneously and interact with different pages or environments.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Sanity

    Sanity

    Rapidly configure content workspaces powered by structured content

    Sanity is an open-source real-time headless content management system that allows developers to manage structured content for websites, applications, and digital platforms. At the core of the system is Sanity Studio, a customizable editing environment built with React that can be configured to match the workflows and content models of different teams. Instead of using predefined content templates, Sanity allows developers to define schemas in code that determine how content is structured and stored. The platform stores data in a real-time backend called the Content Lake, enabling collaborative editing and instant updates across connected applications. Because the system separates content management from presentation, developers can use any front-end framework to display the data. Sanity also includes APIs and query tools that allow developers to retrieve content dynamically and integrate it into websites, mobile apps, and other digital services.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    html-sketchapp

    html-sketchapp

    HTML to Sketch export solution

    HTML to Sketch export solution. html-sketchapp turns HTML nodes into Sketch layers or symbols. Additionally, it allows exporting of shared text styles and document colors. The motivation behind this project was ability to easily share Front-End style guide with our Design team. html2asketch is a library that you can use to create a script that extracts specific parts of your website and saves them as layers, shared text styles, document colors and symbols. Your script can then be run in a regular or a headless browser.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Browserless

    Browserless

    The headless Chrome/Chromium driver on top of Puppeteer

    Browserless is an open-source headless browser automation library and service built on top of Puppeteer that simplifies the process of running and scaling Chromium-based browser tasks in production environments. It provides a high-level API for interacting with headless Chrome, allowing developers to perform operations such as generating PDFs, capturing screenshots, extracting text or HTML, and automating web navigation. The project is designed to act as a production-ready abstraction layer over Puppeteer, offering improved reliability, error handling, and scalability for real-world applications. Browserless includes built-in optimizations such as request blocking, automatic retries, and sensible defaults that improve performance when processing web pages. It can be used as a standalone library, a command-line tool, or a hosted API service that scales browser instances on demand.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Chromeless

    Chromeless

    Chrome automation made simple. Runs locally or headless on AWS Lambda

    Chromeless is an open-source JavaScript library designed to simplify browser automation by controlling a Chrome or Chromium browser through an easy-to-use API. The project was created to make headless browser scripting more accessible for tasks such as automated testing, web scraping, and screenshot generation. Instead of manually interacting with browser debugging protocols, developers can use Chromeless commands to navigate pages, fill forms, click elements, and extract information programmatically. The library supports running Chrome locally during development or executing headless browser sessions remotely on cloud infrastructure such as AWS Lambda. This remote execution capability allows developers to run large numbers of browser automation tasks in parallel without managing their own browser servers. Chromeless was particularly notable for enabling serverless browser automation workflows that dramatically reduced testing times and simplified deployment pipelines.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Flutter InAppWebView Plugin

    Flutter InAppWebView Plugin

    A Flutter plugin that allows you to add an inline webview

    A Flutter plugin that allows you to add an inline WebView, to use a headless WebView, and to open an in-app browser window. Adding the InAppWebView widget into your app is very simple. It’s just a widget like any other Flutter widget. Use InAppBrowser or ChromeSafariBrowser to open an in-app browser! ChromeSafariBrowser is based on Chrome Custom Tabs on Android and on SFSafariViewController on iOS. Create a Class that extends the InAppBrowser/ChromeSafariBrowser Class in order to override the callbacks to manage the browser events. It can be used to run a WebView in background without attaching an InAppWebView to the widget tree. As InAppWebView, it has the same options and events. Use InAppWebViewController to control the headless WebView instance.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Loki

    Loki

    Visual Regression Testing for Storybook

    There are a few visual regression tools for the web, but most either cannot be run headless or use phantomjs which is deprecated and a browser nobody is actually using. They usually also require you to maintain fixtures. With react-native it's now possible to target multiple platforms with a single code base, but there's no single tool to test all to my knowledge. Loki aims to have easy setup, no to low maintenance cost, reproducible tests independent of which OS they are run on, runnable on CI, and support all platforms storybook does.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Plasmic

    Plasmic

    Build apps, websites, and content. Integrate with your codebase

    Plasmic is a visual development platform designed to help teams design, build, and manage websites and web applications through a combination of visual editing tools and code integration. The platform provides a drag-and-drop design environment that allows designers, developers, and product teams to collaborate on building user interfaces while maintaining compatibility with modern front-end frameworks. Instead of requiring developers to manually code every layout, Plasmic allows visual designs to be converted directly into production-ready React components and integrated into existing codebases. This approach enables non-developers such as designers or marketers to create and modify content without breaking application logic. Plasmic also functions as a headless CMS and page builder that can deliver content and components to multiple types of applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Reka UI

    Reka UI

    An open-source UI component library for building design systems

    Reka UI is an open-source UI component library designed for building accessible and customizable web interfaces in Vue-based applications. The library provides a collection of unstyled UI primitives that developers can use as the foundation for creating fully customized design systems. Rather than forcing a predefined visual style, Reka UI focuses on accessibility, composability, and flexibility, allowing developers to implement their own visual themes and branding. The project evolved from the Radix Vue initiative and aims to bring the same accessibility-focused component patterns to the Vue ecosystem. By providing low-level building blocks instead of finished components, Reka UI allows developers to design complex interface elements while maintaining full control over styling and behavior.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Rod

    Rod

    A Devtools driver for web automation and scraping

    Rod is a high-level driver for DevTools Protocol. It's widely used for web automation and scraping. Rod can automate most things in the browser that can be done manually. Chained context design, intuitive to timeout or cancel the long-running task. Auto-wait elements to be ready. Debugging friendly, auto input tracing, remote monitoring headless browser. Thread-safe for all operations. Automatically find or download browser. High-level helpers like WaitStable, WaitRequestIdle, HijackRequests, WaitDownload, etc. Two-step WaitEvent design, never miss an event (how it works). Correctly handles nested iframes or shadow DOMs. No zombie browser process after the crash (how it works). CI enforced 100% test coverage.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Ulixee Hero

    Ulixee Hero

    The web browser built for scraping

    It's the first modern headless browsers designed specifically for scraping instead of just automated testing. Hero provides access to the W3C DOM specification without the need for Puppeteer's complicated evaluate callbacks and multi-context switching. We've recreated a fully compliant DOM directly in NodeJS allowing you bypass the headaches of previous scraper tools. The powerful Chrome engine sits under the hood, allowing for lightning fast rendering. Emulators make it easy to disguise your script as practically any browser.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB