Chisel is a fast TCP/UDP tunnel, transported over HTTP, secured via SSH. Single executable including both client and server. Written in Go (golang). Chisel is mainly useful for passing through firewalls, though it can also be used to provide a secure endpoint into your network.
This is free and open source software.
Key Features
- Easy to use.
- Performant.
- Encrypted connections using the SSH protocol (via crypto/ssh).
- Authenticated connections; authenticated client connections with a users config file, authenticated .server connections with fingerprint matching.
- Client auto-reconnects with exponential backoff.
- Clients can create multiple tunnel endpoints over one TCP connection.
- Clients can optionally pass through SOCKS or HTTP CONNECT proxies.
- Reverse port forwarding (Connections go through the server and out the client).
- Server optionally doubles as a reverse proxy.
- Server optionally allows SOCKS5 connections.
- Clients optionally allow SOCKS5 connections from a reversed port forward.
- Client connections over stdio which supports ssh -o ProxyCommand providing SSH over HTTP.
Website: github.com/jpillora/chisel
Support:
Developer: Jaime Pillora
License: MIT License

Chisel is written in Go. Learn Go with our recommended free books and free tutorials.
Related Software
| Network Tunnels | |
|---|---|
| frp | Fast reverse proxy |
| Pangolin | Tunneled mesh reverse proxy server with access control |
| iodine | Tunnel IPv4 data through a DNS server |
| wstunnel | Tunnel traffic over Websocket or HTTP2 |
| Chisel | Fast TCP/UDP tunnel |
| GO Simple Tunnel | Provides proxying, port forwarding, and reverse proxy capabilities |
| Tuntox | Forwards TCP connections over the Tox protocol |
| rustunnel | Secure tunnelling platform |
| 6tunnel | Tunnelling for applications that don't speak IPv6 |
| Gurren | SSH tunnel manager |
| VTun | Create virtual tunnels over TCP/IP networks |
| Ping Tunnel | Tunnel TCP connections to a remote host using ICMP echo request |
| isatapd | Creates and maintains an ISATAP tunnel |
| ClashT | Rule-based tunnel in Go |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |


Please read our Comment Policy before commenting.