Bambu Studio on ChromeOS
Bambu Studio is an advanced 3D printing slicer based on Prusa Slicer, offering customizable features and optimized workflows for various printer models, Including, but not limited to, printers made by BambuLabs. Bambu Studio will work on x86_64 ChromeOS Devices.
Installing Bambu Studio
Navigate to https://github.com/bambulab/BambuStudio/releases and download the latest "Ubuntu 20.04" File, as of this writing, the correct file is named "BambuStudio_ubuntu-22.04_PR-7292.zip " however you should download the latest release. You should move this .Zip file into the root of your ChromeOS "Linux Files" directory
=== "x86_64" You can install Bambu Studio via the following instructions
```bash
unzip BambuStudio_ubuntu-22.04*.zip
rm BambuStudio_ubuntu-22.04*.zip
mkdir ~/bin
mv Bambu_Studio_ubuntu-22.04*.AppImage ~/bin/BambuStudio.AppImage
sudo apt install libwebkit2gtk-4.1-dev fuse
chmod +x ~/bin/BambuStudio.AppImage
```
=== "arm/aarch64" Bambu Studio does not currently have a ARM/ARM64 Release, please visit the ChromeOS Guide 3D Printing Section for other options
```bash
```
Launching Bambu Studio
You can launch Bambu Studio via the following command
```bash ./bin/BambuStudio.AppImage
```
Selecting Default Root CA Store

