Ladybird Browser Adds Downloads, History, and Linux Sandboxing
Ladybird Browser Adds Downloads, History, and Linux Sandboxing
https://linuxiac.com/ladybird-browser-adds-downloads-history-and-linux-sandboxing/
Publish Date: 2026-07-05 06:48:00
Source Domain: linuxiac.com
Ladybird’s latest monthly update is here, as the independent open-source browser, still in development, continues to move toward its first alpha release. This time, the update brings features users expect from a modern browser, including file downloads, browsing history, DevTools storage inspection, media playback speed controls, and tab previews.
Starting with downloads, Ladybird can now save files locally. The browser added a toolbar download indicator, a popover showing active downloads and their progress, an about page, support for canceling downloads, and a confirmation prompt when quitting while downloads are active.
Browsing history also arrived this month. Ladybird now has an about page listing local browsing history, supports searching, and allows users to delete entries. Right-clicking or long-pressing the back and forward buttons opens a native history menu with saved page titles and favicons. Plus, the browser added a shortcut to clear browsing data.
DevTools saw useful improvements, with a new Storage tab that lets developers inspect and modify cookies, browse and edit localStorage and sessionStorage, and inspect IndexedDB databases. CSS rule inspection improved, now showing individual declarations behind computed values, including overridden and invalid rules, with working jump-to-source links.
On the media side, Ladybird now supports changing playback speed. Audio is time-stretched so pitch remains stable when speeding up or slowing down. Muted media can autoplay by default, while audible playback still requires user interaction. This makes the browser behave more like users expect on modern websites without allowing unwanted sound.
The biggest Linux-relevant change, however, is security-related, with sandboxing now enabled by default. Ladybird helper processes now run inside real security sandboxes, using seccomp and Landlock on Linux and Seatbelt profiles on macOS.
Another important architectural change is that GPU…