Delegate complex tasks to a swarm of AI agents
through a universally accessible, privacy-first platform.
[ https://devs.new ]
Features • Quick start • Self-Hosting
𝐃𝐄𝐕𝐒 is an open-source, browser-native platform that enables users to delegate complex tasks to a swarm of AI agents. Here are some of its standout features:
- 🤖 LLM provider independence: BYOK support for OpenAI, Anthropic, Google Gemini, Mistral, Ollama, and custom endpoints.
- 🧠 Local AI models: Run HuggingFace open models directly in your browser.
- 💰 Traces & Cost tracking: LLM observability with real-time cost tracking and performance metrics.
- 🤖 AI Studio: Pre-built agents, custom agent builder.
- 📝 Methodologies: 8D, A3, Agile, AOSTC, DMAIC, PDCA, Scrum, YOLO, and your own.
- 🧠 Agent Memory: Agents learn and remember information from conversations with human review.
- 🔧 Tools: Equip agents with capabilities like Wikipedia search, arXiv search, and custom integrations.
- 🎯 Intelligent orchestration: Automated multi-agent task coordination with validation.
- 🎭 Hyper meta-prompting: Multi-layered prompt generation for dynamic task handling.
- 👥 Dynamic team formation: Mimicking human organizational structures.
- 🔗 Connectors: Integrations with Google Drive, Gmail, Calendar, Notion and more.
- 🏪 Marketplace: Extensible platform with apps, agents, connectors, and tools.
- 🎤 Meeting Bot: AI agents join Google Meet as real participants.
- 🌐 Browser-native: The browser is the OS. Runs entirely in your browser, no server dependencies.
- 🛡️ Privacy-first: All data stays on your device, no tracking, no cookies.
- 🥷 Offline capable: Works without internet after initial load.
- 💾 Local Backup: Bidirectional sync to a local folder with human-readable Markdown files.
- 📱 Mobile-first design: Optimized for touch and small screens.
- 🌐 Multi-language support: Accessibility for global users.
- 🔍 Global Search: Unified search across agents, conversations, tasks, and files.
- 💄 Customizable: Tailor the platform to your specific needs.
- 🌐 Universal access: Web-based platform accessible from anywhere: https://devs.new
- 🔄 P2P Sync: Cross-device synchronization with CRDT-based conflict resolution.
- 🤝 Team collaboration: Peer-to-peer networking and sharing.
- 📱 QR Code support: Easily share and access your platform configuration.
- ⚙️ Open-source: Community-driven development and transparency.
- 🐳 Docker-ready: One-command self-hosting with an image of ~10MB (registry).
docker run -d -p 80:80 codename/devsThen open http://localhost in your browser.
Alternatively, check out the compose.yaml file for a Docker Compose setup.
services:
devs:
image: codename/devs
ports:
- 8080:80
See https://hub.docker.com/r/codename/devs for more details.
Contributions are welcome! Please see CONTRIBUTING.md for details.
This project is licensed under the MIT License. See the LICENSE file for details.