Bub
A hook-first runtime for agents that live alongside people.
Overview
Requirements
Recommended VPS
Hostinger · KVM 4
4 vCPU · 16384 MB · 200 GB
Hostinger · KVM 4
4 vCPU · 16384 MB · 200 GB
Hostinger · KVM 8
8 vCPU · 32256 MB · 400 GB
Affiliate disclosure
Docker Compose
# Generated by Run This Ai — docker-compose.yml
services:
bub:
image: abawuw/bub:latest
restart: unless-stopped
ports:
- 8080:8080
volumes:
- ./data/bub:/data
Related tools
AutoGPT
Build, Deploy, and Run AI Agents — autonomous AI that chains tasks to reach goals
Browser Use
Make websites accessible for AI agents — automate any online task
n8n
Workflow automation with AI nodes
OpenHands
AI-driven development platform — an autonomous coding agent that writes, runs, and debugs code
MetaGPT
Multi-Agent Framework for AI Software Teams
Dify
Open-source LLM app development platform
Guides & articles
Building Your First Agent With Bub: A Hands-On Tutorial
Step-by-step tutorial to create a Bub agent from scratch — install, chat, write custom plugins, run as a gateway, and compare with traditional frameworks.
What Is Bub? A Hook-First Runtime for Agentic Workflows
Bub is a compact Python runtime for building AI agents in shared environments. Its hook-first architecture lets you override any part of the turn pipeline without forking the core.