Short answer: Bambu Studio runs on Linux officially. Bambu Lab publishes Linux AppImages on its GitHub releases page and points to a Flathub build that its README says “can be used for all the linux platforms.” There is no Bambu Studio for iPad, iPhone, Android or ChromeOS. On an iPad or phone, the official app is Bambu Handy, which monitors and controls your printer and prints MakerWorld models through Bambu’s cloud slicing. Bambu Lab does not document Chromebook support, so running the Linux build inside ChromeOS’s Linux environment is unsupported and may be slow.
What Bambu Lab officially supports, device by device
We checked Bambu Lab’s download pages, its GitHub README, its wiki and the app store listings on September 26, 2026.
| Device | Official option | What it can do |
|---|---|---|
| Linux PC (x86_64) | Bambu Studio AppImage from GitHub, or Flathub | Full slicer |
| Linux on ARM64 | Bambu Studio on Flathub (aarch64 build) | Full slicer. No ARM64 AppImage is attached to the current stable release |
| iPad and iPhone | Bambu Handy (App Store) | Monitor and control printers, print MakerWorld models with cloud slicing |
| Android phone or tablet | Bambu Handy (Google Play, or APK from bambulab.com) | Same as iOS |
| Chromebook | None documented | Not supported by Bambu Lab |
Bambu Studio’s own download page, bambulab.com/en/download/studio, lists Windows 10 (64-bit) or later and macOS 10.15 or later, and says to “Download the Linux version from GitHub.” It offers no mobile or ChromeOS version.
Bambu Studio on Linux: AppImage or Flatpak
The project README says: “currently we only provide linux appimages on github releases for Ubuntu/Fedora, and a flathub version can be used for all the linux platforms.” Bambu Lab added Flatpak support in Bambu Studio 1.8.4. Its release notes credit the Flatpak work to a contributor named hadess.
Option 1: Flathub (works on most distributions)
The Flathub listing is com.bambulab.BambuStudio. Flathub marks it as verified, with bambulab.com as the verified website, and names Bambu Lab as the developer. On September 26, 2026 it carried version 2.8.2.61 and offered builds for both x86_64 and aarch64. Install it with:
flatpak install flathub com.bambulab.BambuStudio
Flatpak updates it with your other apps. This is the only official route we found for ARM64 Linux machines.
Option 2: AppImage from GitHub
The current stable release is Bambu Studio 02.08.02.61, published on GitHub on August 21, 2026. It includes two Linux AppImages, one built for Ubuntu 24.04 and one for Ubuntu 22.04. Both are x86_64 only.
| File | Size | SHA-256 (GitHub digest) |
|---|---|---|
BambuStudio_ubuntu24.04-v02.08.02.61-20260820225108.AppImage |
219.4 MB | d501b103fac5424513ec0e8d6bc145fb30719de2c7d94d7320d723740c81a7fd |
BambuStudio_ubuntu22.04-v02.08.02.61-20260820225108.AppImage |
218.5 MB | 69426a59682574591590f51c913d3889baa19252d1c8e9fcae2497eb0ed6bf92 |
A Fedora AppImage appears in the 2.8.4 public beta, released September 22, 2026. The beta is marked as a pre-release, so use it only if you want to test new features.
- Download the AppImage that matches your distribution from github.com/bambulab/BambuStudio/releases.
- Check the hash:
sha256sum BambuStudio_ubuntu24.04-v02.08.02.61-20260820225108.AppImage. It should match the table above and the digest GitHub shows next to the file. - Make it executable with
chmod +xand run it.
The networking plugin on Linux
The README says the Bambu networking plugin “is based on non-free libraries” and is optional. Without it, you can slice and print from an SD card. Cloud printing, remote monitoring and LAN sending from inside Bambu Studio depend on that plugin.
Bambu Studio on iPad and iPhone: use Bambu Handy
There is no Bambu Studio app for iPad. Bambu Lab’s mobile app is Bambu Handy. The App Store lists it for iPhone and iPad, free, requiring iOS or iPadOS 16.0 or later. Version 4.1.1 was released on September 22, 2026. The seller is Shanghai Lunkuo Technology Co., Ltd. Bambu Lab’s own app page, bambulab.com/en/download/app, links to that App Store listing, so this is the official app.
According to Bambu Lab’s wiki, Bambu Handy can:
- Monitor and manage your printers remotely, including changing the print speed during a job.
- Start previous projects and select parts of a print that was sent from Bambu Studio.
- Print MakerWorld models by choosing a print profile. Bambu’s “cloud-slicing function” slices the job, and can adapt it when you pick a different material or several copies.
- Use custom filament presets that you created in Bambu Studio.
What it does not replace is the desktop slicer. Bambu’s documentation describes Handy as a way to print MakerWorld profiles and manage jobs, not as a tool for building your own projects from scratch with full process settings. For that, you still need Bambu Studio on a computer.
Handy needs the internet
The Bambu Handy Quick Start Guide says Handy “does not currently support printer LAN mode and must use the Internet to connect to the printer.” If you run your printer in LAN-only mode, Handy won’t reach it.
Android phones and tablets
Bambu Handy is on Google Play under the ID bbl.intl.bambulab.com. Bambu Lab’s app page also offers a direct APK from its own server, upgrade-file.bambulab.com. Use one of those two links. Don’t install a Handy APK from a third-party APK site. You can’t confirm it is the same file.
Bambu Studio on a Chromebook
Bambu Lab has no documentation for ChromeOS. A search of the Bambu Lab wiki for “Chromebook” returned no results on September 26, 2026. That means any Chromebook setup is unofficial.
What exists is ChromeOS’s own Linux development environment. Google’s help page describes it as a feature “that lets you develop software using your Chromebook.” Google lists three limits that matter here:
- Not all Chromebooks support it.
- “Hardware acceleration isn’t yet supported, including GPU and video decode.” A slicer draws 3D previews, so expect it to be slow.
- All Linux apps share one sandbox.
If your Chromebook supports Linux, the Flathub build is the one to try, because it has both x86_64 and ARM64 builds. Treat it as an experiment. Bambu Lab won’t support it, and a slow preview is likely. If you only need to start MakerWorld prints and watch them, Bambu Handy on a phone is the simpler official route.
Limits to know before you choose
- No ARM64 AppImage. The stable 2.8.2.61 release has x86_64 AppImages only. ARM64 Linux users need Flathub.
- AppImages are built for specific Ubuntu versions. On other distributions, the README points you to Flathub.
- Handy is cloud-dependent. No LAN mode.
- No tablet slicer. We found no official Bambu Studio for iPadOS or Android.
If you run printers from several brands on Linux, OrcaSlicer also publishes x86_64 and ARM64 Linux AppImages. Our OrcaSlicer vs Bambu Studio comparison covers the trade-offs, and the free slicer guide by printer brand lists each maker’s own slicer.
Where not to get Bambu Studio
The official sources are bambulab.com, github.com/bambulab/BambuStudio and the Flathub listing. For the mobile app, use the App Store, Google Play or Bambu’s APK link. Any “Bambu Studio for iPad” or “Bambu Studio APK” download elsewhere is not from Bambu Lab, because Bambu Lab doesn’t make one. See our guide to fake download sites for how these pages usually look. Our Bambu Studio app page lists the current Windows, macOS and Linux files with their hashes.
Questions
Is there an official Bambu Studio for Linux?
Yes. Bambu Lab publishes AppImages for Ubuntu 22.04 and 24.04 on GitHub, and its README recommends the Flathub version for other distributions.
Is the Bambu Studio Flatpak official?
The Flathub listing is verified for bambulab.com and names Bambu Lab as the developer. Bambu’s README links to it.
Does Bambu Studio run on ARM64 Linux?
Through Flathub, yes: it offers an aarch64 build. The GitHub stable release has no ARM64 AppImage.
Can I use Bambu Studio on an iPad?
No. There is no iPad version. Bambu Handy is the official iPad app. It controls printers and prints MakerWorld models through cloud slicing.
Is Bambu Handy free?
Yes. The App Store lists it as free.
Can Bambu Handy slice my own STL files?
Bambu’s documentation describes Handy printing MakerWorld print profiles and projects sent from Bambu Studio. It doesn’t describe Handy as a full slicer, so plan on using the desktop app for your own models.
Does Bambu Handy work in LAN-only mode?
No. Bambu’s Quick Start Guide says Handy must use the internet to connect to the printer.
Can I install Bambu Studio on a Chromebook?
Not officially. Bambu Lab doesn’t document ChromeOS. You can try the Flathub build in ChromeOS’s Linux environment, but Google says GPU acceleration isn’t supported there yet.
Which Linux AppImage should I pick?
The Ubuntu 24.04 file for Ubuntu 24.04 and newer, the 22.04 file for Ubuntu 22.04. On anything else, use Flathub.
Do I need the Bambu networking plugin on Linux?
Only for cloud and network features. Without it, you can slice and print from an SD card.
Sources
- Bambu Studio README (Linux builds, license, networking plugin), GitHub
- Bambu Studio releases API (asset names, dates and digests), GitHub, checked September 26, 2026
- Bambu Studio download page, Bambu Lab
- Bambu Studio on Flathub, Flathub
- Bambu Studio 1.8.4 Release Notes (Linux Flatpak support), Bambu Lab Wiki
- Bambu Handy download page, Bambu Lab
- Bambu Handy, Apple App Store
- Bambu Handy Quick Start Guide, Bambu Lab Wiki
- Printing Tutorial on Bambu Handy, Bambu Lab Wiki
- Set up Linux on your Chromebook, Google Chromebook Help