Start
SHLocal demo
docker compose up --build
| Item | Value |
|---|---|
| Console | http://localhost:18900/console/ |
| Login | admin / bailing-demo-admin |
| Demo route | demo_support |
| Demo tool spec | /.well-known/bailing/tools.json |
If Docker Hub access is slow or blocked, use official mirrored images through the one-line installer or configure the image names in your compose file.
One-line install
SHFresh Ubuntu/Debian
BAILING_INSTALL_MODE=image curl -fsSL https://www.bailinghub.com/install.sh | sh
The installer installs Docker if needed, downloads the public distribution package, creates a local .env, and starts the compose stack. Use source mode when you want to audit or modify the code.
Smoke test
SHInside the hub container
docker compose exec bailing-ai npm run smoke
The smoke test checks health, console assets, schema status, demo route, /run, trace data, and the troubleshooting bundle when demo credentials are present.