As of late 2025, after an exhaustive search across GitHub, forums, documentation, and general web sources — no, there is still no other solution (open-source or proprietary) that comes anywhere close to what mORMot 2's THttpPeerCache does in the exact niche you're targeting:
- A transparent forward HTTP/HTTPS caching proxy
- With automatic UDP-multicast peer discovery (WS-Discovery style)
- Live streaming to concurrent requesters (one upstream connection → many local peers get the data in real time)
- Whole-object level but with the smart “one wins and feeds the others instantly” behavior you described
- Fully cross-platform native code (Windows + Linux + macOS out of the box, no WSL/Java/mono required)