Fixed
- macOS mktemp compatibility: BSD
mktempdoes not allow characters after theXXXXXXtemplate suffix — movedXXXXXXto end of all templates and use${TMPDIR:-/tmp}for portable temp directory resolution - Bash 3.2 unbound variable crash: empty array expansion under
set -ufails on macOS default bash — build argv incrementally with length checks inypilauncher