Installs the Lightpanda binary.
$ mix lightpanda.install
$ mix lightpanda.install --if-missing
By default, it installs fork-2026-05-10 but you can configure it in your config files:
config :lightpanda, version: "fork-2026-05-10"Options
--runtime-config- load the runtime configuration before executing.--if-missing- only install if the binary is not already present.