manus-x  by nuoyimanaituling

Enterprise-grade AI agent system for private deployment

Created 3 months ago
382 stars

Top 74.5% on SourcePulse

GitHubView on GitHub
Project Summary

ManusX provides a fully private, enterprise-grade AI agent system designed for users who require complete control over their data. It enables the development and deployment of custom AI agents without external dependencies, offering a secure and extensible platform for various operations.

How It Works

The system leverages Docker for robust, isolated sandbox environments for each task, ensuring security and preventing data leakage. Its architecture follows Domain-Driven Design (DDD) principles, integrating seamlessly with multiple LLM providers (OpenAI, Anthropic, DeepSeek) via an OpenAI-compatible API. Core components include a FastAPI backend, Vue 3 frontend, and persistent storage via MongoDB and Redis.

Quick Start & Requirements

  • Prerequisites: Docker 20.10+, Docker Compose, an LLM API key and endpoint. 8GB+ RAM recommended.
  • Primary install/run command:
    git clone https://github.com/nuoyimanaituling/manus-x.git
    cd manus-x
    cp .env.example .env
    # Edit .env with API_KEY, API_BASE, MODEL_NAME
    ./run.sh up -d
    
  • Links: Documentation

Highlighted Details

  • Easy Deployment: Minimal setup requiring only an LLM service.
  • Rich Tools: Includes Terminal, Browser, File access, and Web Search with real-
Health Check
Last Commit

3 months ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
466 stars in the last 30 days

Explore Similar Projects

Starred by Junyang Lin Junyang Lin(Core Maintainer at Alibaba Qwen), Eric Zhu Eric Zhu(Coauthor of AutoGen; Research Scientist at Microsoft Research), and
2 more.

OpenSandbox by alibaba

1.8%
10k
Sandbox platform for AI and LLM applications
Created 4 months ago
Updated 11 hours ago
Feedback? Help us improve.