OpenAgent
ActiveDescription
Next-generation personal AI assistant powered by LLM, RAG and agent loops, supporting computer-use, browser-use and coding agent capabilities.
Key Features
- Support for 30+ model providers, switchable per conversation without code changes
- Autonomous agent loops: browser automation, web search, shell execution and Office automation
- MCP-compatible integration with any MCP server (SSE/Stdio/StreamableHTTP)
- RAG knowledge base with auto-chunked document embedding and semantic search
- Single binary distribution with no runtime dependencies, ready to use out of the box
- Visual workflow builder with conditional branching, parallel execution and task scheduling
Use Cases
π‘ Personal AI assistant integrating multiple LLMs for chat, search, code execution and more
π‘ Enterprise knowledge Q&A systems providing precise answers from document RAG
π‘ Browser automation tasks such as form filling, web scraping and data collection
π‘ Extend agent capabilities by integrating third-party tools via MCP
Categories
Quick Start
Run curl -fsSL https://raw.githubusercontent.com/the-open-agent/openagent/master/scripts/install.sh | bash then open http://localhost:14000. Also supports Docker and building from source (Go 1.25+, Node.js 20+).