Manus open source version! No invitation code required, Lao Jin will teach you how to use it!

Manus open source version is here, Lao Jin will teach you how to use it easily!
Core content:
1. Introduction to the magic and functions of the universal AI agent Manus
2. Installation and configuration guide of the open source version of Manus without invitation code
3. Quickly start Manus to automate complex tasks
Introduction: What is a general-purpose agent?
Manus has been extremely popular these days, even CCTV.com published an article about him!
The invitation codes on a certain website are so popular that it is really amazing! It is outrageous!
What is its magic? Lao Jin will tell you.
It is reported that this is the world's first truly universal AI Agent. From the cases shown on the official website, we can see that it can think independently, plan and execute complex tasks, and directly deliver complete results. The official claims that Manus is not just a conversational AI tool that can only chat, but a true autonomous intelligent agent.
Judging from the released video demonstration, after receiving user instructions, Manus can directly operate the computer to complete a series of report writing, table creation and other tasks, and finally export products that meet user needs.
Open source version coming!
Is it hard to find a code? Then someone must have bought it quickly on Github!
Only one day online! 10.3k Stars!
We all know how difficult this number is!
Check out the official demo video.
Installation method step-by-step tutorial (don’t be afraid, Lao Jin will tell you how to do it with one click later!)
Installation Guide
1. Create a new conda environment:
conda create -n open_manus python= 3.12
conda activate open_manus
2. Clone the repository:
git clone https://github.com/mannaandpoem/OpenManus.git
cd OpenManus
3. Installation dependencies:
pip install -r requirements.txt
Configuration Instructions
OpenManus needs to be configured to use the LLM API. Please follow the steps below to set it up:
1. Create a config.toml file in the config directory (can be copied from the example):
cp config/config.example.toml config/config.toml
2. Edit config/config.toml to add API key and custom settings:
#Global LLM configuration
[llm]model = "gpt-4o" base_url = "https://api.openai.com/v1" api_key = "sk-..." # Replace with real API key max_tokens = 4096 temperature = 0.0
# Optional specific LLM model configuration
[llm. vision ]
model = "gpt-4o" base_url = "https://api.openai.com/v1" api_key = "sk-..." # Replace with the real API key
Quick Start
Run OpenManus with one line of command:
python main.py
Then enter your ideas through the terminal!
To try out the development version, run:
python run_flow.py
One-click solution?
Of course, to invite our Cursor, we only need to enter a prompt word.
If you don't know how to use it, please see here-> AI programming tutorial list
The project has been downloaded and the config has been configured. You need to help me run main.py in the virtual space. The tutorial website is https://github.com/mannaandpoem/OpenManus/tree/main
In order to avoid network problems and other novices’ problems, I, Lao Jin, will teach you how to download and configure them directly.
Open the URL:
https://github.com/mannaandpoem/OpenManus/tree/main
Click to download the compressed package.
After decompression, open the folder *\OpenManus-main\config in the directory , copy the configuration file, and rename it.
Open Cursor, enter the prompt word, and you're done!
If you are missing any environment during the process, it will install it for you directly. Remember to turn on Agent mode !
Because Lao Jin already had all the environments locally, he skipped these steps, as they were all installed by Cursor before!
A long picture to prove that I only said one sentence!
Finally, I will give you a real test! Watch the video!
Hmm? Something is wrong? Do you want to ask Lao Jin why my app is running in Chinese?
Haha, come find Lao Jin to teach you! ~
Conclusion
AI is no longer a cold code, but a "digital partner" that can fight alongside you - it can take on the tedious work for you and give you back your creativity. If you have read this, it means that you, like me, have ambitions for the future in your heart.
But on the road to the stars and the sea, 99% of people will get stuck in "environmental errors", "API metaphysics", and "deployment obstacles" .
Don’t let the technical barriers dampen your enthusiasm!