RubyGems Navigation menu

ocran 1.4.2

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

Gemfile:
=

install:
=

Versions:

  1. 1.4.2 March 16, 2026 (158 KB)
  2. 1.4.2 March 16, 2026 x86_64-linux (129 KB)
  3. 1.4.2 March 16, 2026 x86_64-darwin-24 (128 KB)
  4. 1.4.2 March 16, 2026 x64-mingw-ucrt (178 KB)
  5. 1.4.2 March 16, 2026 arm64-darwin-23 (128 KB)
Show all versions (22 total)

Runtime Dependencies (1):

fiddle ~> 1.0

Owners:

Pushed by:

Authors:

  • Andi Idogawa, shinokaro, Lars Christensen

SHA 256 checksum:

=

Total downloads 7,359

For this version 95

Version Released:

License:

MIT

Required Ruby Version: >= 3.2.0

Links: