# 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 use on x86_64 Linux systems with GLIBC. ## Scripts Script | Function | Source --- | --- | --- `mkdotnet` | Latest LTS .NET runtime `mkeopkg` | Converts the given Solus package(s) to an appdwarf | `mkgo` | Latest official Go release | `mkjava` | Accepts an argument for Java version and obtains that build from Adoptium | `mkmp3tag` | Latest 64-bit Mp3tag release | `mkmusikcube` | Latest musikcube release | `mkmusl` | Latest musl.cc toolchain | `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) |