On Mon, 3 Aug 2020 at 08:13, Grzegorz Junka <list1@REDACTED> wrote: > I am essentially looking for a way of deploying an Erlang release to a system that doesn't have Erlang installed (and doesn't support docker). You don't need static linking for this. Include the Erlang runtime in your release (relx does this by default). Why doesn't that work for your case?