mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-20 02:55:08 +08:00
* Update listen-message-event.md * Update other.md * Update send-message.md * Update ai.md * Update ai.md * Update send-message.md * Update listen-message-event.md * Delete docs/zh/dev/star/guides/env.md * Delete docs/en/dev/star/guides/env.md * Update simple.md * Update discord.md * Update discord.md * Update matrix.md * Update matrix.md * Update index.md * Update index.md * Update openapi.md * Update ppio.md * Update ppio.md * Update function-calling.md * Update function-calling.md * Update config.mjs * docs: add EN desktop deployment page * Update plugin.md * Update ai.md * Update ai.md * Update ai.md * Update desktop.md
34 lines
1.8 KiB
Markdown
34 lines
1.8 KiB
Markdown
# Deploy with AstrBot Desktop Client
|
|
|
|
`AstrBot-desktop` is designed for quick local deployment of AstrBot on your personal computer, supporting Windows, macOS, and Linux.
|
|
|
|
Among the various deployment options, the desktop client is best suited for personal local use. It is not recommended for long-term server operation or production environments. For production deployments, consider [Docker](/en/deploy/astrbot/docker) or [Kubernetes](/en/deploy/astrbot/kubernetes) instead.
|
|
|
|
Compared to command-line or container-based solutions, the desktop client offers an out-of-the-box experience, ideal for users who want to get started without dealing with environment setup.
|
|
|
|
Repository: [AstrBotDevs/AstrBot-desktop](https://github.com/AstrBotDevs/AstrBot-desktop)
|
|
|
|
## Who Is It For
|
|
|
|
- Users who want quick local deployment with a graphical interface.
|
|
- Beginners who don't want to manually manage Docker / Python environments.
|
|
- Personal devices that stay online, primarily for individual or small team daily use.
|
|
|
|
## Key Features
|
|
|
|
- Multi-platform installers, ready to use after download.
|
|
- GUI-based configuration, lowering the barrier for first-time deployment.
|
|
- Suitable as a locally resident client.
|
|
|
|
## Download and Install
|
|
|
|
1. Open [AstrBot-desktop Releases](https://github.com/AstrBotDevs/AstrBot-desktop/releases).
|
|
2. Download the installer for your operating system (e.g. `.exe`, `.dmg`, `.rpm`, `.deb`).
|
|
3. Launch the desktop client after installation and follow the setup wizard to complete initialization.
|
|
|
|
## Difference from Launcher Deployment
|
|
|
|
- Desktop client: focuses on an out-of-the-box GUI experience.
|
|
- Launcher deployment: focuses on automated script-based startup, suitable for users who prefer a traditional deployment workflow.
|
|
- See [Launcher Deployment](/en/deploy/astrbot/launcher).
|