AirplaneMode – Simulate realistic airplane WiFi on macOS
I needed to test how my app performed on airplane WiFi and found that existing tools (Network Link Conditioner, comcast, Chrome DevTools, etc) weren't sufficient. AirplaneMode is a macOS CLI and menu bar app that uses a local MASQUE relay to provide: 1. Jitter. All of the mac os network simulators I tried apply a fixed constant delay with no jitter model. Real airplane satellite WiFi follows a log-normal distribution — most packets arrive near base RTT, but a few percent spike to 5-10x. AirplaneMode samples jitter from a log-normal distribution fit to real flight measurements. 2. Userspace,…
What it does
In the maker’s words, at launch
I needed to test how my app performed on airplane WiFi and found that existing tools (Network Link Conditioner, comcast, Chrome DevTools, etc) weren't sufficient. AirplaneMode is a macOS CLI and menu bar app that uses a local MASQUE relay to provide: 1. Jitter. All of the mac os network simulators I tried apply a fixed constant delay with no jitter model. Real airplane satellite WiFi follows a log-normal distribution — most packets arrive near base RTT, but a few percent spike to 5-10x. AirplaneMode samples jitter from a log-normal distribution fit to real flight measurements. 2. Userspace, with domain scoping and UDP support. No root required. A .mobileconfig profile routes only matched domains through the relay — the rest of your network is unaffected. The relay operates at the UDP packet level via MASQUE, so HTTP/3 and QUIC congestion control respond naturally to simulated conditions. 3. Realistic Profiles. Airlines use performance-enhancing proxies that inflate speed test results. Presets are calibrated from real flights using TLS handshake timing, throughput, and traceroute data collected in the air. Existing profiles (looking for help in calibrating more): 1. Turkish Airlines JFK→IST (Panasonic Ku-band GEO): ~870ms RTT, 86 KB/s, 2.3s jitter P99. 2. JetBlue domestic (Viasat Ka-band): ~593ms RTT, 3.3 Mbps. 3. American Airlines LGA→EYW (Intelsat GEO): ~715ms RTT, 4.2 Mbps. If you’re on a flight with Wifi, the repo includes a script to grab traces and a GitHub issue template for submitting them. Just run `sudo ./scripts/flight-bench.sh` a few times during the flight and submit the JSON files. We'll fit a profile from your data.
Does the same job
all alternatives →More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Launched alongside, April 2026
the whole month →
- AG
Thought the resources for GPU arch were lacking, so here we are
Life & fun · Apr 2026 · jaso1024.com
- IB
Built a ~9M param LLM from scratch to understand how they actually work. Vanilla transformer, 60K synthetic conversations, ~130 lines of PyTorch. Trains in 5 min on a free Colab T4. The fish thinks the meaning of life is food. Fork it and swap the personality for your own character.
AI · Apr 2026 · github.com

- BC
Life & fun · Apr 2026 · sam-burns.com
- IB
With social media and now AI, its important to keep the indie web alive. There are many people who write frequently. Blogosphere tries to highlight them by fetching the recent posts from personal blogs across many categories. There are two versions: Minimal (HN-inspired, fast, static): https://text.blogosphere.app/ Non-minimal: https://blogosphere.app/ If you don't find your blog (or your favorite ones), please add them. I will review and approve it.
AI · Apr 2026 · text.blogosphere.app