Install Apps into LiveContainer from your Mac.
Run the installer script (downloads the latest release into ~/bin):
curl -fsSL https://raw.githubusercontent.com/rooootdev/lcinstall/main/install.sh | bashEnsure ~/bin is on your PATH.
# set bundle id once
lcinstall -bid com.kdt.livecontainer.DN4S6CXFWY
# install an app bundle (default: VendContainer -> /Documents/Applications)
lcinstall /path/to/MyApp.app
# install with a custom remote name
lcinstall /path/to/MyApp.app MyApp.app
# force VendDocuments mode
lcinstall --vend-documents /path/to/MyApp.app