-
Notifications
You must be signed in to change notification settings - Fork 1.5k
en deploy langbot manual
langbot-wiki-sync[bot] edited this page Jul 29, 2026
·
1 revision
- Go to the Release page to download the latest version of the zip package (recommended)
langbot-xxx-all.zip(do not download Source Code as it does not include WebUI). Extract it and open a command line (terminal) in the extracted directory.

- Install dependencies
We use uv to manage dependencies.
pip install uv
uv sync- Run the main program once to generate configuration files
uv run main.pyYou will see the following message:
_ ___ _
| | __ _ _ _ __ _| _ ) ___| |_
| |__/ _` | ' \/ _` | _ \/ _ \ _|
|____\__,_|_||_\__, |___/\___/\__|
|___/
⭐️Open Source: https://github.com/langbot-app/LangBot
📖Documentation: https://docs.langbot.app
The following files do not exist and have been automatically generated. Please modify the configuration files as needed and restart:
- data/config.yaml
...
You can now use Ctrl+C to exit the program and continue to the Configure Bots page.
Automatically synchronized from langbot-app/langbot-wiki.
简体中文
指南
开发者
- 插件开发
- 插件 SDK API
- 核心开发
API 参考
- Service API
English
Guides
Developers
-
Plugin Development
- Plugin Development Tutorial
- Completing Plugin Configuration Information
- Plugin Directory Structure
- Component Development
- Code Style Guide
- Migration Guide
- Publish Plugin
- Plugin SDK API
- Core Development
API Reference
- Service API