Hey everyone, I’ve been working on a project called Termux App Store — a terminal-based app store / package manager experience designed specifically for Termux on Android. The main goal is to make discovering, installing, and even sharing tools easier directly from the terminal without needing a full graphical UI. Why I made it Using Termux on mobile is powerful, but sometimes: remembering package names is annoying typing long install commands on a phone is tedious discovering new tools isn’t very user-friendly sharing personal scripts/tools can feel fragmented So I wanted to experiment with something that feels more like an “app store” experience while still staying fully inside the terminal.…