Packaging to Executables
This category does not have a description yet. You can add one on github!
0.76
Packing your Ruby application into a single executable.
Activity
0.24
OCRA (One-Click Ruby Application) builds Windows executables from Ruby
source code. The executable is a self-extracting, self-running
executable that contains the Ruby interpreter, your source code and
any additionally needed ruby libraries or DLL.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.1
Tebako is an executable packager. It packages a set of files into a single
executable binary that allows a user to run a selected file from the
packaged software as if it is a mounted filesystem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.08
A portable MRI Ruby environment and toolset
Activity
0.06
Ruby to EXE - Turn ruby scripts into portable executable apps
Activity
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
0.01
Jam a gem into a universal binary that works with any ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
Releasy helps to make Ruby application releases simpler, by creating and archiving source folders, Windows folders,
standalone executables, installers and OS X app bundles.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
A Ruby Compiler
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
Crate is a developer tool to help package up your application as a custom static build of the ruby interpreter plus all dependent binary extensions. All the pure ruby code (the ruby application, the ruby stdlib, etc ) is packed into one or more SQLite databases. The final distributable pieces are a single executable and a few SQLite databases which can be then wrapped up appropriately as an OS X App; a self extracting executable for Windows; a shar archive, rpm or tarball for Unixes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity