Try to use my apkverify tool.
It may be broken or not work on some APKs, getting it running on Termux is kinda weird, but you could then use a better output of APKSigner to read signatures and verify APKs on first install.
Apksigner on its own was pretty useless for me, thats why it uses a workaround. Apks are zips, so it renames the file, decompresses and reads some file where the signer is actually mentioned with Name and all. Then it deletes it.
Iirc there was some bug with Termux and the unpack thing, because Android sucks I guess. On Linux it works fine.
Compile llama.cpp, download a small GGML LLM model and you will have a quite intelligent assiatant running into your phone.
You could install YouTube revanced by running one command
curl -sL “https://raw.githubusercontent.com/decipher3114/Revancify/main/install.sh” | bash
termux targets an extremely out of date sdk and is therefore quite insecure.
Im gonna be honest i really don’t care about that. There is no sensitive data on my phone except maybe social media logins and i have a recent backup so🤷
Odd choice to use GrapheneOS if you don’t care about security. More power to you, though.
Termux is awesome! I use it for a bunch of things:
- sshing into servers and my home when I’m out and about
- using croc to transfer files
- making videos I’m going to send people smaller with ffmpeg
- downloading stuff with yt-dlp
- giving myself access to the sandbox + /sdcard from other computers by running an ssh server
- scripting phone stuff (like taking photos) with the api
- running weechat locally, which I can then connect to with weechat android
- using vim
- probably a bunch of other things I’m forgetting