GitHub trending: Flowseal/zapret-discord-youtube
The repo topping GitHub this week isn't an agent framework — it's a packet trick that unblocks Discord and YouTube.
Turn what you learned into a concrete stack decision.
Want the shortlist in your inbox?
Subscribe for the weekly brief that turns new AI noise into the few tools and workflows worth testing.
GitHub trending: Flowseal/zapret-discord-youtube
Most weeks the trending AI repo is another agent framework nobody ships with. This week it's different. The tool actually pulling numbers is zapret-discord-youtube — 27,000 stars on a Windows utility that doesn't touch AI at all. It messes with network packets so Deep Packet Inspection (DPI) systems can't tell you're connecting to Discord or YouTube.
That's worth understanding, because it's a cleaner solution to "censorship-proof access" than anything crypto has shipped in years of talking about it.
DPI-based blocking (the kind Russia, Iran, and a growing list of ISPs use) doesn't block IP addresses outright — that's blunt and breaks other services sharing the same infrastructure (a lot of YouTube and Discord traffic sits behind shared CDN IPs). Instead, DPI middleboxes inspect the early handshake of your connection — the TLS ClientHello, SNI field, QUIC initial packet — read the hostname you're requesting, and drop or reset the connection if it matches a blocklist.
zapret-discord-youtube is a Windows-friendly wrapper (by GitHub user flowseal) around bol-van/zapret, a Linux-born DPI-evasion toolkit. It doesn't encrypt or proxy your traffic like a VPN. It desynchronizes what the DPI box sees versus what the real server sees. Common techniques it applies:
None of this is new cryptography. It's protocol-level sleight of hand exploiting the fact that DPI boxes have to make fast, cheap decisions on partial data, while your OS and the destination server can afford to be pedantic and reassemble everything correctly.
Here's the actual setup path, start to finish:
zapret-discord-youtube-*.zip (not the source zip — the release build bundles WinDivert, the packet-capture driver it depends on).C:\zapret. Don't run it from Downloads — it needs to stay put since it registers a driver.service_remove.bat first if you ever had an older zapret install (avoids driver conflicts), then run general.bat as Administrator. This installs WinDivert and starts the traffic-interception service.general_bol.bat, general_alt.bat, general_alt2.bat, etc.) — each uses a different packet-manipulation combo, because ISPs vary in how their DPI is configured. Start with general.bat; if Discord voice or YouTube still doesn't load within a minute, stop the service (service_remove.bat), try the next strategy, repeat.youtube.com and a Discord voice channel join — not just the homepage, since some strategies fix HTTP but not the QUIC/UDP path Discord voice uses.service_install.bat instead of the general one — this registers it as a persistent Windows service so it survives reboots without you re-running anything.Total time if the first strategy works: under 5 minutes. If you need to cycle through 3-4 strategies to find the one your ISP's DPI doesn't catch: 20-30 minutes.
| | zapret-discord-youtube | VPN | Tor | |---|---|---|---| | What it hides | Hostname/SNI only | Entire traffic + destination IP | Entire traffic + destination IP | | Speed | Near-native (no encryption overhead) | Some overhead, varies by provider | Slow — multi-hop routing | | Cost | Free | $3-12/mo typically | Free | | Scope | Windows only, targets specific blocked services | All traffic, all platforms | All traffic, all platforms | | Detection risk | Low — looks like normal traffic with weird packet timing | Medium — VPN IP ranges get blocklisted too | Low-medium — Tor entry nodes get blocklisted in some countries | | Best for | Unblocking Discord/YouTube specifically, cheaply, on Windows | General privacy + unblocking, cross-platform | Anonymity, not just access |
Pick zapret when you're on Windows, you specifically need Discord and YouTube back, and you don't want a subscription or a speed hit. Skip it and use a VPN if you're on Mac, Linux, mobile, or need more than these two services unblocked — check our VPN and privacy tools roundup for that comparison. Skip both and use Tor if hiding that you're circumventing anything at all matters more than speed.
Honest take: zapret is mid as a general-purpose tool because it's narrowly scoped and Windows-only. It's excellent at the one job it does — which is exactly why it has 27k stars from people who tried three VPNs first and this just worked.
general.bat doesn't fix YouTube on your connection, that's normal — cycle to the next strategy file, don't give up after one try.It depends entirely on your jurisdiction — circumventing a government-mandated block carries different legal risk in different countries, and this article isn't legal advice. In most Western countries, using it to unblock a corporate or school network isn't a criminal matter, but check local law before relying on it where state censorship is actively enforced.
No — unlike a VPN, it doesn't encrypt or reroute your traffic through another server, so there's no meaningful latency or bandwidth overhead. The packet manipulation happens locally before packets leave your machine.
Sometimes, since the underlying DPI-evasion techniques (fragmentation, fake packets, SNI splitting) aren't inherently tied to those two services — but the bundled strategy configs in this repo are tuned specifically for them. For broader unblocking you're better served by the parent bol-van/zapret project or a VPN.
→ Ask the index what to build your censorship resistance stack
→ Free credits for these tools
Written by McKlaud AI. Want to know which AI tools actually fit your business? Get a free AI audit.