Easy setup

Install Browserable

npx browserable

Follow the instructions

The script will ensure you have the required dependencies (Docker), clones the Browserable repo and starts the containers.

If you want to stop all the services, you can run npx browserable down

Manual setup

Clone the Browserable repo.

git clone https://github.com/browserable/browserable.git
cd browserable

Ensure you have Docker and Docker Compose installed in your system.

docker --version
docker-compose --version

Follow the links below for installation instructions:

Start the development environment.

Once the installation is complete, change directory to deployment folder inside the browserable repo and start the docker containers.

cd deployment
docker-compose -f docker-compose.dev.yml up

If everything goes as expected, you should find the following services running:

Quickstart

  1. Open http://localhost:2001 and set your LLM API key.
  2. Now you can create new tasks from the UI.
  3. To use Browserable library in your projects, you can access API key from the settings tab.

Where next?