Browse free open source Ruby Frameworks and projects below. Use the toggles on the left to filter open source Ruby Frameworks by OS, license, language, programming language, and project status.

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Simply solve complex auth. Easy for devs to set up. Easy for non-devs to use. Icon
    Simply solve complex auth. Easy for devs to set up. Easy for non-devs to use.

    Transform user access with Frontegg CIAM: login box, SSO, MFA, multi-tenancy, and 99.99% uptime.

    Custom auth drains 25% of dev time and risks 62% more breaches, stalling enterprise deals. Frontegg platform delivers a simple login box, seamless authentication (SSO, MFA, passwordless), robust multi-tenancy, and a customizable Admin Portal. Integrate fast with the React SDK, meet compliance needs, and focus on innovation.
    Start for Free
  • 1
    Metasploit Framework

    Metasploit Framework

    Metasploit Framework

    Metasploit Framework is a powerful, open source platform for developing, testing, and using exploit code against remote targets. It is widely used in penetration testing, security research, and red teaming. It provides a modular architecture where exploits, payloads, auxiliary modules, post-exploitation scripts etc. can be combined. It includes a console interface (msfconsole), tools to generate payloads, listeners, and interacting modules to conduct attacks, validate vulnerabilities, and perform pivoting.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    ZK - Simply Ajax and Mobile
    ZK is an open-source Java framework for building modern web and mobile applications. It enables developers to create rich, interactive UIs using only Java — no JavaScript required. With 200+ Ajax-powered components, event-driven architecture, and support for popular technologies like Spring, Java EE, and JSP/JSF, ZK makes it simple to deliver powerful and user-friendly web applications.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 3
    Development of this library has been moved to https://github.com/kordamp/json-lib/ Json-lib is a java library for transforming beans, maps, collections, java arrays and XML to JSON and back again to beans and DynaBeans. It is based on the work by Douglas Crockford in http://www.json.org/java.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 4
    SIGAR (System Information Gatherer and Reporter) is a cross-platform, cross-language library and command-line tool for accessing operating system and hardware level information in Java, Perl and .NET.
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • The Ultimate Quiz Maker & Engagement Platform Icon
    The Ultimate Quiz Maker & Engagement Platform

    Powering publishers, brands, and sports teams with 30+ interactive content types. Maximize engagement and revenue with Riddle.

    Riddle is an online platform for creating interactive content such as quizzes, surveys, personality tests, prediction games, and leaderboards. Our customers create content on our platform and then embed it on their website. The goal? Increased engagement, lead generation, segmentation, and content monetization - all 100% GDPR compliant.
    Try for free
  • 5
    Active Admin

    Active Admin

    The administration framework for Ruby on Rails applications

    Active Admin is a Ruby on Rails plugin for generating administration style interfaces. It abstracts common business application patterns to make it simple for developers to implement beautiful and elegant interfaces with very little effort. Customizable global navigation allows you to create usable admin interfaces for your business. Use the bundled Devise configuration or implement your own authorization using the provided hooks. Use scopes to create sections of mutually exclusive resources for quick navigation and reporting. Add buttons, links or other content in the “Action Items” section on each screen. Index screens are available in many styles. The default, shown here, is a table view, but Active Admin also supports Grids, Blocks and a Blog view. Allow users to filter resources by searching strings, text fields, dates, and numeric values. Customize the sidebar sections with a simple DSL built in to Active Admin.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Blueprint CSS

    Blueprint CSS

    A CSS framework that aims to cut down on your CSS development time

    Blueprint is a lightweight CSS framework designed to reduce development time by providing a solid foundation—including a customizable grid, typographic baseline, print stylesheet, and reset—without adding bloat. It is now archived.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Compass

    Compass

    Stylesheet authoring framework

    Compass is a stylesheet authoring framework, written in Ruby, that simplifies the process of writing and maintaining web styles through reusable patterns, mixins, and a normalized foundation—though it is now deprecated.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Avo Framework

    Avo Framework

    Build Ruby on Rails apps 10x faster

    Avo is a very custom Admin Panel Framework, Content Management System, and Internal Tool Builder for Ruby on Rails that saves engineers and teams months of development time.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Octopress

    Octopress

    Octopress is an obsessively designed framework for Jekyll blogging

    Octopress is a framework built on top of Jekyll for blogging; designed to make blogging easier, faster, and more design-oriented. It provides tools, themes, and layouts that simplify configuring and deploying static websites/blogs, with markup, templates, plugins, and deployment workflows in mind. It is more opinionated than vanilla Jekyll about structure, styling, and workflow.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    Ruby on Rails

    Ruby on Rails

    Web Application Framework written in Ruby

    Rails is a web application development framework written in the Ruby programming language. It is designed to make programming web applications easier by making assumptions about what every developer needs to get started. It allows you to write less code while accomplishing more than many other languages and frameworks. Experienced Rails developers also report that it makes web application development more fun.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Hanami

    Hanami

    A flexible framework for maintainable Ruby apps

    Hanami is a full-stack Ruby web framework designed for building maintainable, clean, modular Ruby applications. It emphasizes separation of concerns, lightweight components, explicitness, and performance. Hanami apps are composed from smaller parts: routers, controllers, views, models. It supports multiple persistence layers, rendering options, dependency injection, middleware, and has a modern design. It aims to allow developers to build apps that are easier to test, faster to boot, and less coupled than older monolithic frameworks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Mongoid

    Mongoid

    Ruby ODM framework for MongoDB

    Mongoid is the officially supported ODM (Object-Document-Mapper) framework for MongoDB in Ruby. This Mongoid community organization is a group of open-source contributors around the Mongoid ODM not affiliated with the company, MongoDB. Mongoid is customarily configured through a mongoid.yml file that specifies options and clients. The simplest configuration is as follows, which configures Mongoid to talk to a MongoDB server at “localhost:27017” and use the database named “mongoid”. If you are not using Ruby on Rails, Mongoid configuration must be loaded manually. This can be done via the Mongoid.load! method, which takes the configuration file path as its argument. It is also possible to configure Mongoid directly in Ruby, without using a configuration file. This configuration style does not support the concept of environments - whatever configuration is provided, it is applied to the current environment, but it does support defining multiple clients.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    RubyGems

    RubyGems

    Library packaging and distribution for Ruby

    RubyGems is a package management framework for Ruby. A package (also known as a library) contains a set of functionality that can be invoked by a Ruby program, such as reading and parsing an XML file. We call these packages "gems" and RubyGems is a tool to install, create, manage and load these packages in your Ruby environment. RubyGems is also a client for RubyGems.org, a public repository of Gems that allows you to publish a Gem that can be shared and used by other developers. See our guide on publishing a Gem.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    FORTRAN Unit Test Framework (FRUIT)

    FORTRAN Unit Test Framework FRUIT - TDD in FORTRAN

    FORTRAN Unit Test Framework, written in FORTRAN 95. So that all FORTRAN features can be tested. FRUIT has assertion, fixture, setup, teardown, report, spec, driver generation. Rake used as build tool. Tutorials at http://fortranxunit.wiki.sourceforge.net The core testing part is in FORTRAN, this part can be used independent of the Ruby codes. The Ruby code is to make fixtures and reports easier. Rake is to build the project elegantly. This project also demonstrate a new way to build mixed language code in an alternative way than Make. Most of the FORTRAN are important in nature, used in nuclear and aerospace codes, etc, and maintained and written actively. Please help to bring TDD practices to the FORTRAN community. The change could be very hard, personally, I quit, since I could not make the change. I hope your organization will be successful. Enjoy a cup of fruit while maintaining FORTRAN ! Andrew Hang Chen and other maintainers who feel importance of TDD in cr
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    An Excel addin and server framework for implementing remote excel user-defined functions (UDFs). This framework is designed to provide a centralised warehouse of functions for Excel users (eg. within an organisation).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    myAuxiliary.rb

    myAuxiliary.rb

    msf post-exploitation auxiliary module

    This auxiliary module needs [metasploit] framework installed.. This module its a metasploit post-exploitation (after the targets get's exploited) auxiliary script, so we need to exploit a target first in order to use it. Affected platforms: Windows OS (all versions above windows vista) Read my WIKI for further info: https://sourceforge.net/p/myauxiliarymete/wiki/Home/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    The FreeMIS project is an Open Source, web based, Management Information System for high schools. It has recently been ported to the new Ruby on Rails web development framework. Initially the development will focus on the requirements of UK schools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Laika analyzes and reports on the interoperability capabilities of EHR systems. This includes the testing for certification of EHR software products and networks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    A J2EE Web Dev Framework, Struts style MVC, Event Driven like JSF and Ajax-enabled Client Scripting like YUI, Fine grained event binding, access to server variables in JavaScript & Webpages, Easy integration with Struts, No custom tags & No complex API.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    scriptHelper

    integration between Java and scripting languages

    scriptHelper is a Java library allowing a simple integration between Java code and various script languages. This library also allows to debug these scripts in the context of a Java program.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    A drop-in framework for adding tagging (folksonomy) capabilities to existing applications
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Arachni

    Arachni

    Web Application Security Scanner Framework

    Arachni is an Open Source, feature-full, modular, high-performance Ruby framework aimed towards helping penetration testers and administrators evaluate the security of web applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    3D render engine cross platform written from scratch using c++11 standard features. With the approach to create a high scalable, flexible 3D engine with full modding support. Using flexible configs to include common technologies without the lack of massive extension coding
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Breeze is a build and test automation framework for software developers. It is written in Ruby and can be extended to include tasks that interact with other tools such as source code repositories, compilers, test frameworks, and installers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Bricklayer is a Ruby web application framework that uses a component architecture very loosely based on that of perl's HTML::Mason. To see the proof of concept for Bricklayer, check out the Liber RDF Portal project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.