Nuwax bundles the whole agent stack into one Docker-heavy OS
Nuwax is a self-hosted platform for building private agent fleets, bundling sandboxes, knowledge bases, and enterprise admin tools behind a single CLI.

What it does Nuwax is an “Agent OS” that wraps agent creation and distribution, model proxy, knowledge bases, plugins, and workflows into a single Docker-based platform. It exposes agents through web apps, mobile mini-programs, and enterprise IM clients like Feishu and Slack, while a management portal handles users, audit logs, and permissions. A separate “Agent Computer” sandbox can be distributed across multiple servers to isolate agent execution from the main control plane.
The interesting bit
Rather than offering a library or framework, Nuwax ships as a complete appliance: it treats sandboxing as infrastructure and wraps everything in a nuwax-cli deployment tool with built-in backup and upgrade commands. The architecture diagram in the README reads like a full-stack product blueprint, not a minimalist coding kit.
Key highlights
- Multi-frontend support: PC web, H5, mini-apps, and direct integration with enterprise IM platforms (Feishu, DingTalk, WeCom, Slack).
- Component library covers models, knowledge bases, data tables, plugins, workflows, MCP, and skills.
- Distributed sandboxing via the optional Agent Computer, deployable across separate servers.
- Management portal includes user management, audit logs, menu permissions, and system configuration.
- Deployment-oriented: ships with a CLI and targets Docker on Ubuntu, macOS, and (eventually) Windows.
Caveats
- The README is heavy on installation steps and Docker requirements but light on how the memory system, model proxy, or plugin SDK actually work.
- Most of the feature list is presented as an architecture diagram and directory of components; concrete integration details for MCP are not shown.
Verdict Worth a look if you need a private, all-in-one agent operations platform with enterprise guardrails and don’t mind Docker-heavy deployment. Skip it if you were hoping for a lightweight Python package or a clear framework API.
Frequently asked
- What is nuwax-ai/nuwax?
- Nuwax is a self-hosted platform for building private agent fleets, bundling sandboxes, knowledge bases, and enterprise admin tools behind a single CLI.
- Is nuwax open source?
- Yes — nuwax-ai/nuwax is open source, released under the Apache-2.0 license.
- What language is nuwax written in?
- nuwax-ai/nuwax is primarily written in TypeScript.
- How popular is nuwax?
- nuwax-ai/nuwax has 848 stars on GitHub.
- Where can I find nuwax?
- nuwax-ai/nuwax is on GitHub at https://github.com/nuwax-ai/nuwax.