ARGO is an open-source AI Agent platform that brings Local Manus to your desktop. With one-click model downloads, seamless closed LLM integration, and offline-first RAG knowledge bases, ARGO becomes a DeepResearch powerhouse for autonomous thinking, task planning, and 100% of your data stays locally. Support Win/Mac/Docker.
824
stars
159
commits
Python
primary language
Jan 6, 2026
updated

中文 | English | Official Website | Documentation | 官方网站 | 文档 | Contribute | Feedback
ARGO is an open-source AI Agent client that makes it easy to build & use AI-powered assistants capable of autonomous thinking, task planning, and handling complex tasks. It supports one-click download of open-source models and integrates closed-source models, providing convenient access to local RAG knowledge bases and MCP tools. In addition, ARGO can be fully deployed privately, secure and controllable, with 100% data stored locally, supporting offline operation, and is compatible with Windows, Mac, and Linux systems.
The vision of ARGO is to allow every user to have their own exclusive super AI Agent, enabling more people to benefit from the convenience AI Agents bring.
👏 Join us on Discord | Twitter | WeChat Group
❤️ Love ARGO? Give us a star 🌟 to receive all release notifications from GitHub!
⚠️️ The project is still in the early stages, actively being developed. We appreciate your contributions, feedback, and patience.
🔗 Official website: https://xark-argo.com/
📚 Quick Start Guide: https://docs.xark-argo.com/getting-started
https://github.com/user-attachments/assets/2f23c1a9-b834-492b-b2eb-69a3f442634d

📦 Flexible Integration of Open-Source and Closed-Source Models:
🏠 DeepResearch & Multi-Agent Collaboration:
🧩 Local RAG Knowledge Base:
🛠️ MCP Protocol & Tool Support:
🤖 Agent Factory:
🤖 Chat Conversations:
🔒 Privacy Protection & Cross-Platform Experience:
Feel free to join our community and share your thoughts and feedback! Discord | WeChat Group | GitHub Discussions
Before installing Argo, ensure that your machine meets the following minimum system requirements:
- CPU >= 4 cores
- RAM >= 8 GB
Additional software requirements when using Docker:
- Docker >= 24.0.0
- Docker Compose >= v2.26.1
Tip: To enable CUDA in Docker, you need to install the Nvidia CUDA container toolkit
Download, double-click, and complete installation.
If you already have Ollama running locally or in another container and want Argo to use it, run:
docker compose -f docker/docker-compose.yaml up -d
✅ Note: This setup does not include Ollama, so some model download features (such as HuggingFace) may be unavailable. It’s recommended to pair with an external Ollama service.
If you want Argo to include Ollama and run models using CPU inference, run:
docker compose -f docker/docker-compose.ollama.yaml up -d
📦 Ollama will be deployed as a service alongside Argo, with the service address at http://ollama:11434, supporting automatic downloading and loading of local models.
If you want to run LLM models in a GPU-enabled environment, use:
docker compose -f docker/docker-compose.ollama.gpu.yaml up -d
🚀 This version enables --gpus all and mounts NVIDIA drivers. Make sure your host has the NVIDIA Container Toolkit properly installed.
The Ollama service is also deployed within the container at the address http://ollama:11434 and supports GPU-accelerated model inference.
Once installed, you can access Argo at http://localhost:38888.
Refer to the development documentation
ARGO is currently in its early stages of development, and we are actively working to improve functionality and fix issues. Before it reaches a stable version, you may encounter some usability issues or instability. We sincerely request your understanding and support!
ARGO is an active open-source community project, and we welcome contributions in various forms:
Please refer to our Contribution Guide for code contributions. Thank you for your support and contributions!
Python
99.4%
ARGO is an open-source AI Agent platform that brings Local Manus to your desktop. With one-click model downloads, seamless closed LLM integration, and offline-first RAG knowledge bases, ARGO becomes a DeepResearch powerhouse for autonomous thinking, task planning, and 100% of your data stays locally. Support Win/Mac/Docker.
824
stars
159
commits
Python
primary language
Jan 6, 2026
updated

中文 | English | Official Website | Documentation | 官方网站 | 文档 | Contribute | Feedback
ARGO is an open-source AI Agent client that makes it easy to build & use AI-powered assistants capable of autonomous thinking, task planning, and handling complex tasks. It supports one-click download of open-source models and integrates closed-source models, providing convenient access to local RAG knowledge bases and MCP tools. In addition, ARGO can be fully deployed privately, secure and controllable, with 100% data stored locally, supporting offline operation, and is compatible with Windows, Mac, and Linux systems.
The vision of ARGO is to allow every user to have their own exclusive super AI Agent, enabling more people to benefit from the convenience AI Agents bring.
👏 Join us on Discord | Twitter | WeChat Group
❤️ Love ARGO? Give us a star 🌟 to receive all release notifications from GitHub!
⚠️️ The project is still in the early stages, actively being developed. We appreciate your contributions, feedback, and patience.
🔗 Official website: https://xark-argo.com/
📚 Quick Start Guide: https://docs.xark-argo.com/getting-started
https://github.com/user-attachments/assets/2f23c1a9-b834-492b-b2eb-69a3f442634d

📦 Flexible Integration of Open-Source and Closed-Source Models:
🏠 DeepResearch & Multi-Agent Collaboration:
🧩 Local RAG Knowledge Base:
🛠️ MCP Protocol & Tool Support:
🤖 Agent Factory:
🤖 Chat Conversations:
🔒 Privacy Protection & Cross-Platform Experience:
Feel free to join our community and share your thoughts and feedback! Discord | WeChat Group | GitHub Discussions
Before installing Argo, ensure that your machine meets the following minimum system requirements:
- CPU >= 4 cores
- RAM >= 8 GB
Additional software requirements when using Docker:
- Docker >= 24.0.0
- Docker Compose >= v2.26.1
Tip: To enable CUDA in Docker, you need to install the Nvidia CUDA container toolkit
Download, double-click, and complete installation.
If you already have Ollama running locally or in another container and want Argo to use it, run:
docker compose -f docker/docker-compose.yaml up -d
✅ Note: This setup does not include Ollama, so some model download features (such as HuggingFace) may be unavailable. It’s recommended to pair with an external Ollama service.
If you want Argo to include Ollama and run models using CPU inference, run:
docker compose -f docker/docker-compose.ollama.yaml up -d
📦 Ollama will be deployed as a service alongside Argo, with the service address at http://ollama:11434, supporting automatic downloading and loading of local models.
If you want to run LLM models in a GPU-enabled environment, use:
docker compose -f docker/docker-compose.ollama.gpu.yaml up -d
🚀 This version enables --gpus all and mounts NVIDIA drivers. Make sure your host has the NVIDIA Container Toolkit properly installed.
The Ollama service is also deployed within the container at the address http://ollama:11434 and supports GPU-accelerated model inference.
Once installed, you can access Argo at http://localhost:38888.
Refer to the development documentation
ARGO is currently in its early stages of development, and we are actively working to improve functionality and fix issues. Before it reaches a stable version, you may encounter some usability issues or instability. We sincerely request your understanding and support!
ARGO is an active open-source community project, and we welcome contributions in various forms:
Please refer to our Contribution Guide for code contributions. Thank you for your support and contributions!
Python
99.4%