
fastbrowse is a browser agent for tasks like sign-in, lookup, form filling, and checkout. It’s built for teams that want fewer “invented selector” failures and answers grounded in what the page actually shows.
It differs from screenshot-to-text agents by separating action selection, verification, and sensitive data:
--authorize is provided.--secret so “the password is never in the task and never reaches a model,” with credentials typed by code “it belongs to.”fastbrowse is also positioned for cost control. The provided measurements report “$0.0057 a task” versus “$0.4070” for hosted Browser Use on the “same 42 runs,” with no cost cap on either side, and a “4.8x faster” checkout flow (36.3s vs 173.9s) for the sign-in, add-to-cart, and checkout example.
It’s MIT licensed and is described as having an “embeddable Python SDK,” with examples also showing an uvx fastbrowse entry point and eval-style testing under “strict step and dollar limits.”