Accept the local certificate
The bootstrap server starts with a self-signed certificate for private/local installs.
PawFlow
Quickstart
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.
Recommended
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: .
Loading current release command...
Uses the release installer package, pulls the matching prebuilt PawFlow and relay images, prepares runtime files, and creates persistent data under `~/pawflow`.
After the server starts, open `https://localhost:19990/install` for the first-run wizard.
All downloadable packages live on the current GitHub release. The website builds these links from the single release version configured in `site.js`.
The bootstrap server starts with a self-signed certificate for private/local installs.
The temporary first-run Private Gateway key is `RoyBetty`. The wizard forces you to replace it before finalizing.
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.
After the server is running, the next useful setup is usually a relay boundary and optional media/voice services.
Use source mode when you are developing PawFlow itself or want to inspect/edit the Python runtime directly.
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