Here are the steps to install and use OpenManus:
OpenManus
GitHub: OpenManus
Free API method: Create an API key from Hyperbolic or Groq = Free!
Instructions
How to install Manus
Step 1:
- Create a new Conda environment with Python 3.12:
conda create -n open_manus python=3.12
- Activate the environment:
conda activate open_manus
Step 2:
- Clone the GitHub repository:
git clone https://github.com/mannaaandpoem/OpenManus.git
- Change to the directory:
CD OpenManus
Step 3:
- Install the dependencies:
pip install -r requirements.txt
Step 4:
- Copy the sample configuration file:
cp config/config.example.toml config/config.toml
Step 5:
- Open the configuration file for editing:
nano config/config.toml
Step 6:
- Set up the global LLM configuration and add your API key.
Step 7:
- Save and close the file:
- Press
Control + X
, thenY
, and finallyEnter
.
Step 8:
- Run the main program:
python main.py
Step 9:
- Try it!
Step 10:
- If you have problems, take a screenshot of the problem and paste it into the terminal along with the GitHub instructions.