AgentsMesh
Enrichment pendingThe AI Agent Workforce Platform. Run a hundred AI coding agents across your own machines — schedule, isolate, and steer them all from one console.
GraphCanon updated today · GitHub synced today
Trust & integrity
Full report- Maintenance
- Active (14d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- 24 low (24 low)
- As of today · Source: osv@v1
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
The AI Agent Workforce Platform. Run a hundred AI coding agents across your own machines — schedule, isolate, and steer them all from one console.
Capability facts
- MCP server
- No MCP server detected
Source: repo_scan · Jul 11, 2026
- Languages
- go, javascript, typescript
Source: github.language+package.json · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 11, 2026)
**Prerequisites:** Go 1.24+, Node.js 20+, pnpm, DockerSource link
Tags
README
Getting Started
The fastest way to use AgentsMesh is the hosted service at agentsmesh.ai — sign up, connect your Git provider, and start running agents in minutes. Bring your own AI API keys (BYOK): no usage caps, full cost control.
1. Install a Runner
The Runner is a lightweight daemon that runs on your machine and executes AI agents locally. Your code stays on your infrastructure. Install one per machine you want in the fleet.
curl -fsSL https://agentsmesh.ai/install.sh | sh
See the Runner README for more installation options (deb, rpm, Windows, etc.)
Quick Start
Run the whole stack locally with one command.
git clone https://github.com/AgentsMesh/AgentsMesh.git
cd AgentsMesh/deploy/dev
./dev.sh
This starts the full stack: PostgreSQL, Redis, MinIO, Backend, Relay, Traefik, and a local Next.js frontend with hot reload.
Access:
| Service | URL |
|---|---|
| Web Console | http://localhost:3000 |
| API | http://localhost:80/api |
Test Accounts:
| Role | Password | |
|---|---|---|
| User | dev@agentsmesh.local | devpass123 |
| Admin | admin@agentsmesh.local | adminpass123 |
Ports are dynamically allocated per worktree. Check
deploy/dev/.envfor actual values.
Manual Setup
Prerequisites: Go 1.24+, Node.js 20+, pnpm, Docker
---
# 1. Start infrastructure
cd deploy/dev && ./dev.sh
---
# 2. Backend (auto-starts in Docker with hot reload)
docker compose logs -f backend
---
## License
[Business Source License 1.1](LICENSE) (BSL-1.1)
- **Change Date:** 2030-02-28
- **Change License:** GPL-2.0-or-later
The BSL allows you to use, copy, and modify the software for non-production purposes. Production use requires a commercial license until the change date, after which the software becomes available under GPL-2.0-or-later. See [LICENSE](LICENSE) for the full terms and additional use grant.