Get the client binary for your platform and start tunneling in seconds.
aitaohoo-windows-amd64-0.1.14.exe
AvailableAITaoHoo-0.1.14-macOS-arm64.dmg
Availableaitaohoo-macos-amd64-0.1.14
Coming Soonaitaohoo-linux-amd64-0.1.14
Availableaitaohoo-linux-arm64-0.1.14
AvailableOlder releases are kept for compatibility. We recommend using the latest version.
| Version | Date | Downloads |
|---|---|---|
0.1.14Latest | Feb 28, 2026 | |
0.1.13 | Feb 27, 2026 | |
0.1.12 | Feb 27, 2026 | |
0.1.11 | Feb 27, 2026 | |
0.1.10 | Feb 27, 2026 | |
0.1.9 | Feb 27, 2026 | |
0.1.8 | Feb 26, 2026 | |
0.1.7 | Feb 26, 2026 | |
0.1.6 | Feb 26, 2026 | |
0.1.5 | Feb 26, 2026 | |
0.1.4 | Feb 26, 2026 | |
0.1.3 | Feb 26, 2026 | |
0.1.2 | Feb 25, 2026 | |
0.1.1 | Feb 25, 2026 | |
0.1.0 | Feb 24, 2026 |
# Linux
curl -Lo aitaohoo https://storage.googleapis.com/aitaohoo-releases/cli/latest/aitaohoo-linux-amd64-0.1.14
chmod +x aitaohoo
sudo mv aitaohoo /usr/local/bin/
# macOS (Apple Silicon)
curl -Lo aitaohoo https://storage.googleapis.com/aitaohoo-releases/cli/latest/aitaohoo-macos-arm64-0.1.14
chmod +x aitaohoo
sudo mv aitaohoo /usr/local/bin/Invoke-WebRequest -Uri https://storage.googleapis.com/aitaohoo-releases/cli/latest/aitaohoo-windows-amd64-0.1.14.exe -OutFile aitaohoo.exeaitaohoo http 3000 --subdomain myappSince AITaoHoo is not distributed through the Mac App Store, macOS will show a security warning:"Apple could not verify AITaoHoo is free of malware"
This is normal for apps downloaded outside the App Store. Use one of the methods below to open the app.
AITaoHoo.appYou only need to do this once. After that, the app will open normally.
# Remove the quarantine attribute
xattr -cr /Applications/AITaoHoo.app
# Then open the app normallyFor platforms without pre-built binaries, you can compile from source. Requires Rust 1.80+.
git clone https://github.com/AItaohoo/MojiGateway.git
cd MojiGateway
cargo build --release -p mojigateway-client
# Binary is at target/release/aitaohoo