Box0 banner
risingwavelabs risingwavelabs

Box0

Development community

Description

Open-Source Platform for Subagents and Agent Teams. Long-running, collaborative, proactive.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

__Open-Source Platform for Subagents and Agent Teams.__

[![Slack](https://img.shields.io/badge/Slack-join-4A154B?logo=slack)](https://go.risingwave.com/slack) [![npm](https://img.shields.io/npm/v/@box0/cli)](https://www.npmjs.com/package/@box0/cli) [![license](https://img.shields.io/github/license/risingwavelabs/box0)](LICENSE) [![docs](https://img.shields.io/badge/docs-box0-blue)](https://github.com/risingwavelabs/box0/tree/main/docs) [![SKILL.md](https://img.shields.io/badge/SKILL.md-agent%20onboarding-black)](SKILL.md)

Box0 runs multiple AI agents in parallel. You create agents with different roles, trigger them on demand or on a schedule, and collect results. It works with Claude Code and Codex. Single Rust binary, no dependencies.

  • Long-running: agents that persist across sessions and never disappear
  • Collaborative: shared across team members
  • Proactive: cron schedules, webhooks, Slack notifications

Box0 Architecture

Box0 vs Subagents

Box0 Subagents
Setup npm install, one binary Built-in, zero config
Persistence Agents and conversations persist Session only
Scheduling Cron jobs :x:
Notifications Webhooks, Slack, and more :x:
Team sharing Workspaces, multi-user :x:
Dashboard Web UI :x:
Runtime Any agent runtime