ABOUT
LobeHub is an open-source AI chat platform supporting multiple AI providers, plugins, and knowledge base with a modern interface.
infoConfigure your AI provider API keys in /opt/lobehub/.env (e.g. OPENAI_API_KEY).
warningBuilding from source requires significant resources and may take 10+ minutes.
infoUpdate APP_URL in /opt/lobehub/.env if accessing from a different hostname.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally4 CPU8192 MB RAM15 GB disk
Config path/opt/lobehub/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/lobehub.sh'; sha='aaa8d5918fdbdc1311f3ebfb521e0c1cc6ec876b1ba77465399f0b570d6f7943'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/lobehub.shSHA-256 aaa8d5918fdbdc1311f3ebfb521e0c1cc6ec876b1ba77465399f0b570d6f7943 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.