Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. πŸ‘‹ OpenManus

πŸ‘‹ OpenManus

Scheduled Pinned Locked Moved App Wishlist
5 Posts 4 Posters 1.9k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • robiR Offline
    robiR Offline
    robi
    wrote on last edited by
    #1

    English | δΈ­ζ–‡ | ν•œκ΅­μ–΄ | ζ—₯本θͺž

    GitHub stars   License: MIT   Discord Follow

    πŸ‘‹ OpenManus

    Manus is incredible, but OpenManus can achieve any idea without an Invite Code πŸ›«!

    Our team members @Xinbin Liang and @Jinyu Xiang (core authors), along with @Zhaoyang Yu, @Jiayi Zhang, and @Sirui Hong, we are from @MetaGPT. The prototype is launched within 3 hours and we are keeping building!

    It's a simple implementation, so we welcome any suggestions, contributions, and feedback!

    Enjoy your own agent with OpenManus!

    We're also excited to introduce OpenManus-RL, an open-source project dedicated to reinforcement learning (RL)- based (such as GRPO) tuning methods for LLM agents, developed collaboratively by researchers from UIUC and OpenManus.

    Project Demo

    seo_website.mp4

    Installation

    We provide two installation methods. Method 2 (using uv) is recommended for faster installation and better dependency management.

    Method 1: Using conda

    1. Create a new conda environment:
    conda create -n open_manus python=3.12
    conda activate open_manus
    
    1. Clone the repository:
    git clone https://github.com/mannaandpoem/OpenManus.git
    cd OpenManus
    
    1. Install dependencies:
    pip install -r requirements.txt
    

    Method 2: Using uv (Recommended)

    1. Install uv (A fast Python package installer and resolver):
    curl -LsSf https://astral.sh/uv/install.sh | sh
    
    1. Clone the repository:
    git clone https://github.com/mannaandpoem/OpenManus.git
    cd OpenManus
    
    1. Create a new virtual environment and activate it:
    uv venv --python 3.12
    source .venv/bin/activate  # On Unix/macOS
    # Or on Windows:
    # .venv\Scripts\activate
    
    1. Install dependencies:
    uv pip install -r requirements.txt
    

    Browser Automation Tool (Optional)

    playwright install
    

    Configuration

    OpenManus requires configuration for the LLM APIs it uses. Follow these steps to set up your configuration:

    1. Create a config.toml file in the config directory (you can copy from the example):
    cp config/config.example.toml config/config.toml
    
    1. Edit config/config.toml to 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 MCP tool version, you can run:

    python run_mcp.py
    

    For unstable multi-agent version, you also can run:

    python run_flow.py
    

    Conscious tech

    1 Reply Last reply
    5
    • robiR Offline
      robiR Offline
      robi
      wrote on last edited by
      #2

      Then there is https://github.com/The-Pocket-World/PocketManus as well

      Conscious tech

      1 Reply Last reply
      3
      • L Offline
        L Offline
        LoudLemur
        wrote on last edited by LoudLemur
        #3

        How did we miss this?!
        Well spotted, @robi I was about to add this request myself.
        What is the Docker situation for this?

        • Main Page: https://openmanus.org/
        • Git: https://github.com/openmanus-ai
        • Licence: Apache-2.0
        • Docker: No ?
        • Demo: https://github.com/mannaandpoem/OpenManus#project-demo

        • Summary: introduction to the application

        • Notes: why you like it/concerns

        • Alternative to / Libhunt link: e.g. https://selfhosted.libhunt.com/umap-alternatives
        • Screenshots:

        2025-06-18_12-08-46.png
        2025-06-18_12-08-27.png
        2025-06-18_12-08-07.png
        2025-06-18_12-07-48.png
        2025-06-18_12-07-27.png
        2025-06-18_12-07-27.png
        2025-06-18_12-08-46.png
        2025-06-18_12-08-27.png
        2025-06-18_12-08-07.png
        2025-06-18_12-07-48.png

        1 Reply Last reply
        0
        • timconsidineT Online
          timconsidineT Online
          timconsidine
          App Dev
          wrote on last edited by
          #4

          Github says project has been archived, indicating .... ?

          Indie app dev, scratching my itches, lover of Cloudron PaaS, communityapps.appx.uk

          jdaviescoatesJ 1 Reply Last reply
          1
          • timconsidineT timconsidine

            Github says project has been archived, indicating .... ?

            jdaviescoatesJ Online
            jdaviescoatesJ Online
            jdaviescoates
            wrote on last edited by
            #5

            @timconsidine said in πŸ‘‹ OpenManus:

            Github says project has been archived, indicating .... ?

            ...that they've moved their repositories? 🀷

            There ones seem to still exist:

            https://github.com/OpenManus

            Although this seems to be the only one with any actual code in it:

            https://github.com/OpenManus/OpenManus-RL

            I use Cloudron with Gandi & Hetzner

            1 Reply Last reply
            1

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better πŸ’—

            Register Login
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Bookmarks
            • Search