Packaging to Executables
This category does not have a description yet. You can add one on github!
1.05
Packing your Ruby application into a single executable.
Activity
0.33
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
Activity
0.11
A portable MRI Ruby environment and toolset
Activity
0.09
Ruby to EXE - Turn ruby scripts into portable executable apps
Activity
0.03
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
Activity
0.03
OCRAN (One-Click Ruby Application Next) 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.
This is a fork of OCRA that is compatible with ruby version after 3.0.
Migration guide: make sure to write ocran instead of ocra in your code. For instance: OCRAN_EXECUTABLE
usage:
ocra helloworld.rb
helloworld.exe
See readme at https://github.com/largo/ocran
Report problems in the github issues. Contributions welcome.
This gem contains executables. We plan to build them on github actions for security.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
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
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
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
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
Activity