| # Package Manager Deployment (uv) | |
| Use `uv` to install and run AstrBot quickly. | |
| ## Before You Start | |
| If `uv` is not installed, install it first by following the official guide: | |
| <https://docs.astral.sh/uv/> | |
| `uv` supports Linux, Windows, and macOS. | |
| ## Install and Start | |
| ```bash | |
| uv tool install astrbot | |
| astrbot | |
| ``` | |