Skip to content

en deploy update

langbot-wiki-sync[bot] edited this page Jul 29, 2026 · 1 revision

Update LangBot

Using Package Manager

Please execute in the directory you deployed LangBot again:

uvx langbot@latest

This command will download and start the latest version of LangBot.

Using Docker (or one-click deployment based on Docker)

Please execute in the directory you cloned LangBot:

git pull

Please execute in the docker/ directory:

docker compose up --force-recreate --pull always -d

This command will pull the latest LangBot image and rebuild the container.

Note

4.3.0 version changed the content and location of the docker-compose.yaml file, if you updated from a previous version, please redploy according to the documentation.

Manual Deployment

Download the latest release's langbot-<version>-all.zip from the Assets section on the Releases page, extract it to the original deployment directory, and restart.

LangBot Documentation

Home

简体中文
指南
开发者
API 参考
Other pages
English
Guides
Developers
API Reference
Other pages
日本語
ガイド
開発者
API リファレンス
Other pages

Clone this wiki locally