BambuStudio BenJule
winget install --id=BenJule.BambuStudio -e BambuStudio fork with Linux packaging (AppImage/.deb/.rpm/Flatpak) and CI/CD hardening.
winget install --id=BenJule.BambuStudio -e BambuStudio fork with Linux packaging (AppImage/.deb/.rpm/Flatpak) and CI/CD hardening.

A Linux-first fork of BambuLab/BambuStudio with native packaging and automated, hardened build pipelines.
Installation · Features · Building · Release Process · Security · Contributing
Bambu Studio is a feature-rich slicing software. It offers project-based workflows, systematically optimized slicing algorithms, and an easy-to-use graphic interface, delivering a smooth printing experience.
This fork tracks BambuLab's upstream and adds what desktop and Linux users miss most: native package distribution across every major platform, automated nightly and release builds, and hardened, fully reproducible CI/CD pipelines. Prebuilt Windows, macOS and Linux binaries are published on the releases page.
| Area | Details |
|---|---|
| Native packaging | Signed APT repository, Ubuntu PPA, AUR, Fedora COPR, Flatpak, AppImage, Homebrew cask, and Windows winget |
| Automated releases | Nightly pre-releases from develop, GPG-signed release tags, automatic deployment to every package channel |
| Hardened pipelines | Pinned action SHAs, egress-audited runners, reproducible distro build containers mirrored to GHCR |
| Continuous security | CodeQL (security & quality), OpenSSF Scorecard, dependency review, signed commits required on master |
| Quality gates | A single aggregating status check guards master; every change lands through develop and a full-platform nightly first |
| Platform | Method | Auto-updates |
|---|---|---|
| Debian / Ubuntu | APT repository | ✅ |
| Ubuntu | PPA (ppa:benlue/bambu-studio) | ✅ |
| Fedora | COPR (benlue/bambu-studio) | ✅ |
| Arch Linux | AUR (bambu-studio-bin) | ✅ |
| macOS | Homebrew cask | ✅ |
| Windows | winget | ✅ |
| Any Linux | AppImage / Flatpak | — |
Debian / Ubuntu — APT (recommended)
curl -fsSL https://apt.s3-dev.ovh/KEY.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/bambustudio.gpg
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
sudo apt update && sudo apt install bambu-studio
Supports Debian 12+, Ubuntu 22.04 and 24.04. Update with sudo apt upgrade.
Ubuntu — PPA (Launchpad)
sudo add-apt-repository ppa:benlue/bambu-studio
sudo apt update && sudo apt install bambu-studio
Native apt updates from Canonical's Launchpad. Built for Ubuntu 22.04 (jammy) and 24.04 (noble). Update with sudo apt upgrade.
Fedora — COPR
sudo dnf copr enable benlue/bambu-studio
sudo dnf install bambu-studio
Native dnf updates from Fedora COPR. Update with sudo dnf upgrade.
Arch Linux — AUR
yay -S bambu-studio-bin
Works with any AUR helper (paru, trizen, …). The pre-built binary requires no compilation.
macOS — Homebrew
brew tap BenJule/homebrew-tap
brew install --cask bambu-studio
Supports macOS 13+ (Intel & Apple Silicon). Update with brew upgrade --cask bambu-studio.
Windows — winget
winget install BenJule.BambuStudio
Requires Windows 10 or later. The .exe installer (x64 / ARM64) is also on the releases page.
Any Linux — AppImage / Flatpak
Download the portable AppImage from the releases page:
chmod +x BambuStudio_*.AppImage && ./BambuStudio_*.AppImage
A Flatpak build is also available for all distributions.
Core
Advanced
Supported build platforms (see the upstream compile guides):
On Linux, the distro packaging jobs build inside reproducible containers (Debian, Fedora, Arch) so a local ./BuildLinux.sh -dsi reproduces CI exactly.
Changes flow through a controlled, automated pipeline:
fix/feat branch ──PR──▶ develop ──nightly (all platforms)──▶ master ──tag──▶ release
develop and must pass the aggregating status check.develop on all platforms (Windows, macOS Intel/ARM, Linux) and publishes a pre-release with a 14-day rolling history.develop is promoted to master — the release-ready snapshot.mastermasterFound a vulnerability? Please follow the security policy — do not open a public issue.
Contributions are welcome. Every change follows Issue → Branch → PR → Review → Merge, opened against develop:
develop as fix/short-description or feat/short-description.develop referencing the issue (Closes #N); CI runs automatically.Report bugs and request features via the issue tracker.
Bambu Studio is licensed under the GNU Affero General Public License, version 3. Bambu Studio is based on PrusaSlicer by Prusa Research, which is based on Slic3r by Alessandro Ranellucci and the RepRap community.
The AGPL-3.0 ensures that if you use any part of this software in any way (even behind a web server), your software must be released under the same license.
> The Bambu networking plugin is based on non-free libraries and is optional. Without it, you can still slice and print via SD card.
Built on the work of BambuLab, Prusa Research, Alessandro Ranellucci, and the RepRap community.