Official resources, documentation, and community links for Nanobot.
| Resource |
URL |
Description |
| GitHub Repository |
https://github.com/HKUDS/nanobot |
Source code, issues, discussions |
| PyPI Package |
https://pypi.org/project/nanobot-ai/ |
Python package installation |
| Releases |
https://github.com/HKUDS/nanobot/releases |
Release notes and downloads |
| Metric |
Value |
| Stars |
35,700+ |
| Forks |
6,100+ |
| Latest Release |
v0.1.4.post5 (March 16, 2026) |
| Resource |
URL |
Description |
| Main Repository |
https://github.com/HKUDS/nanobot |
Primary development |
| PyPI: nanobot-ai |
https://pypi.org/project/nanobot-ai/ |
Python package |
| Dockerfile |
https://github.com/HKUDS/nanobot/blob/main/Dockerfile |
Container build |
| docker-compose.yml |
https://github.com/HKUDS/nanobot/blob/main/docker-compose.yml |
Compose config |
| Resource |
URL |
Description |
| GitHub Issues |
https://github.com/HKUDS/nanobot/issues |
Bug reports and features |
| GitHub Discussions |
https://github.com/HKUDS/nanobot/discussions |
Community discussions |
| Platform |
Type |
Description |
| Docker |
Container |
Local build from Dockerfile |
| Docker Compose |
Container |
Multi-service orchestration |
| PyPI |
Python |
pip install nanobot-ai |
| uv |
Python |
uv tool install nanobot-ai (faster) |
| Ansible (Native) |
Automation |
pip/uv installation via Ansible |
| Ansible (Docker) |
Automation |
Docker Compose deployment via Ansible |
| Project |
URL |
Description |
| OpenClaw |
https://github.com/clawdbot/clawdbot |
Full-featured AI agent |
| ZeroClaw |
/web-apps/genai/zeroclaw |
Lightweight Rust rewrite |
| NanoClaw |
/web-apps/genai/nano-claw |
Apple Container-based agents |
| Moltis |
/web-apps/genai/moltis |
Rust single-binary runtime |
| Project |
Description |
| LobeChat |
Modern AI chat platform |
| Dify |
AI application development |
| LangFlow |
Visual LLM workflow builder |
| Provider |
Documentation |
API Keys |
| OpenRouter |
https://openrouter.ai/docs |
https://openrouter.ai/keys |
| Anthropic |
https://docs.anthropic.com |
https://console.anthropic.com |
| OpenAI |
https://platform.openai.com/docs |
https://platform.openai.com |
| DeepSeek |
https://platform.deepseek.com |
https://platform.deepseek.com |
| Groq |
https://console.groq.com/docs |
https://console.groq.com |
| Google Gemini |
https://ai.google.dev/docs |
https://aistudio.google.com |
| Zhipu |
https://open.bigmodel.cn |
https://open.bigmodel.cn |
| Platform |
Documentation |
Bot Setup |
| Telegram |
https://core.telegram.org/bots |
@BotFather |
| Discord |
https://discord.com/developers |
Developer Portal |
| WhatsApp |
https://developers.facebook.com |
QR scan (Node.js bridge) |
| Slack |
https://api.slack.com |
Slack API |
| Feishu |
https://open.feishu.cn |
Feishu Open Platform |
| DingTalk |
https://open.dingtalk.com |
DingTalk Open Platform |
| QQ |
https://bot.q.qq.com |
QQ Bot Platform |
| Email |
IMAP/SMTP |
Email provider |
| Matrix |
https://matrix.org/docs |
Matrix homeserver |
| Wecom |
https://open.work.weixin.qq.com |
Enterprise WeChat |
| Mochat |
Varies |
Claw IM platform |
| Resource |
Description |
| MCP Specification |
Model Context Protocol docs |
| MCP Servers |
@modelcontextprotocol/server-* packages |
| Resource |
Type |
Description |
| GitHub Wiki |
Community wiki |
User-contributed guides |
| 知乎专栏 |
Articles |
Chinese community guides |
| YouTube |
Video tutorials |
Setup and feature guides |
| Tool |
Description |
| uv |
Fast Python package installer |
| vLLM |
Local LLM inference |
| Docker |
Container deployment |
| Resource |
URL |
Description |
| Security Advisories |
https://github.com/HKUDS/nanobot/security |
Security updates |
| Security Policy |
https://github.com/HKUDS/nanobot/blob/main/SECURITY.md |
Security reporting |
| CVE Database |
https://cve.mitre.org |
Vulnerability database |
| Source |
Type |
| GitHub Trending |
Repository popularity |
| Hacker News |
Community discussions |
| Reddit r/selfhosted |
Community recommendations |
| Reddit r/LocalLLaMA |
Local LLM discussions |
| Dev.to |
Developer articles |
| Purpose |
Contact |
| GitHub Issues |
https://github.com/HKUDS/nanobot/issues |
| GitHub Discussions |
https://github.com/HKUDS/nanobot/discussions |
- GitHub Issues - Bug reports and feature requests
- GitHub Discussions - Community support
- README Documentation - Self-help guides
| Task |
Link |
| Download PyPI Package |
https://pypi.org/project/nanobot-ai/#files |
| Report Bug |
https://github.com/HKUDS/nanobot/issues/new |
| Request Feature |
https://github.com/HKUDS/nanobot/discussions |
| View Changelog |
https://github.com/HKUDS/nanobot/releases |
| Setup Guide |
https://github.com/HKUDS/nanobot#readme |
¶ Installation Commands
# PyPI installation
pip install nanobot-ai
# uv installation (faster)
uv tool install nanobot-ai
# Source installation
git clone https://github.com/HKUDS/nanobot
cd nanobot && pip install -e .
# Docker installation
git clone https://github.com/HKUDS/nanobot
cd nanobot && docker compose up -d
| Provider |
API Documentation |
| OpenRouter |
https://openrouter.ai/docs |
| Anthropic |
https://docs.anthropic.com/claude/reference |
| OpenAI |
https://platform.openai.com/docs/api-reference |
| DeepSeek |
https://platform.deepseek.com/api-docs |
| Groq |
https://console.groq.com/docs |
| Platform |
API Documentation |
| Telegram |
https://core.telegram.org/bots/api |
| Discord |
https://discord.com/developers/docs |
| Slack |
https://api.slack.com/apis |
| WhatsApp |
https://developers.facebook.com/docs/whatsapp |
Any questions?
Feel free to contact us. Find all contact information on our contact page.