🕊️ Remembering the IRAN Massacre on Jan 8-9, 2026
A Minimalist & High-Performance Network & System Utility for OpenWrt
💡 Note: The main documentation is in English. For the full Persian guide, please visit 🦁☀️ راهنمای پارسی.
DayPass is a lightweight, responsive terminal interface designed specifically for OpenWrt routers and embedded Linux systems. It provides real-time system diagnostics, ISP network details, DNS/latency health checking, and live speed monitoring—all wrapped in a clean, ANSI-aligned terminal UI without the bloat of heavy external dependencies.
- 🖥 System Overview: Instant view of architecture, OpenWrt release version, RAM usage, and overlay storage with visual progress bars.
- 🌐 Network Diagnostics: Detailed public IP discovery, geolocation lookup, ISP name, and ASN identifier using fast failover APIs.
- 🔎 Health Checker: Concurrent DNS resolution, Ping loss evaluation, and HTTPS latency testing across major edge nodes (
google.com,cloudflare.com, etc.). - 📊 Live Speed Monitor: Real-time WAN interface bandwidth monitoring (
KB/s/MB/s) with zero terminal flickering. - 🧰 Package Manager Integration: Interactive CLI menu to streamline custom package installations.
📌 Note: If
curlis pre-installed on your system, using thecurlcommand is recommended. Otherwise, usewget.
Using curl :
curl -sSL https://chamroosh98.github.io/DayPass/install.sh | shUsing wget :
wget -qO- https://chamroosh98.github.io/DayPass/install.sh | shUsing curl :
curl -sL https://chamroosh98.github.io/DayPass/beta/install.sh | shUsing wget :
wget -qO- https://chamroosh98.github.io/DayPass/beta/install.sh | sh