lobehub
Your Chief AI Agent Operating Officer, organizing AI teams into 24/7 automated operations.
Download lobehub
Installer for Apple Silicon (M1/M2/M3) Macs (.dmg)
Other downloads (6)
- Download
LobeHub-2.2.13-arm64-mac.zip
unknown · .zip · 143.0 MB
- Download
LobeHub-2.2.13-mac.zip
unknown · .zip · 147.7 MB
- Download
lobehub-desktop-2.2.13.tar.gz
unknown · .tar.gz · 145.5 MB
- Download
lobehub-renderer.tar.gz
unknown · .tar.gz · 22.3 MB
- Download
LobeHub-2.2.13-x64.dmg
x64 · .dmg · 140.3 MB
- Download
lobehub-desktop_2.2.13_amd64.snap
x64 · .other · 131.5 MB
Getting a "can't verify the developer" warning?
If you see a warning on first launch, go to System Settings > Privacy & Security and click "Open Anyway". Open source software usually isn't signed with an Apple developer certificate, which is normal.
Clicking "Download" takes you to a source confirmation page first; the download starts after confirmation.
About lobehub
🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
See incorrect information? Tell us
Risk notice
The project is still in active development (as explicitly stated in the README), so features and UI may change at any time. The open-source license has not been explicitly listed; please review the licensing terms in the official repository before use or distribution. The installers do not indicate whether they are signed or notarized, and Windows SmartScreen and macOS Gatekeeper may block the first run. If you self-host or integrate third-party models, you need to manage API keys and associated costs yourself, and also pay attention to data security.
Who it's for
- Individuals who need to manage multiple AI agents simultaneously
- Teams that want to automate tasks with AI agents
- Technical users interested in agent collaboration and orchestration
- Users who need self-hosted AI services and value data privacy
- Users who enjoy building and customizing AI agents through visual tools
Who it's not for
- Users who only need simple chat replies
- Users who are unwilling to configure their own model API keys
- Users in production environments who have high requirements for software stability and maturity
- Enterprise users who require official technical support
Install guide
Please choose the corresponding installer based on your operating system and device architecture:
macOS
- Apple Silicon (M-series chips): Download
LobeHub-2.2.13-arm64.dmg - Intel chips: Download
LobeHub-2.2.13-x64.dmg
Installation steps:
- Double-click the downloaded
.dmgfile to open the disk image. - Drag the LobeHub icon into the Applications folder.
- Double-click to launch it from Applications.
Common issues: If on first launch you see a warning that the app cannot be opened because it is from an unidentified developer, go to System Settings → Privacy & Security and click Open Anyway, or right-click the app icon and select Open. If it is still blocked, try running the following in Terminal:
xattr -dr com.apple.quarantine /Applications/LobeHub.app(Replace the path with the actual installation path.)
Windows
- Download
LobeHub-2.2.13-setup.exe, double-click to run it, and follow the wizard to complete the installation. - If SmartScreen prompts you, select Run anyway.
Linux
- Generic:
LobeHub-2.2.13.AppImage— grant execution permissions first and then run:
chmod +x LobeHub-2.2.13.AppImage
./LobeHub-2.2.13.AppImage- Debian/Ubuntu:
lobehub-desktop_2.2.13_amd64.deb, install withsudo dpkg -i. - Fedora/openSUSE, etc.:
lobehub-desktop-2.2.13.x86_64.rpm, install withsudo rpm -ivh. - Snap users:
lobehub-desktop_2.2.13_amd64.snap, install withsudo snap install.
FAQ
Is LobeHub free?
It can be downloaded and used for free, and the project source code is hosted on GitHub. However, the open-source license has not been explicitly listed. Please refer to the official repository for specific licensing terms. When using external AI model services (such as OpenAI, DeepSeek, etc.), the corresponding fees are charged by the respective service providers.
Which operating systems does LobeHub support?
The official installers are available for macOS (Intel and Apple Silicon) and Windows. There are also Linux installation files in AppImage, deb, rpm, and snap formats, covering mainstream Linux distributions.
Do I need to provide my own API key to run LobeHub?
According to the project's self-hosting documentation, the `OPENAI_API_KEY` environment variable must be set during deployment. When using the desktop client, refer to the in-app guidance for specific model integration. Generally, calling third-party model services (such as OpenAI, Claude, etc.) requires the corresponding API key and you will bear the costs yourself.
What should I do if macOS warns that the app cannot be opened because it is from an unidentified developer?
This is macOS's default protection for unsigned/unnotarized apps. You can go to System Settings → Privacy & Security and click Open Anyway, or right-click the app icon and select Open. If it is still blocked, refer to the Terminal command in the installation guide to remove the quarantine attribute.
How do I update to a new version?
Keep an eye on the GitHub Releases page. When a new version is released, download the installer for your platform and install it over the current version. Whether in-app automatic updates are supported depends on actual usage.