alp Hub
An optional service that sits above your daemons and gives them extra capabilities.
Run it yourself or use the hosted service.
Triggers, running on your machines
Mention the bot in GitHub, Slack, or Discord and an agent starts on your daemon.
@alp-bot show me the latest P0 issues
Three P0 issues are open:
- #2811Terminal output drops under load
- #2804Relay reconnect loop on Android after sleep
- #2799Worktree cleanup leaves stale branches
@alp-bot create a pull request for the first one
Ran on macbook-pro. Opened phucanh08/alp#1234 with a fix for the terminal writes.
Runs the agents you already have
The Hub ships no agent of its own, so your team works with the providers, subscriptions, and skills already configured on your daemons.
Works with your existing infrastructure
The Hub connects to the daemons you already run, and your apps keep connecting to those same daemons.
Triggers and teammates
webhooks and mentions
Hub
Self-hosted or managed
the same RPCs the app and CLI use
Your daemons
direct connection or relay
alp apps
Choose how to run Hub
The plan comparison is temporarily unavailable.
FAQ
+What is the Hub?
+Why is it a separate service instead of part of the daemon?
The daemon stays one lean executable on one machine. The Hub talks to daemons over the same RPCs the app and the CLI use, so anyone can build their own hub on top of alp.
It also has a different job. The Hub is meant to be exposed to the internet, shared with a team, and run multi-tenant. None of that belongs in a single machine daemon.
+Can I run it myself?
npx @getpaseo/hub and complete setup in the browser. The upstream Paseo Hub source is available on GitHub, and the self-hosting guide covers more involved deployments.+What do I need to run it?
+Is there a hosted version?
+What else is planned?
Not built yet, listed so you know where this is going.
- Provisioning daemons for your team
- Sharing settings and skills across a team
- More integrations