Run Aidbox locally
Follow these steps to launch Aidbox locally using Docker
Prerequisites
Please make sure that both Docker & Docker Compose are installed.
Steps
1. Create a directory
mkdir aidbox && cd aidbox
2. Run Aidbox on Docker
curl -JO https://aidbox.app/runme && docker compose up
This command downloads the Aidbox script and starts Aidbox using Docker Compose.
3. Access Aidbox
Open in browser http://localhost:8080/
4. Activate your Aidbox instance

Click "Continue with Aidbox account" and create a free Aidbox account in Aidbox user portal .
More about Aidbox licenses here
5. Discover Aidbox features using Notebooks
Use Getting Started Notebooks to explore basic Aidbox features

Aidbox Notebooks
Notebooks are interactive tutorials within the Aidbox UI with built-in REST, RPC, and SQL editors and the ability to execute requests and queries on the fly and see the result. You can use pre-built or create your own Notebooks. Learn more.
Next Steps
- Learn more about Aidbox Configuration
- Unlock additional capabilities of Aidbox UI
- Dive into the built-in Aidbox Notebooks
Last updated 2025-08-27T08:26:20Z