Integrations
Grokex Hub
An optional service that sits above your daemons and gives them extra capabilities.
Private beta. Self-hosted first.
Triggers, running on your machines
Mention the bot in GitHub, Slack, or Discord and an agent starts on your daemon.
@grokex-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
@grokex-bot create a pull request for the first one
Ran on macbook-pro. Opened grokex/grokex#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, one per team
the same RPCs the app and CLI use
Your daemons
direct connection or relay
Grokex apps
Getting access
Join the Grokex Discord and DM me. I'm looking for design partners who are comfortable self-hosting.
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 Grokex.
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.
+Why self-hosted first?
+What do I need to run it?
+Will there be 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