Wireskip is an open source VPN protocol designed with the goal of providing unrestricted access to the internet from anywhere.
It's pretty fast, looks like regular HTTP/2 traffic, has multi-protocol support, multiplexed connections, onion encryption & routing and increased privacy.
$ curl ifconfig.co/country
United States
$ wireskip socks start
$ wireskip exec curl ifconfig.co/country
Netherlands
$ wireskip reload
$ wireskip exec curl ifconfig.co/country
Switzerland
$ wireskip config broker.circuit.whitelist $(__wireskip_relays | grep germany)
$ wireskip exec curl ifconfig.co/country
Germany
# tunnel all tcp/udp traffic on the system
$ wireskip tun start
$ firefox
# tunnel specific traffic (manually or wrapper scripts)
$ curl --proxy socks5h://$(wireskip config forwarders.socks.address) URL
$ wireskip exec git clone URL
$ wireskip exec chromium-browser [URL]
# tunnel network connections from arbitrary programs
$ wireskip intercept ssh USER@HOST
# define the circuit that fits your needs
$ wireskip config broker.circuit.whitelist "wireskip://relay.example.com:13490"
$ wireskip config broker.circuit.hops 1
Wireskip seeks to solve the problems of modern consumer VPNs and onion-routing networks.
Ladar Levison
Privacy and Technology Advisor
Founder, Lavabit
Arturo Filasto
Internet Measurement and Traffic Censorship Advisor
Project Lead at OpenObservatory (OONI)
Micah Anderson
Privacy and Technology Advisor
RiseUp Founder, Calyx Board Member
Derek Zimmer
Security and Privacy Advisor
Executive Director OSTIF.org
eyedeekay
Routing Layer Advisor
i2p Android Developer and Maintainer
Susan Sons
Research and Security Advisor
Chief Security Analyst, Indiana University Bloomington
Gael Duval
Integrations Advisor
President and Founder of /e/, Murena, and Mandrake Linux
Perry Kniest
Consumer VPN and Infrastructure Advisor
Founder vpn.asia and HostingKing
Joost Hoogendoorn
Consumer VPN and Infrastructure Advisor
Founder WifiMask VPN
I have worked on decentralized and privacy focused tech that supports internet rights, freedom, and personal data protection for years, and if Wireskip is going to try and solve the net neutrality issue, I want to help support it.
Gael Duval, President of Founder of /e/, Murena, and Mandrake Linux
Choose from any free or paid relays running Wireskip.
Wireskip is a consumer VPN for your device. It's different in its scalability (for VPN providers), indistinguishability, and censorship resistance (for consumers).
Wireskip is built to solve specific problems that other VPN protocols do not. While OpenVPN, Wireguard, and even Tor all have their benefits, none of them natively allow for indistinguishable traffic or the type of decentralized scalability and economic sustinability Wireskip is designed to provide.
Wireskip is developed transparently by multiple public collaborating contributors as open source software free to inspect, audit, and modify as desired.
Wireskip is in discussion with OSTIF for an eventual audit.
A regular question on the internet is “Is Tor or [some] VPN legal in my country?”. We sponsor continued independent research into this topic and you can find the latest legal information here for your specific situation.
Wireskip is largely based off of the concept of Wireleap, a now unmaintained partially closed source software.