Ruby Frameworks for ChromeOS

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

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    Metasploit Framework

    Metasploit Framework

    Metasploit Framework

    Metasploit Framework is a comprehensive penetration-testing and exploit development platform that streamlines the process of discovering, validating, and demonstrating vulnerabilities. It provides a modular architecture—payloads, encoders, exploits, auxiliaries, and post-exploitation modules—so security professionals can piece together complex attack chains or test defensive controls in realistic ways. Built-in features include an exploit database, network scanners, credential harvesters, and frameworks to craft reliable payload delivery while handling target nuances like mitigation bypasses and platform differences. Beyond raw exploitation, the framework includes post-exploitation tooling for lateral movement, persistence, data exfiltration simulations, and evidence collection, enabling red teams to exercise detection and incident response workflows.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 2
    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: 36 This Week
    Last Update:
    See Project
  • 3
    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: 47 This Week
    Last Update:
    See Project
  • 4
    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
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    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
  • 6
    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: 2 This Week
    Last Update:
    See Project
  • 7
    A drop-in framework for adding tagging (folksonomy) capabilities to existing applications
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Blueprint CSS

    Blueprint CSS

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

    Blueprint CSS is a CSS framework aimed at accelerating layout and typographic design by providing robust base styles, grid systems, and reusable UI components. It combines normalized defaults with helpful utilities—such as column layouts, form styling, and typography helpers—so developers can build responsive sites with less repetitive CSS. Because it’s designed as a structural foundation rather than a themed UI kit, it’s easy to layer branding and custom design on top without fighting the base styles. The framework includes mixins, modifier classes, and responsive breakpoints so layouts adapt fluidly across screen sizes. By starting with a consistent baseline, Blueprint CSS reduces cross-browser quirks and gives designers confidence in spacing, proportion, and element alignment. Teams often use it as the “CSS backbone” of internal tools, web products, or component libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Capybara

    Capybara

    Acceptance test framework for web applications

    Capybara is a Ruby acceptance testing framework that simulates how a real user would interact with a web application. It allows developers to write tests that drive browsers, checking for expected content, links, buttons, and form interactions. Capybara integrates with drivers like Selenium, Rack::Test, and headless browsers such as Cuprite or WebKit, letting tests run in real browsers or lightweight simulation environments. Its DSL emphasizes natural language-like syntax, such as visit, click_button, and fill_in, which makes tests readable and expressive. Capybara also handles asynchronous JavaScript and dynamic content, waiting for elements to appear or actions to complete before assertions run. By bridging test suites with actual browser behavior, Capybara helps ensure that web apps behave correctly from a user’s perspective.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A set of tools and utilities that allow development teams to practice code generation techniques in a scalable and extensible manner. This is based on the style of code generation found in Ruby on Rails.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Compass

    Compass

    Stylesheet authoring framework

    Compass is a stylesheet authoring framework built on top of Sass that provides a rich set of mixins, functions, and helpers for writing maintainable CSS. It offers abstractions for vendor prefixes, cross-browser compatibility fixes, and reusable UI patterns like grids, buttons, and typography helpers. With Compass, developers can write cleaner Sass code that compiles into consistent CSS across browsers without hand-coding workarounds. The framework also includes a command-line tool for compiling Sass, managing sprite sheets, and integrating with build workflows. It was widely adopted in the era before modern CSS standards caught up with mixins and variables, helping developers speed up styling while reducing redundancy. While less dominant today, Compass remains an important historical tool that influenced the evolution of Sass and frontend best practices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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: 0 This Week
    Last Update:
    See Project
  • 14
    Hanami

    Hanami

    A flexible framework for maintainable Ruby apps

    Hanami is a modern Ruby web framework that aims to be lightweight, fast, and modular, in contrast to the monolithic design of Rails. It emphasizes separation of concerns, encouraging developers to structure applications into clear layers of controllers, views, entities, and repositories. Each component—like the router, model layer, or view rendering engine—can be used independently, which gives developers flexibility to build lean applications. Hanami promotes immutability, plain old Ruby objects, and minimized global state, which makes codebases more maintainable and testable. It supports multi-application setups within the same project, making it well-suited for larger service-oriented architectures. The framework is designed to provide Rails-like productivity while encouraging more explicit architecture and performance-conscious choices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Java MVC

    Java MVC

    Brutos is an easy and powerful mvc controller.

    Brutos is an easy and powerful mvc controller configurable for annotation, programming and XML with support for Inversion of Control and Dependency Injection. Compatible with JSF, Velocity, DisplayTag, Spring, PicoContainer, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Java Named Lock

    Java Named Lock

    Java Named Lock.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Mobility

    Mobility

    Pluggable Ruby translation framework

    Mobility is a gem for storing and retrieving translations as attributes on a class. These translations could be the content of blog posts, captions on images, tags on bookmarks, or anything else you might want to store in different languages. Storage of translations is handled by customizable "backends" which encapsulate different storage strategies. The default way to store translations is to put them all in a set of two shared tables, but many alternatives are also supported, including translatable columns and model translation tables, as well as database-specific storage solutions such as json/jsonb and Hstore (for PostgreSQL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    NARF is an attempt to create a ruby web framework that escapes the weighty thud that one usually associates with web frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Octopress

    Octopress

    Octopress is an obsessively designed framework for Jekyll blogging

    Octopress is a blogging framework built on top of Jekyll, designed to make static site generation easier and more attractive for developers. It provides a theming system, plugins, and prebuilt templates for blogs that are responsive, SEO-friendly, and customizable. Octopress simplifies common tasks like syntax highlighting for code snippets, social sharing integration, and deployment scripts for publishing to GitHub Pages or other static hosts. It emphasizes a developer-centric workflow, letting users write posts in Markdown and manage content through version control. Octopress also provides automation for assets like CSS/JS compression and support for third-party comment systems. For many developers, it offered a more approachable and stylish way to manage personal blogs before static site generators became more mainstream.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    THIS PROJECT IS DEAD. For the real appcelerator project, please visit http://www.appcelerator.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    It is a Web-based Application Development Framework. It first support ruby on rails, and written in ruby on rails. It like a workflow engine to run every step. I hope it save your time for developing a real web application system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Pakada takes new paths in creating and maintaining dynamic web content. It doesn't provide hardcoded modules, it let's you build them yourself within your browser, though it still ships with a handful of presets. Pakada is based on Ruby on Rails.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PlugMan is a simple and effective plugin framework for Ruby. PlugMan supports plugin dependencies and extension points and includes a couple of demos to make learning PlugMan even easier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project aims to create a portal framework using the Ruby on Rails web framework. Users will be able to define his/her own page layouts and add portlets to the pages after done defining the layouts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    RailsDB is a web application written in Ruby using the Ruby on Rails web framework to provide a generic interface to popular open source databases such as MySQL, PostgreSQL, and SQLite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next