Termux-nerd-installer is a tool that helps you install Nerd Fonts in Termux. Nerd Fonts include extra symbols and glyphs for programming languages, file types, and developer tools, making the terminal more readable and visually informative. Termux-nerd-installer is free and open source. It is written in Python and available on GitHub. Installation To install Termux-nerd-installer, run the following commands in Termux: git clone https://github.com/notflawffles/termux-nerd-installer.git cd termux-nerd-installer make install Usage After installation, start the installer with: termux-nerd-installer l i This opens an interactive menu where you can select the Nerd Font you want to install. Once selected, the tool will download and install the font automatically. Supported Fonts Termux-nerd-installer supports many popular Nerd Fonts, including: Fira Code Hack Operator Mono Iosevka Cousine DejaVu Sans Mono Nerd Font Mono Nerd Font Complete ...
Installing Cloudflared in Termux for Android (ngrok Alternative) – 2026 Updated Repository Link https://github.com/rajbhx/cloudflared-termux What Is Cloudflare? Cloudflare, Inc. is an American content delivery network (CDN) and DDoS protection company founded in 2010. It works as a reverse proxy between visitors and the hosting provider, improving security, performance, and reliability. Basic Usage Once installed, Cloudflared can expose a local service to the internet. cloudflared -url localhost:PORT Example: cloudflared -url localhost:8000 Alternative command: cloudflared tunnel localhost:PORT Installation Make sure your Termux app is fully updated before proceeding. Installation Commands Follow the steps below to install Cloudflared using the rajbhx/cloudflared-termux script. 1. Update Termux and install Git pkg update && pkg upgrade pkg install git 2. Clone the Cloudflared Termux repository git ...