NewSee everything we shipped in Launch Week 3
All articles
EngineeringSeptember 11, 2025· 7 min read

Self-hosting Ferr Browser

Run the open-source Ferr Browser on your own infrastructure, from a laptop to a cluster.

AK
Ada K.
Engineering

The cloud is convenient, but sometimes the browser has to run inside your own network. Ferr Browser is open source, and self-hosting it is a container away.

Run it locally

self-host.sh
docker run -p 3000:3000 ferr/browser
 
# point the SDK at your instance
export FERR_BASE_URL=http://localhost:3000

Scale it out

The same image runs behind a load balancer for a self-hosted fleet. You keep the API surface and trade managed capacity for full control.

Build it on Ferr
Launch your first cloud browser for free.
Start For Free