Open Source Spotlight: Node.js
By BIOS Founding Team

Node.js was created by Ryan Dahl in 2009, built on Chrome's V8 JavaScript engine, to let developers run JavaScript outside the browser, on servers. It's now maintained by the OpenJS Foundation and used by companies of every size to build APIs, backend services, and command-line tools like the ones in the community project spotlights we've featured.
Its non-blocking, event-driven design made it especially good at handling many simultaneous connections efficiently, which is part of why it took off for building web servers and real-time applications.
For BIOS members, Node.js is often the first backend runtime people learn, especially if you're already comfortable with JavaScript from frontend work, and its massive npm package ecosystem means there's almost always an existing project you can contribute to in an area you care about.
Contributing doesn't have to mean touching Node.js core, popular npm packages, many maintained by small teams or individuals, are often much more open to first-time contributors and a great place to start.
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.