I'm guessing you're downvoted because your implied solution is no better (and arguably worse) than parent's "unless you jailbreak". Regardless, it's not a solution for "normals":
1. Download and install Xcode.
2. Find the source code for the application you want. You know GitHub works, right, Grandma?
3. Compile, sign, and deploy to your device. Assuming it built without error, that is.
4. Aww, shit, Apple's signing process is still a hot mess. Best get to Googlin' on those validation errors!
Generally, those that go down this path use a much more streamlined solution like downloading an IPA file and using something like Cydia Impactor (http://www.cydiaimpactor.com) to sign and install the app. It least, I think that that's easier than finding a kernel bug in iOS…
Tools for example: http://www.cydiaimpactor.com/
EDIT: Someone thinks I'm wrong, can you explain why? Thanks!