Command-line tool to run Bazel targets on systems where Bazel is not installed. For instance, we can run cross-compiled Bazel targets on a Raspberry Pi:
pi@raspi:~/my_bazel_dir$ raspunzel run //my/target -- --foo --bar
Raspunzel's syntax is the same as Bazel, but it only supports the run
command.
$ pip install raspunzel
Raspunzel is easy to ship in your own project as a standalone script. Check out how it is done for instance in the software of Upkie wheeled-biped robots.