A slight nit - OSv can't run the Erlang BEAM runtime unmodified as it
relies on fork() to spawn 'port' processes. The setup in the OSv apps
directory (and my modified environment used by rebar3_osv) both have a
patched ERTS that does not build, or stubs out the parts requiring
fork.
Not a huge issue, but worth fixing I think.
Rick