Quickstart

Install PawFlow and reach the first chat.

Use the Docker installer for a first run. It prepares persistent data, starts the bootstrap server, and opens the browser wizard for the admin account and first LLM service.

PawFlow installer preview
Replace this with `assets/media/product/quickstart-installer.webp` when the final wizard image is ready.

Recommended

Release installer

The fastest path is the latest release installer zip. Download it, unzip it, then let the install script pull the matching server and relay images. Current release: .

terminal
Loading current release command...
What it does

Uses the release installer package, pulls the matching prebuilt PawFlow and relay images, prepares runtime files, and creates persistent data under `~/pawflow`.

Where to open

After the server starts, open `https://localhost:19990/install` for the first-run wizard.

Complete the installer wizard

1

Accept the local certificate

The bootstrap server starts with a self-signed certificate for private/local installs.

2

Enter the bootstrap key

The temporary first-run Private Gateway key is `RoyBetty`. The wizard forces you to replace it before finalizing.

3

Create the runtime

Create the admin user, configure the first LLM service and summarizer service, deploy the PawFlow Agent flow, and open the starter conversation with `assistant` selected.

Source or development install

Use source mode when you are developing PawFlow itself or want to inspect/edit the Python runtime directly.

terminal
git clone https://github.com/allcolor/PawFlow-Agents.git
cd PawFlow-Agents
pip install -r requirements.txt
python cli.py start --host 0.0.0.0 --port PORT