# Apps This directory contains various scripts I've put together to quickly and easily create images of various large and/or popular programs. I give no guarantee that they will work correctly or as desired; these have been put together largely for my own usage. These scripts are all targeted for using on x86_64 Linux systems with GLIBC. ## Scripts Script | Function | Source --- | --- | --- `mkgo ` | Latest official Go release | `mkjava ` | Accepts an argument for Java version and obtains that build from Adoptium | `mkmp3tag ` | Latest 64-bit Mp3tag release | `mknode ` | Latest official NodeJS release | `mkpypy ` | Latest PyPy3 release | `mkrust ` | Latest Rust nightly | `mksignal` | Latest Signal stable from the Solus repos (requires `eopkg` and may not work on other distros) | `mktex ` | Minimal/custom TeX Live image | `mkwine ` | Latest `wine-staging-tkg` release | `mkwine proton` | GloriousEggroll Proton Builds | `rustsolus` | Latest Rust stable from the Solus repos (requires `eopkg` and may not work on other distros) |