https://github.com/cheapestinference/silos
Open-source alternative web UI for OpenClaw — manage agents, sessions, channels, tasks, cron jobs, and more
https://github.com/cheapestinference/silos
ai-agents dashboard discord openclaw react telegram typescript whatsapp
Last synced: 2 months ago
JSON representation
Open-source alternative web UI for OpenClaw — manage agents, sessions, channels, tasks, cron jobs, and more
- Host: GitHub
- URL: https://github.com/cheapestinference/silos
- Owner: cheapestinference
- License: mit
- Created: 2025-11-15T19:53:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-03-24T12:53:46.000Z (3 months ago)
- Last Synced: 2026-03-24T18:13:14.012Z (3 months ago)
- Topics: ai-agents, dashboard, discord, openclaw, react, telegram, typescript, whatsapp
- Language: TypeScript
- Homepage: https://silosplatform.com
- Size: 1.53 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-openclaw - Silos Dashboard - source dashboard for OpenClaw — manage agents, sessions, channels (WhatsApp, Telegram, Discord, Slack), cron jobs, and analytics. React/TypeScript, i18n (en/es/fr/de), dark/light theme. Also available as [managed hosting](https://silosplatform.com) with flat-rate AI inference included. | (Community Projects / Deployment & Infrastructure)
- awesome-openclaw-plugins - Silos Dashboard - source (MIT) multi-tenant dashboard for OpenClaw — shared browser session, multi-channel management (WhatsApp, Telegram, Discord, Slack), skills marketplace, Docker one-command deploy, agent/session analytics, cron jobs, i18n (en/es/fr/de). Also available as [managed hosting](https://silosplatform.com). | (Community Plugins / Observability & Cost)
README
# 🚀 Silos: The Command Center for OpenClaw
**Silos transforms OpenClaw from a powerful framework into a professional AI Operation Center.**
Stop managing your agents through terminals and raw config files. Silos provides a high-performance, intuitive web interface to monitor, configure, and scale your AI agents in real-time.
[](https://github.com/cheapestinference/silos/releases)
[](https://github.com/cheapestinference/silos/pkgs/container/silos)
[](https://github.com/cheapestinference/silos/commits/main)
[](https://github.com/cheapestinference/silos/stargazers)
[](https://github.com/cheapestinference/silos/blob/main/LICENSE)
[](https://silosplatform.com)
---
## 🎬 See it in Action
https://github.com/user-attachments/assets/86835726-f840-40e3-8847-cc33dee63ad4
*The most intuitive way to control your AI agents in real-time.*
---
## ⚡️ Quick Start (Self-Hosted)
Get your dashboard up and running in seconds using Docker:
```bash
docker pull ghcr.io/cheapestinference/silos:latest
docker run -d --name silos \
-p 3001:3001 \
-e GATEWAY_TOKEN=your-token \
-e OWNER_EMAIL=you@example.com \
--restart unless-stopped \
ghcr.io/cheapestinference/silos:latest
```
👉 Open [`http://localhost:3001`](http://localhost:3001) and connect your OpenClaw Gateway.
---
## ☁️ The "Zero Friction" Path
**Don't want to manage VPS, Docker, or Security updates?**
Get a fully managed OpenClaw instance with **Flat-Rate AI included**. No per-token anxiety, no setup headaches. Ready in 5 minutes.
👉 **[Deploy on SilosPlatform.com](https://silosplatform.com)**
---
## 🛠 The Power of Silos
Silos isn't just a UI; it's a complete management layer for the OpenClaw ecosystem.
### 🧠 Total Brain Control

* **Live Brain Editor:** Edit `SOUL.md`, `IDENTITY.md`, `MEMORY.md`, and `BOOTSTRAP.md` on the fly.
* **Workspace Explorer:** Full CRUD access to your agent's files and folders.
* **Dynamic Model Selection:** Swap between GPT, Claude, DeepSeek, or Mistral per agent.
* **Tool Permissions:** Granular control over which tools each agent can access.
### 📈 Operational Intelligence

* **Real-time Session Monitoring:** Track token usage, context window utilization, and active agents.
* **Task Pipeline (Kanban):** Visualize running, completed, and failed tasks. Stop or abort any process instantly.
* **Advanced Scheduling:** Create one-time, interval, or complex Cron-expression schedules for your agents.
* **Subagent Hierarchy:** Full visibility into parent-child session delegation.
### 🌐 Seamless Connectivity

* **Omnichannel Hub:** One-click pairing for WhatsApp (QR), Telegram, Discord, and Slack.
* **Skill Marketplace:** Browse, install, and manage skills directly from [ClawHub](https://clawhub.ai/).
* **Gateway Management:** Centralized control of your OpenClaw Gateway connection and auth.
---
## 📐 Architecture
```mermaid
graph TD
U[User / Browser]
A["Silos Dashboard
(React SPA)"]
F[Firebase Auth]
B[OpenClaw Gateway]
W[("Workspace Files
+ Agent State")]
C[OpenClaw Agents]
T[External APIs / Tools]
CH["Messaging Channels
WhatsApp · Telegram · Discord · Slack"]
U -->|HTTPS| A
A -.->|OAuth / Session| F
A -->|WebSocket streaming| B
A -->|REST · CRUD| B
B --> W
B --> C
C --> T
C --> CH
```
**Tech Stack:** React 19 · TypeScript · Vite · Tailwind CSS · Zustand · Firebase Auth
---
## 🤝 Contributing
We love contributions! Whether it's a new feature, a bug fix, or a translation, check out our [CONTRIBUTING.md](/CONTRIBUTING.md) to get started.
---
Built by CheapestInference · Licensed under MIT
⭐ Star us on GitHub — it's the #1 way to support the project