February's Notable Open Source Releases

The open source ecosystem keeps shipping at a relentless pace. These picks from February and early March span developer tools, web frameworks, and niche utilities — each one earning its place in the spotlight.

VS Code 1.54

While not a major version bump, the February release of VS Code packs a substantial punch. The editor is now available for Apple Silicon, joins with improved word navigation on Windows, personalized icon themes, an enhanced timeline view, additional keyboard shortcuts, and a remote ports table view. Being open source, anyone can inspect the roadmap, contribute, or dig into the full changelog on the VS Code blog. The release is named after February but shipped at the start of March — a scheduling quirk that seems to be tradition at this point.

Website showing the default download for macOS
VS Code is now available on macOS.

Rust 1.51

Rust's latest release brings by-value array iteration, a new Cargo resolver, and freshly stabilized APIs. The language continues to power production systems at companies like Dropbox and Firefox, and this update also improves compile times on macOS and enriches debugging information. The complete set of changes is detailed in the Rust blog.

Gatsby 3.0

Gatsby, the framework for building fast web experiences, claims an 80% speed improvement in its latest major version. With optimized loading, responsive images, accessible routing, and updated webpack configuration, builds are faster, deployments quicker, and dependencies refreshed. The project remains a strong option for e-commerce stores, landing pages, and blogs, with all the details available in the Gatsby v3 announcement.

Crystal 1.0

Crystal reaches its first stable release. The language draws inspiration from Ruby's syntax while offering the ability to call C code directly. It markets itself as a language for both humans and computers — documentation and a homepage with an interactive 3D crystal model are available for anyone curious.

Ghost 4.0

Ghost, the publishing platform built for creators looking to monetize their audience, introduces a dashboard in its latest release. Content creators can now track performance, manage memberships, handle subscriptions, and oversee email campaigns in one central spot. The open source project is also hiring full-time Node.js developers.

Sentry Python 1.0

Python developers wrestling with performance bottlenecks or error tracking now have a new tool: Sentry Python. The SDK, now at version 1.0, provides full error breakdowns, suggested fixes, and performance optimization insights. It's available to try for free, and the repository is open for those looking to integrate it into their workflows.

PixiJS 6.0

PixiJS, the fast 2D WebGL renderer used by brands like League of Legends, Cartoon Network, BMW, Disney, and Red Bull, has shipped its 6.0 release with a set of bug fixes. It remains a lightweight option for adding smooth animations to web projects without heavy lifting.

PixiJS can even be used for web interactions like this Doctor Who one.

HTTP Prompt 2.0

The interactive command-line HTTP client gets a milestone update. HTTP Prompt 2.0 brings autocomplete and syntax highlighting while adding support for HTTPie v2.x and dropping Python 2 compatibility. Users on older platforms will want to upgrade to get the full experience.

posh-git 1.0

Posh-git hits version 1.0, offering a PowerShell module that integrates git directly into the terminal. It requires PowerShell 2.0 or higher and a local clone of the repository. The GitHub CLI can handle the cloning step from the command line, streamlining the setup process.

Bitmapflow 1.0

Sprite animators dealing with jittery animations may find relief in Bitmapflow's first release. The tool generates in-between frames using optical flow to track how pixels move across frames, smoothing out animations. It still requires creative input for perfect results, but it handles the tedious interpolation work automatically.

Normal (left) vs. using Bitmapflow (right)

February and March Shipping Highlights

Version 1.0 and 6.0 releases alike deserve applause this month. For more open source highlights from the previous cycle, consult the February Release Radar. New projects are always welcome — tag your release on social media and it might land in the next roundup.