Milvus gets an AI-native admin panel, but the license changed
Attu is a full-featured GUI for Milvus vector databases that now comes with a chat-driven AI agent and a v3 rewrite.

What it does Attu is a management interface for Milvus vector databases, available as a web app or desktop client. It handles multi-cluster connections, schema editing, data exploration, vector search, monitoring, and backups. The v3 rewrite uses React 19, TanStack Start, and Vite.
The interesting bit The built-in AI agent is the standout addition: it exposes 50+ Milvus management tools through natural language chat, supporting OpenAI, Anthropic, DeepSeek, Gemini, and custom endpoints. You can create collections, run queries, and analyze performance without writing code. The agent maintains separate sessions per cluster, which matters when you’re juggling dev, staging, and production.
Key highlights
- Multi-cluster management from a single deployment with isolated workspaces per connection
- AI agent with 50+ tools for chat-driven database operations
- Prometheus metrics dashboard with 16+ real-time metrics and ReactFlow topology visualization
- Backup and restore to S3, MinIO, GCS, and Azure Blob Storage
- REST API playground scoped to your connection, database, and collection
- Desktop app with auto-updates for macOS, Linux, and Windows
Caveats
- License changed from Apache 2.0 to proprietary starting at v2.6.0; v3 is not open source
- v3 is currently in beta (v3.0.0-beta.1), and compatibility with Milvus 2.5.x–2.6.x is explicitly version-locked
- The README notes a recurring Docker networking gotcha:
localhostwon’t work from inside the container
Verdict Worth evaluating if you run Milvus in production and want unified ops tooling. Skip it if you need open-source admin tools or if the proprietary license is a blocker for your organization.
Frequently asked
- What is zilliztech/attu?
- Attu is a full-featured GUI for Milvus vector databases that now comes with a chat-driven AI agent and a v3 rewrite.
- Is attu open source?
- Yes — zilliztech/attu is an open-source project tracked on heatdrop.
- What language is attu written in?
- zilliztech/attu is primarily written in Shell.
- How popular is attu?
- zilliztech/attu has 3k stars on GitHub.
- Where can I find attu?
- zilliztech/attu is on GitHub at https://github.com/zilliztech/attu.