English | 简体中文
The desktop edition of AstrBot, designed for fast local installation and convenient access to ChatUI and plugins.
Upstream AstrBot · Documentation · Releases · Issue Tracker
AstrBot Desktop is a packaged desktop distribution of AstrBot for local use. It bundles the WebUI, backend runtime, and desktop shell into a single app, making it a good fit for users who want a quick local setup with ChatUI, plugins, and knowledge base features. If you plan to run AstrBot on a server for long-term use, the upstream AstrBot source, Docker, or panel-based deployment is still the better choice.
- You want to install AstrBot directly on Windows, macOS, or Linux without preparing a full command-line environment first.
- You mainly use ChatUI, the plugin marketplace, and the knowledge base on your local machine.
- You want your data stored in a local directory for easier backup, migration, and troubleshooting.
- You need both
stableandnightlyrelease channels for daily use or early access testing.
- Ready-to-use desktop installation experience with the WebUI and backend runtime included by default.
- Compatible with the upstream AstrBot ecosystem for local ChatUI, plugins, and common workflows.
- Uses an isolated local data directory by default, making configuration, plugins, and logs easier to manage.
- Provides both
stableandnightlychannels for stable usage or early access to recent changes. - Supports migration to source-based deployment, and migration back from source deployment to the desktop app.
If you only want to use the app and do not need to build it locally, download the installer for your platform from Releases.
- Stable: recommended for most users.
- Nightly: automatically built from newer upstream changes for early access to fixes and features.
- Choose the package that matches your operating system and CPU architecture.
AstrBot Desktop stores the AstrBot root directory under the user home directory as .astrbot by default:
- macOS / Linux:
~/.astrbot - Windows:
C:\Users\<username>\.astrbot
Common directories:
| Path | Description |
|---|---|
data/config/ |
Configuration files |
data/plugins/ |
Plugins |
data/plugin_data/ |
Plugin data |
data/knowledge_base/ |
Knowledge base data |
data/webchat/ |
WebChat-related data |
logs/ |
Desktop and backend logs |
If you need to migrate data between the desktop app and a source-based deployment, read docs/data-migration.md first.
stable: recommended for everyday use.nightly: closer to the latest upstream commits, suitable for testing new features or fixes.- On Windows, macOS, and Linux AppImage builds, the desktop updater usually works directly in-app. Some Linux installation methods may still require manual download and installation.
Not really. AstrBot Desktop is intended for local desktop usage and personal workflows. If you need long-running, stable server deployment, use the upstream AstrBot source, Docker, or panel-based deployment instead.
If you downloaded the installer from the internet, macOS may attach a quarantine flag to the app. Run:
xattr -dr com.apple.quarantine /Applications/AstrBot.appThen restart the app. If the app is not located in /Applications, replace the path with the actual one.
Some MCP tools depend on node, npx, or uvx from your system environment. These dependencies are not bundled with the desktop installer, so you need to install them separately.
- Node.js installation docs: https://nodejs.org/
- uv installation docs: https://docs.astral.sh/uv/getting-started/installation/
After installation, you can verify them yourself:
node -v
npm -v
npx -v
uvx --versionThe following repository documents are currently written in Chinese:
docs/data-migration.md: data migration between the desktop app and source deployment.docs/development.md: local build, maintenance commands, version syncing, and release notes.docs/environment-variables.md: environment variable reference.docs/architecture.md: current desktop architecture.docs/repository-structure.md: repository structure overview.
If you need installation help or want to report issues and suggestions, you can reach out through:
- GitHub Issues: https://github.com/AstrBotDevs/AstrBot-desktop/issues
- QQ Group: 1060046189
This project is licensed under AGPL-3.0. See LICENSE for the full text.