Schedule

Sutou Kouhei
Sutou Kouhei

He is a free software programmer and the president of ClearCode Inc. He is maintaining many extension libraries.

Goodbye fat gem 2025

I talked about "Goodbye fat gem" at RubyKaigi Takeout 2020. Fat gem is a gem that includes pre-built binaries. Extension libraries can assume that users have build environment with Ruby 2.4 or later. So gems don't need to bundle pre-built binaries for easy to install. Users can build binaries by themselves.

As of 2025, we're still using fat gem...

I discussed how to improve this situation with ruby-installer author, Nokogiri maintainer and RubyGems community in 2022:

I propose a solution based on these discussions.