nuwax
Nuwax Agent OS - The world's first universal agent operating system, building your private vertical general-purpose agent. 全球首个通用智能体操作系统,打造你私有的垂类通用智能体。新一代AI应用设计、开发、实践平台,无需代码,轻松创建,适合各类人群,支持多种端发布及API,提供完善的工作流、插件以及应用开发能力,RAG知识库与数据表存储能力,MCP接入以及开放能力。
claude mcp add --transport stdio nuwax-ai-nuwax docker run -i nuwax/nuwax:latest
How to use
Nuwax AI provides a private Agentic AI platform that you can deploy locally using the official nuwax-cli tool. The system is designed to manage a main local service and optional Agent Computer (Sandbox) deployments, allowing you to orchestrate private AI agents across one or more servers. Once running, you can start, stop, and monitor the docker-based services, perform backups, and upgrade deployments through a set of convenient CLI commands. The solution emphasizes Docker-based deployment with a one-click installation script to simplify setup, and it includes management commands for service lifecycle, backups, and upgrades. Use these capabilities to deploy and manage private AI agents and their sandboxes securely on your infrastructure.
How to install
Prerequisites:
- A machine with Docker and Docker Compose installed (Docker Desktop on macOS/Windows or Docker Engine on Linux).
- Basic familiarity with running shell commands.
Installation steps:
- Prepare your environment
- Ensure your OS meets the platform requirements (Linux, macOS, or Windows) and Docker is running.
- Install Docker (if not already installed)
- Follow the official Docker installation guide for your platform. For quick verification, run:
docker --version
docker compose version
- Install Nuwax via the one-click Docker script (recommended)
- Run the one-click installer to set up Docker and related components configured for Nuwax:
bash <(wget -qO- https://xuanyuan.cloud/docker.sh)
- Deploy the Main Service using nuwax-cli
- After Docker is installed, use the nuwax-cli to deploy the main service and any Agent Computer (Sandbox) deployments as needed. Typical commands include:
# Start the main service (via nuwax-cli)
./nuwax-cli docker-service start
# Check status
./nuwax-cli docker-service status
# Manage backups
./nuwax-cli auto-backup run
./nuwax-cli list-backups
./nuwax-cli rollback [BACKUP_ID]
# Upgrade deployment
./nuwax-cli auto-upgrade-deploy run
- Optional: Verify Docker environment
- Confirm Docker is properly installed and accessible by running a test container:
docker run hello-world
Notes:
- The installation script supports multiple Linux distributions and mirrors, with automatic configuration to optimize network performance in your region.
- The deployment relies on Docker and Docker Compose; ensure you have the appropriate permissions to run Docker commands (you may need sudo on some systems).
Additional notes
Tips and common issues:
- Docker permissions: If you encounter permission errors when running docker ps, consider adding your user to the docker group or run commands with sudo.
- Platform support: The Quick Start emphasizes Linux (Ubuntu 22.04+), macOS, and Windows support is in progress. For best results on macOS, use OrbStack or Docker Desktop.
- Agent Computer (Sandbox): You can deploy sandboxed agent environments on multiple servers to enable distributed private AI agents; each server must have Docker and Docker Compose installed.
- Mirror acceleration: For mainland China users, enable domestic mirrors during installation to speed up downloads.
- Environment variables: The deployment typically uses Docker images; if you have custom configurations, you may extend the docker run command with environment variables (e.g., -e VAR=value) as needed.
Related MCP Servers
AstrBot
Agentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
deepchat
🐬DeepChat - A smart assistant that connects powerful AI to your personal world
claude-context
Code search MCP for Claude Code. Make entire codebase the context for any coding agent.
better-chatbot
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
FireRed-OpenStoryline
FireRed-OpenStoryline is an AI video editing agent that transforms manual editing into intention-driven directing through natural language interaction, LLM-powered planning, and precise tool orchestration. It facilitates transparent, human-in-the-loop creation with reusable Style Skills for consistent, professional storytelling.
LLMTornado
The .NET library to build AI agents with 30+ built-in connectors.