AnimeFu ClawTunnel

Bind local websites, WebSocket servers, TCP services, and UDP services. Access raw TCP/UDP through local listeners using generated access codes over encrypted single-port ingress at animefu.space:3680.

Docs & DownloadsTermux CLIAndroid APKWindows EXEWindows ZIPLinux x64Linux ARM64

Pixel install note: if Android says “App not installed,” uninstall the old ClawTunnel app first, then install this APK again. Android package installer is dramatic about stale local builds.

All downloadable clients now use raw TCP/UDP access port animefu.space:3680 and 6-character access codes.

HTTP/WSS

./clawtunnel bind --mode http \
  --name demo \
  --target http://127.0.0.1:9000

./clawtunnel bind --mode ws \
  --name echo \
  --target ws://127.0.0.1:8765/ws

TCP/UDP access

./clawtunnel bind --mode tcp --name sshbox --target 127.0.0.1:22
./clawtunnel access --server animefu.space:3680 --code CODE --listen 127.0.0.1:2222

./clawtunnel bind --mode udp --name game --target 127.0.0.1:7777
./clawtunnel access --udp --server animefu.space:3680 --code CODE --listen 127.0.0.1:7777

Downloads

TCP/UDP bind prints a short 6-character access code, for example ABC123. HTTP/WS bind prints a public URL instead.