Imagine a world where your messages aren’t stored on massive company servers, where you don’t need a phone number or email to chat, and where communication continues even if the internet goes down. That’s the vision behind Bitchat, a new messaging app developed by Jack Dorsey, co-founder and former CEO of Twitter (now X). Launched on July 7, 2025, Bitchat is described by Dorsey as a “personal experiment” in alternative connectivity. Its core purpose is to keep people communicating even when the internet is down, censored, or unavailable. Unlike traditional messaging apps, Bitchat is a peer-to-peer platform that works entirely offline using Bluetooth Low Energy (BLE). This decentralized approach means no third parties store your data, reducing the risk of leaks or surveillance. The initial iOS beta launched on Apple TestFlight and reached its 10,000-tester limit within hours, showing strong interest. While the iOS version is still under review for full release, the protocol itsel...
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 ...