r/Crostini

I switched to Baguette (ChromeOS Containerless Linux)
▲ 5 r/Crostini+1 crossposts

I switched to Baguette (ChromeOS Containerless Linux)

Hey everyone,

I finally made the jump to ChromeOS’s next-gen Linux environment, Baguette.

To do this, I completely deleted Linux from my settings and turned it back on. The newly created VM now comes default with a pure, container-less VM architecture running Debian 13 (Trixie) right out of the box. An update from Bookworm is currently in the works for the future.

The biggest change you will notice immediately is how much RAM is freed up:

  • No LXD Container: The old Crostini setup wasted roughly 800 MB to 1.1 GB of RAM just idling because of heavy background container daemons. Baguette sits at just 200 MB to 300 MB at idle. That instantly hands over 700 MB+ of RAM back to your Chrome browser tabs. If you are running an 8 GB Chromebook definitely consider the change.
  • Smart Resource Balancing: It uses modern cgroups v2 and dynamic memory ballooning. It shares RAM gracefully with Chrome OS and throttles background tasks before your system panics or crashes from an Out-of-Memory error.
  • Direct KVM Access: Since the middleman container layer is gone, you can run nested virtualization smoothly. Running Docker, Podman, and Kubernetes clusters works natively without permission hacks.
  • Zero-Lag GPU Sharing: UI artifacting, graphical flickering, and window glitches are completely gone. Flatpaks and modern GUI apps render flawlessly.
  • Faster Disk I/O: It uses a single, direct virtual disk mapping. Package installations (npm install, apt, etc.) and code compiling are significantly faster.
  • Better System Sleep: Closing the laptop lid no longer causes the Linux network routing to freeze or crash.

The Bad:

  • No UI App Installers: You can no longer double-click a .deb file in the ChromeOS Files app to install software. You have to use the terminal now (though this feature was being phased out regardless of the container-less change).
  • No Multi-Containers: The #crostini-multi-container flag is completely deprecated.

more info: https://developers.google.com/chromeos/app-development/develop/news

u/plankunits — 1 hour ago

Is Manjaro/Arch still possible on crostini?

I'm a long time Manjaro user and I'm also a long-time Chromebook user too. When I travel, I love having a simple, stable, fast booting and secure Linuxy laptop as my carry.

After years of using Debian as my Linux flavour (given that it's what you get by default), I got curious to see if I could run an arch-based distro as my Linux container (or not container, as I think those are going away?).

I looked at the Arch Wiki's ChromeOS devices/Crostini page for instructions and it looks like it used to be possible to create a linux environment with Arch; but it looks like a lot of things have changed and it's no longer possible.

I'd just like to confirm, is there still a way to move my Linux environment over to another distro? Is Crotini no longer a thing? Are we all containerless now?

I'm running ChromeOS version 149 on an ASUS CX54. When I invoke crosh, I do not seem to have lxc available so I think I'm containerless.

reddit.com
u/FrobozzChris — 6 days ago

preparing for multi-container support to "go away"

I am using 3 containers. I have been aware that multi-container support is going away.

I have started receiving the following message upon starting up any linux container.

> NOTICE: multi-container support is going away

> Recently it has become necessary to deprecate some features of crostini,including:

> * UI-based installation of .deb packages. Installation via aptitude is the default path, but there are also visual package managers which may be used.

> * UI-based Debian release upgrade. Please refer to release notes for the release in question for upgrade instructions.

> * Multi-container support.

> info

> * For the most up-to-date news, please visit

> * https://developers.google.com/chromeos/app-development/develop/news

> (this message will be repeated 2 more times).

My preparations:

  • I have moved my files and applications from my secondary containers into my penguin container

My questions

  1. is there anything else I should be doing to prepare? (I have no ability to remove the abandoned containers through the settings, because container management was removed from settings)
  2. will my penguin container remain intact?
  3. when will this change occur?
u/Sweaty_Astronomer_47 — 7 days ago

Message in terminal

NOTICE: Recently it has become necessary to deprecate some features of crostini, including:

  • UI-based installation of .deb packages. Installation via aptitude is the default path, but there are also visual package managers which may be used.
  • UI-based Debian release upgrade. Please refer to release notes for the release in question for upgrade instructions.
  • Multi-container support.

For the most up-to-date news, please visit https://developers.google.com/chromeos/app-development/develop/news

u/Training_Advantage21 — 10 days ago

Any Crostini Android Studio users here?

Hello all Android app coders,

Have you experienced an issue in Android Studio Quail 1 (all patch levels up to Patch 2) where the Android Studio window is almost fully covered with dark gray shading whenever the window has focus? But when another window has focus, the shading covering the Android Studio window becomes much lighter. And if the Android Studio window is maximized there is no shading covering the window. "Almost fully" above means that the shading is a few pixels smaller than the window from every side.

Due to that issue I have downgraded my Android Studio back to the latest Panda version (2025.3.4). Has anyone come up with any other workarounds for this issue than maximizing the Android Studio window?

I have already reported this issue to JetBrains through the "Help > Submit a Bug Report..." menu item, but it has been auto-assigned priority category 3 which usually means that it will never get fixed ☹.

reddit.com
u/Smart_Apricot — 13 days ago