Trending Projects for July 12, 2026
Discover libraries that are gaining popularity within the Ruby community. You can find an overview of how we calculate these in our documentation.
Prebake speeds up bundle install by skipping native gem compilation. It fetches precompiled binaries for gems like puma, nokogiri, pg, grpc, and bootsnap from a shared cache instead of compiling C extensions from source. Drop-in Bundler plugin - one line in your Gemfile, no other changes needed. Works out of the box with the hosted cache at gems.prebake.in, or self-host with S3-compatible stora...
Fontisan provides font analysis tools and utilities. It is
designed as a pure Ruby implementation with full object-oriented architecture,
supporting extraction of information from OpenType and TrueType fonts (OTF, TTF, OTC, TTC).
The gem provides both a Ruby library API and a command-line interface,
with structured output formats (YAML, JSON, text).
A Ruby client for the Model Context Protocol (MCP) that seamlessly integrates with RubyLLM.
Supports both native full-featured implementation and the official mcp-sdk gem.
Connect to MCP servers via SSE, stdio, or HTTP transports, automatically convert MCP tools into
RubyLLM-compatible tools, and enable AI models to interact with external data sources and
services. Makes using MCP with RubyLLM ...