-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
All installation methods deliver the same BambuStudio binary. Choose the method that best fits your platform and update preferences.
The APT repository at apt.s3-dev.ovh provides automatic updates via apt upgrade.
Supported distributions: Debian 12+, Ubuntu 22.04 LTS, Ubuntu 24.04 LTS
# 1. Import the signing key
curl -fsSL https://apt.s3-dev.ovh/KEY.gpg \
| sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/bambustudio.gpg
# 2. Add the repository
echo "deb [signed-by=/etc/apt/trusted.gpg.d/bambustudio.gpg] https://apt.s3-dev.ovh stable main" \
| sudo tee /etc/apt/sources.list.d/bambustudio.list
# 3. Install
sudo apt update && sudo apt install bambu-studioUpdate:
sudo apt upgrade bambu-studioRemove:
sudo apt remove bambu-studio
sudo rm /etc/apt/sources.list.d/bambustudio.list
sudo rm /etc/apt/trusted.gpg.d/bambustudio.gpgyay -S bambu-studio-binAny AUR helper works: paru, trizen, aurutils, etc. The -bin package installs the pre-built binary — no compilation required.
Update:
yay -Syu bambu-studio-binAppImages are self-contained and require no installation. Ubuntu 22.04 and 24.04 AppImages are built nightly.
- Download the latest
.AppImagefrom the releases page - Make it executable and run:
chmod +x BambuStudio_*.AppImage
./BambuStudio_*.AppImageTip
Use AppImageLauncher to integrate AppImages into your desktop environment.
flatpak install flathub com.bambulab.BambuStudio
flatpak run com.bambulab.BambuStudioNote
The Flathub version is maintained by the upstream Bambu Lab community. This fork's Flatpak is built from our release artifacts and attached to each release.
# Download from releases page, then:
sudo dpkg -i bambustudio_*.deb
sudo apt-get install -f # resolve any missing dependencies# Fedora
sudo dnf install ./bambustudio-*.rpm
# openSUSE
sudo zypper install ./bambustudio-*.rpmbrew tap BenJule/homebrew-tap
brew install --cask bambu-studioUpdate:
brew upgrade --cask bambu-studioSupported: macOS 13 Ventura and later, Intel and Apple Silicon (universal binary).
- Download the latest
.dmgfrom the releases page - Open the
.dmgand drag BambuStudio to/Applications
Note
On first launch macOS may show a security prompt. Go to System Settings → Privacy & Security and click Open Anyway.
winget install BenJule.BambuStudioUpdate:
winget upgrade BenJule.BambuStudioSupported: Windows 10 (1903+) and Windows 11, x64 and ARM64.
- Download the latest
.exeinstaller from the releases page - Run the installer and follow the setup wizard
Both x64 and ARM64 installers are provided.
Release artifacts are signed with GPG. To verify:
# Import the release signing key (from the releases page)
gpg --import bambu-release-key.asc
# Verify the artifact
gpg --verify BambuStudio_*.AppImage.sig BambuStudio_*.AppImageSHA-256 checksums are listed in each release's description.
Nightly pre-releases are published daily at approximately 02:00–04:00 UTC from the latest master commit. They are useful for testing recent fixes before an official release.
Warning
Nightly builds may be unstable. Do not use them in a production workflow. A 14-day rolling history is kept; older nightlies are automatically deleted.
Find nightlies under Releases — they are tagged nightly-YYYYMMDD-<sha> and marked as Pre-release.
See Troubleshooting for common installation issues.