What's new
mekong update โ self-update command
Run mekong update to automatically download and replace the binary with the latest release. No need to re-run the curl install script.
mekong version โ show installed version
mekong version
mekong --version
mekong -v
Version embedded in binary
Binaries now report the exact release tag they were built from.
Install / Upgrade
macOS (Apple Silicon)
curl -fsSL https://github.com/MuyleangIng/MekongTunnel/releases/download/v1.3.0/mekong-darwin-arm64 -o /usr/local/bin/mekong && chmod +x /usr/local/bin/mekongmacOS (Intel)
curl -fsSL https://github.com/MuyleangIng/MekongTunnel/releases/download/v1.3.0/mekong-darwin-amd64 -o /usr/local/bin/mekong && chmod +x /usr/local/bin/mekongLinux (amd64)
curl -fsSL https://github.com/MuyleangIng/MekongTunnel/releases/download/v1.3.0/mekong-linux-amd64 -o /usr/local/bin/mekong && chmod +x /usr/local/bin/mekongLinux (arm64)
curl -fsSL https://github.com/MuyleangIng/MekongTunnel/releases/download/v1.3.0/mekong-linux-arm64 -o /usr/local/bin/mekong && chmod +x /usr/local/bin/mekongIf you already have mekong installed (v1.3.0+)
mekong update