Single executable ascli

March 4, 2026 ยท View on GitHub

Build the CLI tool as a compiled single executable.

Tooling

See https://www.tebako.org/. A container version is provided for tebako.

Usage: (non-Windows)

To build a given version using the build tools of that version:

git checkout v4.23.0

Else, it would use the build tools in the current folder.

To build the version specified in the local folder with gem from rubygems.org:

bundle exec rake binary:build

To build a given version:

bundle exec rake binary:build'[4.23.0]'

History

Initially, rubyc (gem ruby-packer and you54f's version) was used to build a single executable.