What's in this release
This is a cleanup/stability release โ no new features.
Removed (not yet supported)
--subdomainflag โ custom subdomain requests removed- Multi-port tunneling (
mekong 3000 8080) โ not yet stable --serverflag โ custom server targeting removed
Fixed
mekong statusin daemon mode now shows the tunnel URL immediately after connection
What still works in v1.4.3
| Feature | Command |
|---|---|
| Expose a port | mekong 3000 |
| Background / daemon mode | mekong -d 3000 |
| Check active tunnels | mekong status |
| Stop background tunnel | mekong stop |
| Self-update | mekong update |
| Auto-reconnect | built-in |
| QR code in terminal | built-in |
| Clipboard copy | built-in |
Install / Update
Already have mekong installed? Run the self-updater:
mekong updateFresh install:
macOS (Apple Silicon โ M1/M2/M3)
sudo curl -L https://github.com/MuyleangIng/MekongTunnel/releases/download/v1.4.3/mekong-darwin-arm64 -o /usr/local/bin/mekong
sudo chmod +x /usr/local/bin/mekong
xattr -d com.apple.quarantine /usr/local/bin/mekongmacOS (Intel)
sudo curl -L https://github.com/MuyleangIng/MekongTunnel/releases/download/v1.4.3/mekong-darwin-amd64 -o /usr/local/bin/mekong
sudo chmod +x /usr/local/bin/mekong
xattr -d com.apple.quarantine /usr/local/bin/mekongLinux (amd64)
sudo curl -L https://github.com/MuyleangIng/MekongTunnel/releases/download/v1.4.3/mekong-linux-amd64 -o /usr/local/bin/mekong
sudo chmod +x /usr/local/bin/mekongLinux (arm64)
sudo curl -L https://github.com/MuyleangIng/MekongTunnel/releases/download/v1.4.3/mekong-linux-arm64 -o /usr/local/bin/mekong
sudo chmod +x /usr/local/bin/mekongWindows
Download mekong-windows-amd64.exe, rename to mekong.exe, and add to your PATH.
