Ruby Ruby

Open-source Ruby projects categorized as Ruby

Top 23 Ruby Ruby Projects

  1. Ruby on Rails

    Ruby on Rails

    Project mention: Why I traded my custom "Opinionated Linux" for Omarchy | dev.to | 2026-05-02

    Omarchy is an opinionated Arch distro created by David Heinemeier Hansson (DHH), creator of Rails, Basecamp and Hey. Under the hood it's Arch Linux + Hyprland, but it ships with everything pre-configured: lock screen, menu bar, bluetooth, themes, keybindings. No installing packages one by one.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Jekyll

    :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby

    Project mention: Setting up a hugo static site hosted with Porkbun | dev.to | 2026-03-31

    This is a static site generated with hugo with the PaperMod theme. I wanted an easy to use static site generator. I considered Jekyll and believe it to be a good choice for static sites. There seemed to be slightly more themes I liked with hugo so I went with that. That's a pretty superficial choice but I also don't plan on hacking on the site generation itself so I was agnostic to the Go versus Ruby choice.

  4. HomeBrew

    🍺 The missing package manager for macOS (or Linux)

    Project mention: Supercharge your macOS workspace management with Aerospace - A guide for busy people | dev.to | 2026-06-06

    Aerospace is a menu bar application, but you can’t download it from an App Store or get it as a DMG file. You need a package manager. Go to the Homebrew website and follow the installation guide. Make sure to accurately follow the on-screen instructions. This may include any of the following:

  5. Discourse

    A platform for community discussion. Free, open, simple.

    Project mention: Pressure-testing Ota on Discourse: repo-wrapper truth matters more than a passing bundle command | dev.to | 2026-06-06

    Draft PR: discourse/discourse#40620

  6. fastlane

    🚀 The easiest way to automate building and releasing your iOS and Android apps

    Project mention: Self-Updating Screenshots | news.ycombinator.com | 2026-04-26

    It’s a popular automation target for mobile projects.

    App Stores require screenshots, but generating N images for NUMBER_OF_SCREEN_SIZES times NUMBER_OF_LOCALIZATIONS can be a chore.

    In the past I wrote my own scripts for that, today tools like Fastlane[1] help.

    I use Fastlane for my logic puzzle game Nonoverse[2], I like it a lot; you can see sample screenshots in the App Store page.

    I also automated App Preview video recording, complete with multiple scenes. If anyone wants to read more let me know, perhaps this is a good topic for an article.

    [1]: https://fastlane.tools/

    [2]: https://apps.apple.com/us/app/nonoverse-nonogram-puzzles/id6...

  7. chatwoot

    Open-source live-chat, email support, omni-channel desk. An alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬

    Project mention: Chatwoot Pricing Teardown 2026 | dev.to | 2026-05-27

    GitHub: github.com/chatwoot/chatwoot

  8. Vagrant

    Vagrant is a tool for building and distributing development environments.

    Project mention: I Ditched Docker for Podman (and You Should Too) | news.ycombinator.com | 2025-09-05

    Yeah, I was actually participating in a soft-fork for a while but I think the project ran out of steam. My guess is that it's very hard to pay attention to something that you don't use every day, so they let it drift. But if you ever hear of someone starting up again, let me know

    I'm aware that I, too, could be the someone but like I said it's hard to dedicate all the time and energy when the last time I used vagrant was years ago

    I also just remembered that I haven't revisited the forks list to see if there's some meaningful activity https://github.com/hashicorp/vagrant/forks?include=active&pa...

  9. Gitlab CI

    GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com

  10. Devise

    Flexible authentication solution for Rails with Warden.

    Project mention: I will continue using Devise with Rails 8! | dev.to | 2026-05-25

    View on GitHub

  11. ruby

    The Ruby Programming Language

    Project mention: From Rust to Ruby | news.ycombinator.com | 2026-05-26
  12. forem

    For empowering community 🌱

    Project mention: Share, Embed, and Curate Agent Sessions on DEV [Beta] | dev.to | 2026-03-04

    To start with, our parser supports Gemini CLI, Codex, Claude Code, Pi, and GitHub Copilot CLI. If you use a different tool, you're encouraged to open a PR or Issue on Forem to add a new parser yourself or ask us to do so. As an example, you can check out how our Gemini CLI parser works in our GitHub commit: https://github.com/forem/forem/commit/8f92c64a775ed3a0993e5edc0637112a95d1dae2#diff-d98a98bdd6e0d9154df5559b53644185d4ab13160e85c0fdaae3013ff985e27b

  13. Le Wagon's Setup

    Setup instructions for Le Wagon's students on their first day of AI Software Development Bootcamp

  14. Postal

    đź“® A fully featured open source mail delivery platform for incoming & outgoing e-mail

    Project mention: Show HN: Posthorn, self-hosted mail without the mail server | news.ycombinator.com | 2026-05-26
  15. Spree Commerce

    A headless open source e-commerce platform for global brands

    Project mention: Spree: Open-source eCommerce platform Built using Ruby on Rails | news.ycombinator.com | 2026-01-27
  16. homebrew-core

    🍻 Default formulae for the missing package manager for macOS (or Linux)

    Project mention: Markdown Is Not LaTeX | news.ycombinator.com | 2026-05-24

    ==> pandoc : stable 3.9.0.2 (bottled), HEAD

    Swiss-army knife of markup format conversion

    https://pandoc.org/

    Installed (on request)

    From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/...

    License: GPL-2.0-or-later

    ==> Installed Kegs and Versions

    pandoc 3.9.0.2 (11 files, 274.7MB) [Linked]

    ==> Dependencies

    Required (1): gmp

    Recursive Runtime (1): all installed

    ==> Analytics

    install: 31,898 (30 days), 119,598 (90 days), 369,388 (365 days)

  17. OpenProject

    OpenProject is the leading open source project management software.

    Project mention: 10 (or so) Things You’ll Love about RestlessIDE | dev.to | 2025-07-14

    Anyway, RestlessIDE features OpenProject, a (you guessed it) open-source software package that lets you create and assign tickets, set timelines, build Gantt charts(!), write wiki pages, and manage your projects through whichever strategy works for you. Your whole team on RestlessIDE can log in using the same credentials, and you can configure it to send everyone emails at an alarming rate just like Jira, if you want to.

  18. Gollum

    A simple, Git-powered wiki with a local frontend and support for many kinds of markup and content.

    Project mention: Show HN: Git-based front-end interface for Hugo | news.ycombinator.com | 2026-05-20

    You know who else used git backed pages?

    https://github.com/gollum/gollum/wiki

    This is pretty simple and dumb :-)

  19. diaspora*

    A privacy-aware, distributed, open source social network.

  20. Fluentd

    Fluentd: Unified Logging Layer (project under CNCF)

    Project mention: Kubernetes Overview: Container Orchestration & Cloud-Native | dev.to | 2025-08-19

    The standard observability stack includes Prometheus for metrics collection, Grafana for visualization, and AlertManager for notifications. For logging, consider Fluent Bit or Fluentd with Elasticsearch or cloud logging services. Jaeger or Zipkin provide distributed tracing for microservices debugging.

  21. Sidekiq

    Simple, efficient background processing for Ruby

    Project mention: Oban, the job processing framework from Elixir, has come to Python | news.ycombinator.com | 2026-01-28

    Resque was the main inspiration, Sidekiq still provides compatibility with some of its APIs to this day.

    https://github.com/sidekiq/sidekiq/blob/ba8b8fc8d81ac8f57a55...

  22. Capistrano

    A deployment automation tool built on Ruby, Rake, and SSH.

    Project mention: Things Unix can do atomically | news.ycombinator.com | 2026-02-05
  23. rubocop

    A Ruby static code analyzer and formatter, based on the community Ruby style guide.

  24. Sinatra

    Classy web-development dressed in a DSL (official / canonical repo)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Ruby Ruby discussion

