Show HN: 5dive – Run a Company of Claude Code/Codex Agents (Written in Bash) 5dive, a new open-source tool written in Bash, lets users run a company of AI coding agents (Claude, Codex, and others) on their own Linux server, with each agent as a separate Linux user managed by systemd and coordinated through a shared SQLite task queue. The tool, released under MIT license, aims to minimize human intervention by having agents escalate only when a decision is needed, and it has already been used to ship releases of 5dive.ai itself. run a company of AI agents on a server you own English | 简体中文 /5dive-ai/5dive/blob/main/README.zh-CN.md Quickstart quickstart · Why 5dive why-5dive · Zero-human proof /5dive-ai/5dive/blob/main/docs/zero-human.md · Use from your AI agent for-your-ai-agent · Security security--isolation · Full CLI docs https://5dive.ai/docs/5dive-cli?utm source=github&utm medium=owned&utm campaign=5dive-readme · Managed VM https://5dive.ai?utm source=github&utm medium=owned&utm campaign=5dive-readme A company of AI agents, and the orchestrator is just bash. No framework, no protocol, no broker: each agent is its own Linux user running an official coding CLI claude, codex, a few others as a systemd service, coordinating through one bash CLI they all call. Isolation is unix users, supervision is systemd, logs are journald. I used the OS instead of building a platform. They take work off a shared SQLite task queue, hand it to each other while you sleep, and ping your phone over Telegram only when a human has to decide. Works with every major agent CLI. We run our own company on this.The agents that build 5dive.ai cut this repo's releases, and only ask a human when they're stuck. The badge up top is that claim, measured: releases shipped versus decisions escalated to a human. Same binary you're installing. MIT, no open-core. Run it yourself, or skip the ops with the managed VM . Run your whole company in plain language , from the AI agent you already have. Add the 5dive-cli skill for-your-ai-agent : create agents, assign work, read the org chart. One-line setup ↓ for-your-ai-agent 1. install curl -fsSL https://install.5dive.ai | sudo bash 2. create your first agent, the wizard wires Telegram too: paste a bot token BotFather gives you one , send the bot /start, and it pairs itself. No codes. sudo 5dive init Scripting it instead CI, provisioning ? The non-interactive path needs one extra step, the bot replies to your first DM with a pairing code: sudo 5dive agent create my-agent --type=claude --channels=telegram --telegram-token=