Is there a way to get non installer packages

Hello I am creating a gstreamer based application and I wan to be able to do cross platform builds on a single machine (I am using gstreamer rs). I was looking at various platform releases to see how can I bundle necessary dynamic libs and plugins but I don’t see any zip packages for any platform. Is there way to get these prebuilt packages without having to use an uninstaller.

My plan was to build the binary and then download the specific zip to bundle the necessary packages.

Is my best bet to setup Cerberos and integrate it with my Rust build (my question in that case is how to build platform specific plugins like videotoolbox)