2026-06-14 19:16:24 +08:00
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./images/readme-cover-dark.png">
<img alt="nanobot README cover" src="./images/readme-cover-light.png">
</picture>
2026-04-19 09:42:17 +00:00
2026-02-01 07:36:42 +00:00
<div align="center">
2026-05-20 18:21:48 +08:00
<p>
<a href="https://nanobot.wiki/docs/latest/getting-started/nanobot-overview">English</a> |
<a href="https://nanobot.wiki/cn/docs/latest/getting-started/nanobot-overview">简体中文</a> |
<a href="https://nanobot.wiki/zh-Hant/docs/latest/getting-started/nanobot-overview">繁體中文</a> |
<a href="https://nanobot.wiki/es/docs/latest/getting-started/nanobot-overview">Español</a> |
<a href="https://nanobot.wiki/fr/docs/latest/getting-started/nanobot-overview">Français</a> |
<a href="https://nanobot.wiki/id/docs/latest/getting-started/nanobot-overview">Bahasa Indonesia</a> |
<a href="https://nanobot.wiki/ja/docs/latest/getting-started/nanobot-overview">日本語</a> |
<a href="https://nanobot.wiki/ko/docs/latest/getting-started/nanobot-overview">한국어</a> |
<a href="https://nanobot.wiki/ru/docs/latest/getting-started/nanobot-overview">Русский</a> |
<a href="https://nanobot.wiki/vi/docs/latest/getting-started/nanobot-overview">Tiếng Việt</a>
</p>
2026-02-01 07:36:42 +00:00
<p>
<a href="https://pypi.org/project/nanobot-ai/"><img src="https://img.shields.io/pypi/v/nanobot-ai" alt="PyPI"></a>
2026-02-01 18:18:40 +00:00
<a href="https://pepy.tech/project/nanobot-ai"><img src="https://static.pepy.tech/badge/nanobot-ai" alt="Downloads"></a>
2026-02-01 07:36:42 +00:00
<img src="https://img.shields.io/badge/python-≥3.11-blue" alt="Python">
<img src="https://img.shields.io/badge/license-MIT-green" alt="License">
2026-04-19 09:53:37 +00:00
<a href="https://github.com/HKUDS/nanobot/graphs/commit-activity" target="_blank">
<img alt="Commits last month" src="https://img.shields.io/github/commit-activity/m/HKUDS/nanobot?labelColor=%20%2332b583&color=%20%2312b76a"></a>
<a href="https://github.com/HKUDS/nanobot/issues?q=is%3Aissue%20is%3Aclosed" target="_blank">
<img alt="Issues closed" src="https://img.shields.io/github/issues-search?query=repo%3AHKUDS%2Fnanobot%20is%3Aissue%20is%3Aclosed&label=issues%20closed&labelColor=%20%237d89b0&color=%20%235d6b98"></a>
2026-04-19 09:42:17 +00:00
<a href="https://twitter.com/intent/follow?screen_name=nanobot_project" target="_blank">
<img src="https://img.shields.io/twitter/follow/nanobot_project?logo=X&color=%20%23f5f5f5" alt="follow on X(Twitter)"></a>
<a href="https://nanobot.wiki/docs/latest/getting-started/nanobot-overview"><img src="https://img.shields.io/badge/Docs-nanobot.wiki-blue?style=flat&logo=readthedocs&logoColor=white" alt="Docs"></a>
2026-02-01 18:17:56 +00:00
<a href="./COMMUNICATION.md"><img src="https://img.shields.io/badge/Feishu-Group-E9DBFC?style=flat&logo=feishu&logoColor=white" alt="Feishu"></a>
<a href="./COMMUNICATION.md"><img src="https://img.shields.io/badge/WeChat-Group-C5EAB4?style=flat&logo=wechat&logoColor=white" alt="WeChat"></a>
2026-02-03 12:42:06 +00:00
<a href="https://discord.gg/MnCvHqpUGB"><img src="https://img.shields.io/badge/Discord-Community-5865F2?style=flat&logo=discord&logoColor=white" alt="Discord"></a>
2026-02-01 07:36:42 +00:00
</p>
</div>
2026-06-06 19:49:33 +08:00
🐈 **nanobot** is an open-source, ultra-lightweight personal AI agent you can truly own. It keeps the agent core small and readable while giving you the practical pieces for real long-running work: WebUI, chat channels, tools, memory, MCP, model routing, automation, and deployment.
2026-02-01 07:36:42 +00:00
2026-06-10 00:36:22 +08:00
## Start Here
| You want to... | Go to |
|---|---|
| Install nanobot with no terminal/config background | [Start Without Technical Background ](./docs/start-without-technical-background.md ) |
| Install quickly and get one CLI reply | [Install ](#-install ) and [Quick Start ](#-quick-start ) |
2026-07-03 18:58:04 +08:00
| Open the bundled browser UI | [WebUI ](#-webui ) |
2026-07-04 03:03:18 +08:00
| Connect Telegram, Discord, WeChat, Slack, Email, Mattermost, or another chat app | [Chat Apps ](./docs/chat-apps.md ) |
2026-06-10 00:36:22 +08:00
| Configure providers, fallback models, Langfuse, MCP, web tools, or security | [Docs ](./docs/README.md ) and [Configuration ](./docs/configuration.md ) |
| Understand or extend the internals | [Architecture ](./docs/architecture.md ) and [Development ](./docs/development.md ) |
2026-07-08 15:23:34 +08:00
## What can nanobot do?
nanobot is a self-hosted personal AI agent runtime. It can:
- run in a browser WebUI or terminal
- connect to Telegram, Discord, Slack, WeChat, Email, Mattermost, and other chat apps
- use tools such as files, shell, web search, web fetch, MCP, cron, image generation, and subagents
- keep session history and long-term memory through Dream
- run long-horizon goals and scheduled automations
- expose a Python SDK and OpenAI-compatible API for integrations
- deploy as a long-running local or server-side agent gateway
## Latest Release
**v0.2.2 - Durability Release**
Highlights:
- Segmented WebUI transcripts
- Python SDK runtime controls
- Automation management
- Search/STT provider improvements
- Gateway/session/provider reliability
[See full changelog ](https://github.com/HKUDS/nanobot/releases/tag/v0.2.2 )
2026-06-14 14:43:36 +08:00
## Open Source Partners
<p align="center">
2026-06-14 14:49:06 +08:00
<a href="https://platform.kimi.com?aff=nanobot"><picture><source media="(prefers-color-scheme: dark)" srcset="https://kimi-file.moonshot.cn/prod-chat-kimi/kfs/4/1/2026-06-05/1d8h69mt3v89kkekg24gg"><img alt="Kimi Open Source Friends" height="44" src="https://kimi-file.moonshot.cn/prod-chat-kimi/kfs/4/1/2026-06-05/1d8h69fudcmosb3pipls0"></picture></a>
2026-06-14 14:43:36 +08:00
<a href="https://platform.minimaxi.com/subscribe/token-plan?code=GILTJpMTqZ&source=link"><img alt="MiniMax" height="40" src="https://mintcdn.com/minimax-zh/1UjvBcdoC6r0UeyA/logo/light.svg?fit=max&auto=format&n=1UjvBcdoC6r0UeyA&q=85&s=672d724b639b2d88d0702fae329ea4f8"></a>
</p>
2026-07-08 15:58:43 +08:00
## Recent Updates
2026-07-08 15:23:34 +08:00
2026-07-13 22:50:22 +08:00
- **2026-07-12** Explicit `/goal` activation, safer runtime and workspace access.
- **2026-07-11** Syntax-highlighted previews and diffs, queued prompts, safer edits.
- **2026-07-10** Stable model routing, multiline CLI input, new automation guide.
- **2026-07-09** Live file-edit diffs, safer localhost setup, Matrix image fixes.
- **2026-07-08** Safer WebUI/API setup, onboard refresh, responsive prompt rail.
2026-02-18 14:41:13 +00:00
2026-07-08 15:58:43 +08:00
For older updates, see the [release archive ](./docs/release-archive.md ) or [GitHub releases ](https://github.com/HKUDS/nanobot/releases ).
2026-02-01 07:36:42 +00:00
2026-06-01 05:19:14 +08:00
## 💡 Why nanobot
2026-02-01 07:36:42 +00:00
2026-06-01 05:26:18 +08:00
- **Persistent workflows**: goals, memory, tools, and chat context survive long-running work.
2026-07-04 03:03:18 +08:00
- **Chat-native reach**: WebUI, API, Telegram, Feishu, Slack, Discord, Teams, email, and Mattermost.
2026-06-01 05:26:18 +08:00
- **Model freedom**: OpenAI-compatible APIs, local LLMs, image generation, search, and fallbacks.
- **Small core**: readable internals with MCP, memory, deployment, and automation built in.
- **Own your stack**: inspect, customize, self-host, and extend without a giant platform.
2026-02-01 07:36:42 +00:00
2026-04-19 09:42:17 +00:00
## 📦 Install
2026-02-01 07:36:42 +00:00
2026-04-19 09:42:17 +00:00
> [!IMPORTANT]
2026-04-19 09:48:16 +00:00
> If you want the newest features and experiments, install from source.
>
> If you want the most stable day-to-day experience, install from PyPI or with `uv`.
2026-02-01 07:36:42 +00:00
2026-06-10 00:36:22 +08:00
Pick **one** install method:
Prerequisites: Python 3.11 or newer. Git is only needed for a source install; Node.js/Bun are only needed if you are developing the WebUI itself.
If terminals, API keys, or config files are new to you, use the guided zero-background walkthrough in [Start Without Technical Background ](./docs/start-without-technical-background.md ) instead of this compact README path.
**One-command setup**
macOS / Linux:
2026-04-19 09:42:17 +00:00
```bash
2026-06-16 12:57:46 +05:00
curl -fsSL https://raw.githubusercontent.com/HKUDS/nanobot/main/scripts/install.sh | sh
2026-06-10 00:36:22 +08:00
```
Windows PowerShell:
```powershell
irm https : // raw . githubusercontent . com / HKUDS / nanobot / main / scripts / install . ps1 | iex
```
2026-07-03 18:58:04 +08:00
The default command installs or upgrades `nanobot-ai` from PyPI, then starts `nanobot onboard --wizard` . It avoids system-wide pip installs by using an active virtual environment, `uv` , `pipx` , or a managed venv under `~/.nanobot/venv` . If Quick Start finishes, skip the manual initialize/configure steps below and go straight to **Open the WebUI** .
2026-06-10 00:36:22 +08:00
To preview the plan without changing your environment, pass `--dry-run` ; combine it with `--dev` when you want to preview the main-branch install.
```bash
2026-06-16 12:57:46 +05:00
curl -fsSL https://raw.githubusercontent.com/HKUDS/nanobot/main/scripts/install.sh | sh -s -- --dry-run
2026-06-10 00:36:22 +08:00
```
```powershell
& ([ scriptblock ]:: Create (( irm https : // raw . githubusercontent . com / HKUDS / nanobot / main / scripts / install . ps1 ))) - -dry-run
```
To install the current `main` branch instead, pass `--dev` :
```bash
2026-06-16 12:57:46 +05:00
curl -fsSL https://raw.githubusercontent.com/HKUDS/nanobot/main/scripts/install.sh | sh -s -- --dev
2026-06-10 00:36:22 +08:00
```
```powershell
& ([ scriptblock ]:: Create (( irm https : // raw . githubusercontent . com / HKUDS / nanobot / main / scripts / install . ps1 ))) - -dev
```
If you prefer to inspect the script first, open [`scripts/install.sh` ](./scripts/install.sh ) or [`scripts/install.ps1` ](./scripts/install.ps1 ).
2026-04-19 09:42:17 +00:00
**Install with `uv`**
```bash
uv tool install nanobot-ai
```
2026-06-16 22:18:56 +08:00
**Install from PyPI with pip**
```bash
python -m pip install nanobot-ai
```
If pip reports `externally-managed-environment` on macOS or Linux, use the one-command installer, `uv tool install nanobot-ai` , `pipx install nanobot-ai` , or install inside a virtual environment.
2026-06-10 00:36:22 +08:00
**Install from source**
2026-04-19 09:42:17 +00:00
```bash
2026-06-10 00:36:22 +08:00
git clone https://github.com/HKUDS/nanobot.git
cd nanobot
python -m pip install -e .
```
Verify the install:
```bash
nanobot --version
2026-04-19 09:42:17 +00:00
```
## 🚀 Quick Start
**1. Initialize**
2026-06-20 23:52:03 +08:00
Skip this step if the one-command setup already started the wizard and Quick Start finished there.
2026-06-10 00:36:22 +08:00
2026-04-19 09:42:17 +00:00
```bash
nanobot onboard
```
2026-06-21 21:33:25 +08:00
Use `nanobot onboard --wizard` if you prefer an interactive setup.
2026-06-10 00:36:22 +08:00
2026-04-19 09:42:17 +00:00
**2. Configure** (`~/.nanobot/config.json` )
2026-06-10 00:36:22 +08:00
Skip this step if you already configured provider and model settings in the wizard.
2026-04-19 09:42:17 +00:00
2026-06-21 21:33:25 +08:00
`nanobot onboard` creates `~/.nanobot/config.json` and `~/.nanobot/workspace/` . Configure these **two parts** in the config file. Add or merge the following blocks into the existing file instead of replacing the whole file.
2026-06-10 00:36:22 +08:00
2026-06-21 00:38:22 +08:00
The example below uses a generic OpenAI-compatible `custom` provider so the compact path does not recommend one hosted service. Provider examples are recipes, not rankings or endorsements. For copyable provider-specific setup, see [Provider Cookbook ](./docs/provider-cookbook.md ).
2026-06-10 00:36:22 +08:00
*Set your API key* :
2026-04-19 09:42:17 +00:00
```json
{
"providers" : {
2026-06-21 00:38:22 +08:00
"custom" : {
"apiKey" : "your-api-key" ,
"apiBase" : "https://api.example.com/v1"
2026-04-19 09:42:17 +00:00
}
}
}
```
2026-06-10 00:36:22 +08:00
*Set a model preset and make it active* :
2026-04-19 09:42:17 +00:00
```json
{
2026-06-10 00:36:22 +08:00
"modelPresets" : {
"primary" : {
"label" : "Primary" ,
2026-06-21 00:38:22 +08:00
"provider" : "custom" ,
"model" : "model-id-from-your-provider" ,
2026-06-10 00:36:22 +08:00
"maxTokens" : 8192 ,
2026-06-22 16:27:30 +08:00
"contextWindowTokens" : 200000 ,
2026-06-10 00:36:22 +08:00
"temperature" : 0.1
}
},
2026-04-19 09:42:17 +00:00
"agents" : {
"defaults" : {
2026-06-10 00:36:22 +08:00
"modelPreset" : "primary"
2026-04-19 09:42:17 +00:00
}
}
}
```
2026-06-10 00:36:22 +08:00
Direct `agents.defaults.provider` and `agents.defaults.model` still work for existing configs, but named presets are the recommended path because they also power `/model` switching and `fallbackModels` .
For another provider, the same config shape still applies:
| Replace | Where |
|---|---|
| Provider config key | `providers.<provider>` |
| API key | `providers.<provider>.apiKey` |
| Preset provider name | `modelPresets.primary.provider` |
| Model ID | `modelPresets.primary.model` |
| Endpoint URL, only when needed | `providers.<provider>.apiBase` |
2026-06-22 01:09:58 +08:00
**3. Open the WebUI**
2026-07-03 18:58:04 +08:00
Start the browser workbench:
2026-06-22 01:09:58 +08:00
```bash
2026-07-03 18:58:04 +08:00
nanobot webui
2026-06-22 01:09:58 +08:00
```
2026-07-03 18:58:04 +08:00
`nanobot webui` prepares the local WebSocket channel if needed, starts the gateway, and opens `http://127.0.0.1:8765` . It binds the first-run WebUI to `127.0.0.1` by default, so it is not exposed to your LAN. Prefer not to keep a terminal open? Use `nanobot webui --background` , then manage the gateway with `nanobot gateway status` , `logs` , `restart` , and `stop` .
2026-06-22 01:09:58 +08:00
For manual or terminal-only setup, test one CLI message:
2026-06-10 00:36:22 +08:00
```bash
nanobot status
nanobot agent -m "Hello!"
```
In `nanobot status` , it is normal for most providers to say `not set` . The active preset's provider should be configured, and `Config` plus `Workspace` should show check marks.
If that works, start an interactive chat:
2026-04-19 09:42:17 +00:00
```bash
nanobot agent
```
2026-06-10 00:36:22 +08:00
Need help with `PATH` , API keys, provider/model matching, or JSON errors? See the fuller [Install and Quick Start ](./docs/quick-start.md ) and [Troubleshooting ](./docs/troubleshooting.md ).
2026-04-19 09:42:17 +00:00
2026-06-10 00:36:22 +08:00
- Want a pasteable provider setup? See [Provider Cookbook ](./docs/provider-cookbook.md )
- Want to understand provider/model matching? See [Providers and Models ](./docs/providers.md )
- Want web search, MCP, security settings, or more config options? See [Configuration ](./docs/configuration.md )
- Want to run locally? See [Ollama ](./docs/providers.md#ollama ), [vLLM or another local OpenAI-compatible server ](./docs/providers.md#vllm-or-other-local-openai-compatible-server ), and the full [provider reference ](./docs/configuration.md#providers ).
2026-04-19 09:46:35 +00:00
- Want to run nanobot in chat apps like Telegram, Discord, WeChat or Feishu? See [Chat Apps ](./docs/chat-apps.md )
- Want Docker or Linux service deployment? See [Deployment ](./docs/deployment.md )
2026-02-01 21:50:35 +08:00
2026-05-16 13:38:11 +00:00
## 🌐 WebUI
2026-04-19 13:10:36 +00:00
2026-06-16 19:52:16 +08:00
The WebUI ships **inside the published wheel** — no extra build step. It is the browser workbench for chat sessions, workspace controls, Apps, Skills, Automations, and settings. For the full user guide, see [`docs/webui.md` ](./docs/webui.md ).
2026-04-19 13:10:36 +00:00
<p align="center">
<img src="images/nanobot_webui.png" alt="nanobot webui preview" width="900">
</p>
2026-07-03 18:58:04 +08:00
**Open it**
2026-04-19 13:10:36 +00:00
```bash
2026-07-03 18:58:04 +08:00
nanobot webui
2026-04-19 13:10:36 +00:00
```
2026-07-03 18:58:04 +08:00
The command enables the local WebSocket channel after confirmation, starts the gateway, and opens [`http://127.0.0.1:8765` ](http://127.0.0.1:8765 ). To open it from another device on your LAN, see [WebUI docs -> LAN access ](./docs/webui.md#lan-access ).
2026-05-16 13:38:11 +00:00
2026-06-10 00:36:22 +08:00
The WebUI is served by the WebSocket channel on port `8765` by default. The gateway's `18790` port is for the health endpoint, not the browser UI.
2026-05-16 13:38:11 +00:00
> [!TIP]
2026-06-16 19:52:16 +08:00
> Working on the WebUI itself? Check out [`webui/README.md`](./webui/README.md) for the source-tree, Vite dev server, build, and test workflow.
2026-04-19 13:10:36 +00:00
2026-02-01 07:36:42 +00:00
## 🏗️ Architecture
<p align="center">
2026-04-19 09:42:17 +00:00
<img src="images/nanobot_arch.png" alt="nanobot architecture" width="800">
2026-02-01 07:36:42 +00:00
</p>
2026-04-19 09:42:17 +00:00
🐈 nanobot stays lightweight by centering everything around a small agent loop: messages come in from chat apps, the LLM decides when tools are needed, and memory or skills are pulled in only as context instead of becoming a heavy orchestration layer. That keeps the core path readable and easy to extend, while still letting you add channels, tools, memory, and deployment options without turning the system into a monolith.
2026-03-11 08:11:28 +00:00
2026-02-01 07:36:42 +00:00
## ✨ Features
<table align="center">
<tr align="center">
2026-02-01 21:16:40 +08:00
<th><p align="center">📈 24/7 Real-Time Market Analysis</p></th>
<th><p align="center">🚀 Full-Stack Software Engineer</p></th>
2026-02-01 21:17:31 +08:00
<th><p align="center">📅 Smart Daily Routine Manager</p></th>
2026-02-01 21:16:40 +08:00
<th><p align="center">📚 Personal Knowledge Assistant</p></th>
2026-02-01 07:36:42 +00:00
</tr>
<tr>
<td align="center"><p align="center"><img src="case/search.gif" width="180" height="400"></p></td>
<td align="center"><p align="center"><img src="case/code.gif" width="180" height="400"></p></td>
2026-02-04 14:08:41 -05:00
<td align="center"><p align="center"><img src="case/schedule.gif" width="180" height="400"></p></td>
2026-02-01 07:36:42 +00:00
<td align="center"><p align="center"><img src="case/memory.gif" width="180" height="400"></p></td>
</tr>
<tr>
2026-02-01 21:16:40 +08:00
<td align="center">Discovery • Insights • Trends</td>
<td align="center">Develop • Deploy • Scale</td>
<td align="center">Schedule • Automate • Organize</td>
<td align="center">Learn • Memory • Reasoning</td>
2026-02-01 07:36:42 +00:00
</tr>
</table>
2026-04-19 09:42:17 +00:00
## 📚 Docs
2026-02-01 07:36:42 +00:00
2026-04-19 09:42:17 +00:00
Browse the [repo docs ](./docs/README.md ) for the latest features and GitHub development version, or visit [nanobot.wiki ](https://nanobot.wiki/docs/latest/getting-started/nanobot-overview ) for the stable release documentation.
2026-04-04 09:34:37 +00:00
2026-07-08 15:23:34 +08:00
- Use task-oriented guides: [Guides ](./docs/guides/README.md )
2026-06-10 00:36:22 +08:00
- Start with no technical background: [Start Without Technical Background ](./docs/start-without-technical-background.md )
- Start from zero with developer basics: [Install and Quick Start ](./docs/quick-start.md )
- Understand the runtime model: [Concepts ](./docs/concepts.md )
- Read the source-level map: [Architecture ](./docs/architecture.md )
- Choose a provider/model: [Providers and Models ](./docs/providers.md )
- Copy provider setup recipes: [Provider Cookbook ](./docs/provider-cookbook.md )
- Debug setup and runtime failures: [Troubleshooting ](./docs/troubleshooting.md )
2026-07-08 15:23:34 +08:00
- Talk to your nanobot with familiar chat apps: [Chat App AI Agent ](./docs/guides/chat-app-ai-agent.md ) · [Chat Apps ](./docs/chat-apps.md )
2026-07-10 10:21:17 +08:00
- Schedule or trigger agent work: [Automations ](./docs/automations.md )
2026-04-19 09:46:35 +00:00
- Configure providers, web search, MCP, and runtime behavior: [Configuration ](./docs/configuration.md )
- Integrate nanobot with local tools and automations: [OpenAI-Compatible API ](./docs/openai-api.md ) · [Python SDK ](./docs/python-sdk.md )
- Run nanobot with Docker or as a Linux service: [Deployment ](./docs/deployment.md )
2026-02-01 07:36:42 +00:00
2026-02-02 12:52:05 +00:00
## 🤝 Contribute & Roadmap
2026-02-01 07:36:42 +00:00
2026-02-02 12:52:05 +00:00
PRs welcome! The codebase is intentionally small and readable. 🤗
2026-06-08 11:23:19 +08:00
### Contribution Flow
2026-03-15 02:30:09 +08:00
2026-06-10 00:36:22 +08:00
See [CONTRIBUTING.md ](./CONTRIBUTING.md ) for setup, review, and contribution guidelines.
2026-03-15 02:30:09 +08:00
2026-02-02 12:52:05 +00:00
**Roadmap** — Pick an item and [open a PR ](https://github.com/HKUDS/nanobot/pulls )!
2026-02-01 07:36:42 +00:00
2026-04-19 09:42:17 +00:00
- **Multi-modal** — See and hear (images, voice, video)
- **Long-term memory** — Never forget important context
- **Better reasoning** — Multi-step planning and reflection
- **More integrations** — Calendar and more
- **Self-improvement** — Learn from feedback and mistakes
2026-02-01 07:36:42 +00:00
2026-04-26 18:01:55 +00:00
## Contact
This project was started by [Xubin Ren ](https://github.com/re-bin ) as a personal open-source project and continues to be maintained in an individual capacity using personal resources, with contributions from the open-source community. Feel free to contact [xubinrencs@gmail.com ](mailto:xubinrencs@gmail.com ) for questions, ideas, or collaboration.
2026-02-02 12:52:05 +00:00
### Contributors
<a href="https://github.com/HKUDS/nanobot/graphs/contributors">
2026-02-10 03:07:27 +00:00
<img src="https://contrib.rocks/image?repo=HKUDS/nanobot&max=100&columns=12&updated=20260210" alt="Contributors" />
2026-02-02 12:52:05 +00:00
</a>
2026-02-01 07:36:42 +00:00
2026-02-01 23:24:09 +08:00
<p align="center">
<em> Thanks for visiting ✨ nanobot!</em><br><br>
<img src="https://visitor-badge.laobi.icu/badge?page_id=HKUDS.nanobot&style=for-the-badge&color=00d4ff" alt="Views">
2026-05-19 14:49:04 +03:00
</p>