PostmarketOS with Plasma Mobile (Termux) This setup uses proot-distro with postmarketOS v22.06 (based on Alpine Linux v3.16). This is the last version that runs Plasma Mobile correctly on Termux-X11 with ZINK hardware acceleration . Newer Alpine versions (v3.17+) do not work without Wayland, which makes them unusable in this setup. The Plasma Mobile interface supports both portrait and landscape modes. --- Installation Requirements Termux-X11 installed proot-distro installed Audio enabled in Termux If you haven’t set this up yet, follow this guide first: Fedora Rawhide with GNOME 46 (audio + X11 setup) --- Step 1: Install Alpine Linux pd install alpine Step 2: Log in to Alpine pd sh alpine --- Step 3: Add postmarketOS Repository Edit the repository list: nano /etc/apk/repositories Add this line: https://mirror.postmarketos.org/postmarketos/v22.06 Save and exit ( Ctrl + X , then Y , then Enter ). Replace Alpine edge w...
Step-by-Step Guide: 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 Ter...