These Pluggable Transports are currently deployed in Tor Browser, and you can start using them by [https://www.torproject.org/download/download-easy.html.en downloading and using Tor Browser].
* Description: Is a transport with the same features as ScrambleSuit but utilizing Dan Bernstein's elligator2 technique for public key obfuscation, and the tor protocol for one-way authentication. This results in a faster protocol.
* Uses [https://gitweb.torproject.org/pluggable-transports/websocket.git/tree/websocket-server/websocket-server.go websocket-server] on the server side, which can also be used with a standalone [https://gitweb.torproject.org/pluggable-transports/websocket.git/tree/websocket-client/websocket-client.go websocket-client], without going through a flash proxy.
* Description: Intends to modernize the flashproxy concept with a more modern NAT traversal algorithm centered around WebRTC.
* Language: The implementation is mostly Go, except for the WebRTC implementation, written in C/C++, which is called from the Go application via the cgo FFI interface.
* Description: Encodes messages as commands in online video games.
* Status: Prototyped.
* Language: C++.
[https://github.com/marionette-tg marionette]
* Description: An updated FTE proxy.
* Notes: ([https://www.usenix.org/conference/usenixsecurity15/technical-sessions/presentation/dyer Presentation]). Includes many [https://github.com/marionette-tg/marionette/tree/master/marionette_tg/formats/20150701 formats].
* Description: TLS encryption MITM'ed by a participating ISP
* Language: Go (client) / Rust+C (server)
* Notes: Unlike Telex, ISP uses a passive tap. Part of [https://refraction.network refraction.network]
* Maintainer: Sergey
----
== PT libraries ==
* [https://gitweb.torproject.org/pluggable-transports/pyptlib.git pyptlib] is a Python library which makes it easier to turn a proxy into a Tor pluggable transport.
* [https://gitweb.torproject.org/pluggable-transports/goptlib.git goptlib] is a pluggable transports library for golang. Check the [https://gitweb.torproject.org/pluggable-transports/goptlib.git/tree/examples/dummy-client/dummy-client.go example client] and [https://gitweb.torproject.org/pluggable-transports/goptlib.git/tree/examples/dummy-server/dummy-server.go example server].
* [https://github.com/guardianproject/pluto PLUTO]: Pluggable Libraries Using Transport Obfuscation for Android.
* [https://github.com/Yawning/liballium liballium] is a C/C++ library for people that absolutely need to use C or C++ for a pluggable transport.