English | 繁體中文 | 简体中文
OpenManus 🙋
Manus is incredible, but OpenManus can achieve any ideas without an Invite Code 🛫!
Our team members @mannaandpoem @XiangJinyu @MoshiQAQ @didiforgithub from @MetaGPT built it within 3 hours!
It’s a simple implementation, so we welcome any suggestions, contributions, and feedback!
Enjoy your own agent with OpenManus!
Project Demo
Installation
- Create a new conda environment:
conda create -n open_manus python=3.12
conda activate open_manus
- Clone the repository:
git clone https://github.com/mannaandpoem/OpenManus.git
cd OpenManus
- Install dependencies:
pip install -r requirements.txt
Configuration
OpenManus requires configuration for the LLM APIs it uses. Follow these steps to set up your configuration:
- Create a
config.tomlfile in theconfigdirectory (you can copy from the example):
cp config/config.example.toml config/config.toml
- Edit
config/config.tomlto add your API keys and customize settings:
# Global LLM configuration
[llm]
model = "gpt-4o"
base_url = "https://api.openai.com/v1"
api_key = "sk-..." # Replace with your actual API key
max_tokens = 4096
temperature = 0.0
# Optional configuration for specific LLM models
[llm.vision]
model = "gpt-4o"
base_url = "https://api.openai.com/v1"
api_key = "sk-..." # Replace with your actual API key
Quick Start
One line for run OpenManus:
python main.py
Then input your idea via terminal!
For unstable version, you also can run:
python run_flow.py
How to contribute
We welcome any friendly suggestions and helpful contributions! Just create issues or submit pull requests.
Or contact @mannaandpoem via 📧email: mannaandpoem@gmail.com
Roadmap
- [ ] Better Planning
- [ ] Live Demos
- [ ] Replay
- [ ] RL Fine-tuned Models
- [ ] Comprehensive Benchmarks
Community Group
Join our networking group on Feishu and share your experience with other developers!

Star History
Acknowledgement
Thanks to anthropic-computer-use and browser-use for providing basic support for this project!
OpenManus is built by contributors from MetaGPT. Huge thanks to this agent community!
OpenManus
Project Details
- tinninhi/OpenManus
- MIT License
- Last Updated: 4/30/2025
Recomended MCP Servers
Bluesky MCP (Model Context Protocol) Server
AWS S3 Model Context Protocol Server (MCP) To Fully Provision And Control Cloud Infra
Shell and coding agent on claude desktop app
一个基于 Model Context Protocol (MCP) 的 FFmpeg 辅助工具,提供视频处理功能。
🦍 King Kong's Real Weather MCP Server - Live OpenWeatherMap Integration
A simple MCP application that delivers curated positive and uplifting news stories.
A Model Context Protocol (MCP) server that integrates with Google's Gemini Pro model, can be used in Claude...
A Model Context Protocol (MCP) server that provides access to Federal Election Commission (FEC) campaign finance data through...
MCP server for interacting with Prometheus
An MCP server implementation that provides tools for interacting with the [Telegram Bot API](https://core.telegram.org/bots/api).





