Overview
This is not a virtual private network in the sense the marketing industry uses the phrase. It does not let you appear to be in another country and it is not sold as a way to watch things you should not. What it does is take every packet leaving your machine, encrypt it, and send it to the nearest edge of a very large network, which means the coffee shop wireless, the hotel network and your own internet provider see an encrypted tunnel instead of a list of the places you go.
The second half is the resolver. Domain lookups normally travel in plain text to whichever server your router hands you, which is both slow and completely visible. This client sends them encrypted to a resolver that answers in single digit milliseconds from almost anywhere. Running it in resolver only mode without the tunnel is a legitimate configuration and is often the faster option.
The two modes and when to use each
Resolver only mode encrypts domain lookups and leaves the rest of your traffic alone. It is close to free in performance terms, it usually makes browsing feel slightly faster because the lookups are quicker, and it stops the network you are on from building a list of the sites you visit from the lookups alone. On a home connection you trust, this is often all you want.
Full tunnel mode wraps everything. On a public network this is the correct setting and there is no real argument against it. The transport is a modern protocol designed for exactly this, so the overhead is far lower than the older tunnel protocols, and on many connections the routing improvement actually makes throughput better rather than worse.
Performance and routing
Because the tunnel terminates at a very widely distributed network, the first hop is usually physically close, and from there traffic travels over a private backbone rather than the public path. On a connection whose provider routes badly, this can measurably reduce latency to distant servers, which is the opposite of what people expect from a tunnel.
There is a split tunnel configuration for excluding specific applications or address ranges, which is necessary for local network resources like a printer or a file server that must not go through the tunnel. Exclusions can be set by application, by hostname or by address range, and the defaults already exclude private address space.
Filtering, honesty about limitations and daily use
The resolver can be pointed at variants that block known malware hosts, and optionally adult content, at the lookup level. This is coarse filtering rather than a security product, and it should be understood as one layer among several rather than protection on its own.
The honest limitations: the operator of the tunnel can see your traffic destinations by definition, so this moves trust from your network provider to a different company rather than eliminating it. It does not change your apparent country in any useful way. It does not make you anonymous. What it does, it does very well and for nothing, and that combination is why it is worth installing on a laptop that connects to networks you do not control.
What you get
- System wide encrypted tunnel over a modern low overhead transport
- Encrypted domain resolution with very low lookup latency
- Resolver only mode for encrypting lookups without tunnelling traffic
- Split tunnel exclusions by application, hostname or address range
- Private address space excluded by default so local resources keep working
- Optional resolver variants that filter known malware and adult hosts
- Automatic reconnection on network change without dropping sessions
- Connection quality diagnostics built into the client
- No account required for the free tunnel
Inside the archive
- WARP client installer, offline
- Configuration profile with sensible split tunnel defaults
- Language files for the interface list shown above
- Notes covering resolver only mode and exclusion syntax
System requirements
| Operating system | Windows 10 version 21H2 or Windows 11, 64-bit |
|---|---|
| Processor | Any processor from the last decade |
| Memory | 2 GB |
| Graphics | No dedicated graphics required |
| Storage | 300 MB |
| Network | Any internet connection, wired or wireless |
Installing it
- Unpack the archive and run the installer as administrator, since it installs a network adapter.
- Allow the network adapter driver when prompted, otherwise the tunnel cannot come up.
- On first launch choose resolver only or full tunnel mode.
- Add exclusions for any local network resources such as printers or file servers.
- Check the connection status panel and confirm the tunnel reports connected before relying on it.
Mirrors
| Route | Region | Note | State |
|---|---|---|---|
| Direct, primary | Europe | No wait, resumable | Online |
| Direct, secondary | North America | No wait, resumable | Online |
| Torrent magnet | Global | Small file, direct is simpler | Online |
Release history
- Reconnection after a network change no longer drops long lived connections
- Split tunnel exclusion by hostname added
- Diagnostics panel rewritten with clearer latency reporting
- Adapter driver updated for current Windows builds
- Fixed the client failing to start on machines with several virtual adapters
- Resolver only mode made selectable at install time
Questions about this release
Can I use it to appear in another country?
No, and it does not claim to. It is a privacy and performance tunnel, not a location changer. If that is what you want, a conventional virtual private network is the right tool.
Will it slow my connection?
Usually not noticeably, and on a badly routed connection it sometimes helps. The transport protocol was designed for this and the overhead is small.
Why can I no longer reach my printer?
The tunnel is capturing traffic to your local network. Private address space is excluded by default, so if it broke, check whether your local range is unusual and add it manually.
Does it need an account?
No. The free tunnel works without registering anything, which is why the client is worth having on a laptop that travels.
Comments
Latency to a game server actually dropped with it on. Did not expect that.
Had to exclude my file server range manually, after that everything local works normally.
Comments are read before they appear. If a build stops working, say so here and it gets rebuilt rather than quietly left up.
Resolver only mode on my home line, full tunnel on hotel wireless. Switching takes one click.