Log in or Post with

Ruby Ruby related posts

  • The Reason Your Agent Demo Isn't in Production Has Nothing to Do With the Model

    1 project | dev.to | 10 Jun 2026
  • It Worked on My Machine (Literally)

    6 projects | dev.to | 9 Jun 2026
  • If the Shai-Hulud worm reached your GitHub repos, please read this

    1 project | dev.to | 9 Jun 2026
  • RubyLLM 1.16: concurrent tool execution, Rails-style instrumentation, and more

    1 project | news.ycombinator.com | 9 Jun 2026
  • How to Give Your AI Agent Browser Superpowers with Browser-CLI

    2 projects | dev.to | 9 Jun 2026
  • Miasma worm, Part 2: how a GitHub token survived a full machine rebuild and hijacked my repos from an Azure IP

    1 project | dev.to | 8 Jun 2026
  • Signing Container Images with Cosign

    2 projects | dev.to | 8 Jun 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 12 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Ruby projects in Ruby? This list will help you:

# Project Stars
1 Ruby on Rails 58,615
2 Jekyll 51,475
3 HomeBrew 48,321
4 Discourse 47,253
5 fastlane 41,648
6 chatwoot 29,989
7 Vagrant 27,145
8 Gitlab CI 24,365
9 Devise 24,353
10 ruby 23,603
11 forem 22,721
12 Le Wagon's Setup 19,600
13 Postal 16,596
14 Spree Commerce 15,459
15 homebrew-core 15,348
16 OpenProject 15,243
17 Gollum 14,277
18 diaspora* 13,656
19 Fluentd 13,548
20 Sidekiq 13,534
21 Capistrano 12,966
22 rubocop 12,878
23 Sinatra 12,444

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Ruby is
the 13th most popular programming language
based on number of references?