Open Source Spotlight: Git
By BIOS Founding Team

Git was created by Linus Torvalds in 2005, the same person behind Linux, after a licensing dispute forced the Linux kernel project to stop using its previous version control tool. He built Git to be fast, distributed, and resilient, and it's now the default way nearly all software, open source or not, is versioned.
What makes Git distributed (as opposed to older centralized tools) is that every clone contains the full history of the project, not just a pointer to a central server. That's part of why platforms like GitHub, GitLab, and Bitbucket could exist at all.
If you're a BIOS member making your first pull request, you're using Git whether you think about it or not, branch, commit, push, PR is a Git workflow.
Git itself is open source too, and its mailing-list-based contribution process is a genuinely interesting (if old-school) way to see how a foundational tool is still actively maintained by volunteers and maintainers worldwide.
More from the community

Stable and Longterm Kernel Updates: 7.2.4, 6.18.50, 6.12.109
Greg Kroah-Hartman pushed out new stable and longterm point releases across the 7.2, 6.18, and 6.12 lines, each bundling accumulated fixes across drivers, filesystems, and core subsystems.

Rust Debugging Survey 2026 Results
The Rust Project published results from its 2026 debugging survey, gathering community feedback on debugging tools and workflows to guide future tooling investment.

Docker Desktop 4.90.0
This release made 'Ask Gordon,' Docker's AI assistant, accessible as a persistent right-side drawer and added one-click AI diagnosis for containers, images, and volumes with detected issues.