Compare projects
Project comparisons allow you to view any selection of projects side by side just like they're shown on regular categories or in search results. You can try out an example or start yourself by adding a library to the comparison via the input below. You can also easily share your current comparison with others by sending the URL of the current page.
0.03
OCRAN (One-Click Ruby Application Next) packages Ruby applications for
distribution. It bundles your script, the Ruby interpreter, gems, and native
libraries into a self-contained artifact that runs without requiring Ruby to
be installed on the target machine.
Three output formats are supported on all platforms:
- Self-extracting executable (.exe on Windows, native binary on Linux/macOS)
- Directory with a launch script (--output-dir)
- Zip archive with a launch script (--output-zip)
This is a fork of OCRA maintained for Ruby 3.2+ compatibility.
Migration guide: replace OCRA_EXECUTABLE with OCRAN_EXECUTABLE in your code.
Usage:
ocran helloworld.rb # builds helloworld.exe / helloworld
ocran --output-dir out/ app.rb
ocran --output-zip app.zip app.rb
See readme at https://github.com/largo/ocran
Report problems at https://github.com/largo/ocran/issues
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity