{"id":30350,"date":"2025-03-09T13:40:42","date_gmt":"2025-03-09T05:40:42","guid":{"rendered":"https:\/\/www.1ai.net\/?p=30350"},"modified":"2025-03-09T13:40:42","modified_gmt":"2025-03-09T05:40:42","slug":"%e6%97%a0%e9%9c%80%e9%82%80%e8%af%b7%e7%a0%81%ef%bc%8c%e5%bc%80%e6%ba%90%e7%89%88manus%e5%ae%89%e8%a3%85%e6%95%99%e7%a8%8b","status":"publish","type":"post","link":"https:\/\/www.1ai.net\/en\/30350.html","title":{"rendered":"No invitation code required, open source version of Manus installation tutorials"},"content":{"rendered":"<p>The year 2025 is called AI Agent (AI). <a href=\"https:\/\/www.1ai.net\/en\/tag\/agent\" title=\"[View articles tagged with [Agent]]\" target=\"_blank\" >Agent<\/a>) The Year of the Dollar! This phrase was thoroughly <a href=\"https:\/\/www.1ai.net\/en\/tag\/manus\" title=\"[View articles tagged with [Manus]]\" target=\"_blank\" >Manus<\/a> The burst of fire to break the circle sealed the deal!<\/p>\n<p>AI technology at home and abroad is now very mature, and the AI Agent is able to gradually change the way we work, which allows AI to not only understand, generate text and write code, but also directly operate the computer, perform tasks, browse the web, and process documents.<\/p>\n<p>In the future, it will play a variety of roles in every aspect of our life and work, just like office software.<\/p>\n<p>However, the likes of Manus, one of the world's most powerful <a href=\"https:\/\/www.1ai.net\/en\/tag\/ai%e4%bb%a3%e7%90%86\" title=\"[View articles tagged with [AI Agent]]\" target=\"_blank\" >AI Agent<\/a>, still requires an invitation code, limiting access to regular users.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-30351\" title=\"86d3def4j00ssucz600csd000u000gvm\" src=\"https:\/\/www.1ai.net\/wp-content\/uploads\/2025\/03\/86d3def4j00ssucz600csd000u000gvm.jpg\" alt=\"86d3def4j00ssucz600csd000u000gvm\" width=\"1080\" height=\"607\" \/><\/p>\n<p>Now,<strong>OpenManus<\/strong>\u00a0As an open source replica of Manus.<strong>Completely free, no invitation code required, runs locally!<\/strong><\/p>\n<p>It not only supports web browsing, file manipulation, and writing code, but also integrates with PythonExecute, BrowserUseTool, GoogleSearch, and other tools to accomplish many tasks locally.<\/p>\n<p>Currently, OpenManus has reaped 14.7K Stars on GitHub, which is a testament to its popularity and influence in the community.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-30352\" title=\"0c6c25ddj00ssucz600c7d000u000g3m\" src=\"https:\/\/www.1ai.net\/wp-content\/uploads\/2025\/03\/0c6c25ddj00ssucz600c7d000u000g3m.jpg\" alt=\"0c6c25ddj00ssucz600c7d000u000g3m\" width=\"1080\" height=\"579\" \/><\/p>\n<p>Core competencies<\/p>\n<ul>\n<li><strong>Free Local Run<\/strong>: Anyone can download and run it, supports local deployment, and has complete control over data privacy.<\/li>\n<li><strong>AI Agent Core Capabilities<\/strong>Support for a wide range of tasks, including web browsing, file manipulation, code execution, task planning &amp; memorization, and other complex tasks.<\/li>\n<li><strong>Built-in powerful tools<\/strong>: Integration of code executors, browser tools, search engines and other utilities<\/li>\n<li><strong>Adoption of the ReAct model<\/strong>: Execute tasks with the current context for decision making, and add Plan planning to better manage multi-step tasks.<\/li>\n<\/ul>\n<p>Core Tools Analysis<\/p>\n<p>The power of OpenManus cannot be separated from the following key tools:<\/p>\n<ul>\n<li><strong>PythonExecute<\/strong>: Allows to execute Python code and interact directly with the computer system. It can be used to process files, analyze data or implement automated tasks, which is simply a great tool for developers.<\/li>\n<li><strong>FileSaver<\/strong>: Supports saving files locally, such as txt, Python scripts, HTML files, etc., which is very useful.<\/li>\n<li><strong>BrowserUseTool<\/strong>: The ability to open a browser, browse the web and even control operations, allowing web-related tasks to be automated.<\/li>\n<li><strong>GoogleSearch<\/strong>: Integrated web search function to help retrieve information quickly and enhance efficiency.<\/li>\n<\/ul>\n<p>Together, these tools build a versatile ecosystem that allows OpenManus to address a wide range of needs, from programming to information management.<\/p>\n<p><strong>Deployment<\/strong><\/p>\n<p>A local Python environment is required, and it is recommended to use Conda to create a pristine virtual environment.<\/p>\n<p>conda create -n open_manus python=3.12<br \/>\nconda activate open_manus<\/p>\n<p>Cloning Project:<\/p>\n<p>git clone https:\/\/github.com\/mannaandpoem\/OpenManus.git<br \/>\ncd OpenManus<\/p>\n<p>Install the dependencies:<\/p>\n<p>pip install -r requirements.txt<\/p>\n<p>For configuration related, you need to create a configuration file named config.toml and place it in the config directory<\/p>\n<p>cp config\/config.example.toml config\/config.toml<\/p>\n<p>The main thing is some LLM model configuration, which is as follows:<\/p>\n<p># Global LLM configuration<br \/>\n[llm]<br \/>\nmodel = \"gpt-4o\"<br \/>\nbase_url = \u201chttps:\/\/api.openai.com\/v1\u201d<br \/>\napi_key = \u201csk-...\u201d # Replace with your actual API key<br \/>\nmax_tokens = 4096<br \/>\ntemperature = 0.0<\/p>\n<p># Optional configuration for specific LLM models<br \/>\n[llm.vision]<br \/>\nmodel = \"gpt-4o\"<br \/>\nbase_url = \u201chttps:\/\/api.openai.com\/v1\u201d<br \/>\napi_key = \u201csk-...\u201d # Replace with your actual API key<\/p>\n<p>Two quick runs:<\/p>\n<p>python main.py<br \/>\n# or<br \/>\npython run_flow.py<\/p>\n<p>Final Thoughts<\/p>\n<p><strong>OpenManus<\/strong>\u00a0As an open source version of Manus, it is not only free, no invitation code is required, but also has powerful capabilities such as local running, task planning, web interaction, code execution, etc., making the AI agent really usable!<\/p>\n<p>Supporting the Plan&amp;ReAct mechanism, users can customize the system Prompt to personalize AI behavior. OpenManus is a promising choice for users who want a local AI assistant!<\/p>\n<p>GitHub project address: https:\/\/github.com\/mannaandpoem\/OpenManus<\/p>","protected":false},"excerpt":{"rendered":"<p>The year 2025 has been called the year of the AI Agent! This statement has been completely confirmed by Manus's fire breaking circle! At present, domestic and foreign AI technology has been very mature, and AI Agent is able to gradually change our way of working, which allows AI not only to understand, generate text and write code, but also to directly operate the computer, perform tasks, browse the web, and deal with documents. In the future, it will play a variety of roles in every aspect of our lives and work, just like office software. However, Manus, the most powerful AI agent in the world, still requires an invitation code, limiting the use of ordinary users. Now, OpenManus, as an open source replica of Manus, is completely free, no invitation required!<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[149,144],"tags":[1405,3410,5895,1138],"collection":[],"class_list":["post-30350","post","type-post","status-publish","format-standard","hentry","category-jiaocheng","category-baike","tag-agent","tag-ai","tag-manus","tag-1138"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/posts\/30350","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/comments?post=30350"}],"version-history":[{"count":0,"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/posts\/30350\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/media?parent=30350"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/categories?post=30350"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/tags?post=30350"},{"taxonomy":"collection","embeddable":true,"href":"https:\/\/www.1ai.net\/en\/wp-json\/wp\/v2\/collection?post=30350"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}