Buster is a free, open-source browser extension for Chrome, Edge and Firefox that helps people solve difficult CAPTCHA challenges by completing reCAPTCHA audio challenges with speech recognition, and it is intended for ordinary human users rather than automation operators.
What it is
Buster is a browser extension written in JavaScript and distributed under the GNU General Public License v3.0, with copyright held by Armin Sebastian for the period 2018-2026. It lives in the browser extension ecosystem and targets the reCAPTCHA widget specifically: when a challenge appears, the user clicks the extension button at the bottom of the widget, and the extension works on the audio challenge using speech recognition instead of requiring the user to read distorted images or interpret blurred grids.
The concrete problem it solves is the burden that reCAPTCHA challenges place on access to services and information. The project's stated motivation is that challenge difficulty depends on physical and cognitive abilities, on social and cultural background, and on the device or network a person connects from, so that challenges can end up friendlier to bots than to humans. Rather than replacing reCAPTCHA with another gate, Buster replaces the manual struggle of solving a challenge with a solution approach already used by automated systems, giving the user back the time and access the challenge was delaying.
Key capabilities
- Solves reCAPTCHA audio challenges through speech recognition, triggered by clicking the extension button at the bottom of the reCAPTCHA widget.
- Ships as a browser extension for Chrome, Edge and Firefox, matching the
chrome-extension and firefox-extension project topics.
- Provides a companion client app that simulates user interactions and improves the success rate of the extension.
- Offers the client app for Windows, Linux and macOS, with download and install instructions available from the extension's own options page.
- Keeps the client app source available separately in the
dessant/buster-client repository.
- Covers the
captcha, captcha-solver, captcha-solving and recaptcha topic areas directly rather than treating CAPTCHAs as a side feature.
- Publishes the full source under the GPL-3.0 licence with a
LICENSE file in the repository.
Who uses it and how
- People who repeatedly encounter reCAPTCHA challenges while reaching services and information, and who want to complete them without solving distorted image grids by hand.
- Users on Chrome, Edge and Firefox who install the extension from the browser's own extension store listing.
- Users on Windows, Linux and macOS who additionally install the client app to raise the extension's success rate.
- Users who want to configure the solution path themselves, following the download and install instructions presented in the extension's options.
- Supporters who fund continued development through Patreon, PayPal or Bitcoin contributions.
Getting started
Install the extension from its Chrome Web Store listing, or the equivalent browser store for Edge and Firefox. For better results, install the client app using the instructions in the extension's options page, or build it from the dessant/buster-client repository.
How it compares
No comparable or competing products are named in the available facts, so this project stands alone in this registry entry. Nothing in the provided material supports a comparison on licence, hosting or cost grounds against any other tool.
When to use it — and when not to
Choose Buster if you want a human-facing way to get through reCAPTCHA audio challenges on Chrome, Edge or Firefox, and if you are willing to install a separate client app for the best success rate. Do not expect the extension alone to solve every challenge, and do not pick it if you need an automated scraping or bot framework, since it is explicitly built for humans clicking the widget button. Honest limits remain: development depends on voluntary Patreon, PayPal and Bitcoin support, the README is short on operational detail, and there are 50 open issues against 694 forks, so the project is maintained but not heavily resourced.
project readme (upstream, from github) — read inline

Buster: Captcha Solver for Humans

Sponsors

</br>
Lenso.ai - Explore billions of images from all around the web.
Search for places, people, duplicates, and more.
Supporting the Project
The continued development of Buster is made possible
thanks to the support of awesome backers. If you'd like to join them,
please consider contributing with
Patreon,
PayPal or
Bitcoin.
Description
Buster is a browser extension which helps you to solve difficult CAPTCHAs
by completing reCAPTCHA audio challenges using speech recognition.
Challenges are solved by clicking on the extension button at the bottom
of the reCAPTCHA widget.
Obviously, this blue part here is the land.
— Byron "Buster" Bluth, reading a map
Motivation
reCAPTCHA challenges remain a considerable burden on the web,
delaying and often blocking our access to services and information
depending on our physical and cognitive abilities, our social
and cultural background, and the devices or networks we connect from.
The difficulty of CAPTCHA challenges can be so out of balance,
that sometimes they seem friendlier to bots than they are to humans.
The goal of this project is to improve our user experience on the web,
by giving us easy access to solutions utilized by automated systems.
Client App
The client app enables you to simulate user interactions and improves
the success rate of the extension. Follow the instructions
from the extension's options to download and install the client app
on Windows, Linux and macOS, or get the app
from this repository.
Screenshots
License
Copyright (c) 2018-2026 Armin Sebastian
This software is released under the terms of the GNU General Public License v3.0.
See the LICENSE file for further information.