OpenAgent

Active
GitHub Go Apache-2.0

Description

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

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (5.6k stars)
  • Permissive open-source license (Apache-2.0)
  • Responsive to issues, low backlog

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+).

Related Projects

UI-TARS Desktop

38.8k · TypeScript
Active A+

ByteDance's open-source multimodal AI agent stack connecting cutting-edge AI models with agent infrastructure for GUI automation and computer control.

multimodal-agentgui-automationcomputer-use +2
  • · Multimodal AI agent stack — Agent TARS + UI-TARS Desktop dual-project architecture covering CLI, Web UI, and desktop
  • · GUI automation — Native desktop and browser control powered by the UI-TARS model
  • · MCP tool integration — Seamless connection to external MCP servers for tool extensibility

AgenticSeek

27.1k · Python
Active A+

Fully local Manus AI alternative that autonomously browses the web, writes code, and interacts via voice, with no API costs

browser-agentcoding-agentlocal-ai +3
  • · Fully Local Execution — All data stays on-device with zero API costs and no cloud dependency
  • · Autonomous Web Browsing — Automatically searches, reads, extracts info, and fills web forms
  • · Coding Assistant — Supports writing and debugging in Python, C, Go, Java, and more

Koog

4.6k · Kotlin
Active A

A JVM framework by JetBrains for building predictable, fault-tolerant, enterprise-ready AI agents across all platforms — from backend services to Android, iOS, and in-browser environments, with built-in MCP and multi-provider LLM support.

kotlinjavaframework +6
  • · Multiplatform deployment across JVM, JS, WasmJS, Android, and iOS via Kotlin Multiplatform
  • · Built-in fault-tolerance with automatic retries and agent state persistence for recovery
  • · Intelligent history compression to optimize token usage in long conversations