Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Autonomous Engineering
| Date | Stars |
|---|---|
| 2026-07-24 | 280 |
| 2026-07-25 | 280 |
| 2026-07-28 | 280 |
| 2026-07-30 | 280 |
| 2026-08-06 | 280 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<p align="center"> <img src="site/logo.png" alt="virtengine bosun ai agent" width="150" /> </p> <h1 align="center">bosun</h1> Bosun is a production-grade control plane for an autonomous software engineer. It plans and routes work across executors, automates PR lifecycles, and keeps operators in control through Telegram, the Mini App dashboard, and optional WhatsApp notifications. ## Why "Bosun"? _The name "Bosun" comes from "boatswain", the ship's officer responsible for coordinating deck work, keeping operations moving, and translating command into disciplined execution._ _That maps directly to the Bosun project: it does not replace the captain or crew, it orchestrates the work. Our Bosun plans tasks, routes them to the right executors, enforces operational checks, and keeps humans in control while the system keeps delivery moving. Autonomous engineering with you in control of the operation._ <p align="center"> <a href="https://bosun.engineer">Website</a> · <a href="https://bosun.engineer/docs/">Docs</a> · <a href="https://github.com/virtengine/bosun?tab=readme-ov-file#bosun">GitHub</a> · <a href="https://www.npmjs.com/package/bosun">npm</a> · <a href="https://hub.docker.com/r/virtengine/bosun">Docker Hub</a> · <a href="https://github.com/virtengine/bosun/issues">Issues</a> </p> <p align="center"> <img src="site/workflows.png" alt="Bosun Workflows for Autonomous Engineering" width="100%" /> </p> <p align="center"> <a href="https://github.com/virtengine/bosun/actions/workflows/ci.yaml"><img src="https://github.com/virtengine/bosun/actions/workflows/ci.yaml/badge.svg?branch=main" alt="CI" /></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg" alt="License" /></a> <a href="https://www.npmjs.com/package/bosun"><img src="https://img.shields.io/npm/v/bosun.svg" alt="npm" /></a> </p> --- ## Quick start ```bash npm install -g bosun cd your-repo bosun ``` First run launches setup automatically. You can also run setup directly: ```bash bosun --setup ``` ### Docker quick start Run Bosun with no local Node.js install — pull from Docker Hub: ```bash docker run -d --name bosun -p 3080:3080 \ -v bosun-data:/data \ -e BOSUN_API_KEY=your-secret-key \ virtengine/bosun:latest ``` Or build from the cloned repo: ```bash git clone https://github.com/virtengine/bosun.git && cd bosun docker compose up -d ``` Open `https://localhost:3080` to start the setup wizard. > **All installation options** — npm, source, Docker Hub, docker-compose, Electron desktop — are documented in [`INSTALL.md`](INSTALL.md) and on [bosun.engineer/docs/installation](https://bosun.engineer/docs/installation.html). Requires: - Node.js 22.13+ - Git - Bash (for `.sh` wrappers) or PowerShell 7+ (for `.ps1` wrappers) - GitHub CLI (`gh`) recommended --- ## Permanent Mini App Hostname + Fallback Auth Bosun defaults the Mini App tunnel to **named** mode so the Telegram URL can stay stable (`<user>.<base-domain>`), with quick tunnels only as explicit fallback. Required Cloudflare settings: - `CLOUDFLARE_TUNNEL_NAME` - `CLOUDFLARE_TUNNEL_CREDENTIALS` - `CLOUDFLARE_BASE_DOMAIN` (for example `bosun.det.io`) - `CLOUDFLARE_ZONE_ID` - `CLOUDFLARE_API_TOKEN` (Zone DNS edit scope for the target zone) Useful optional settings: - `CLOUDFLARE_TUNNEL_HOSTNAME` (explicit hostname override) - `CLOUDFLARE_USERNAME_HOSTNAME_POLICY=per-user-fixed` - `TELEGRAM_UI_ALLOW_QUICK_TUNNEL_FALLBACK=false` Fallback admin auth (secondary path) is available and stores only Argon2id hash + salt, never plaintext. Use: - `POST /api/auth/fallback/set` to set/rotate - `POST /api/auth/fallback/rotate` as explicit rotate alias - `POST /api/auth/fallback/reset` to clear - `POST /api/auth/fallback/login` to mint normal `ve_session` cookie --- ## What Bosun does - Routes work across Codex, Copilot, Claude, and OpenCode executors - Automates retries, failover, and PR lifecycle management - Auto-labels attached PRs with `bosun-needs-fi
Excerpt of 11,531 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:90df5f9997e782bd, topic:llm, topic:gpt
matched fp:90df5f9997e782bd, topic:voice-assistant
matched fp:90df5f9997e782bd, topic:agents, readme:ai agent
matched fp:90df5f9997e782bd, topic:automation, topic:n8n