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.

The Last Train to Hoshikawa for Android

A fully voiced, fully offline adult romance and supernatural mystery visual novel with ten routes, 339 scenes, 100 reachable endings, and 4h 49m of packaged character and narrator performances.

Open Hoshikawa siteDownload APK v2.1.0 Fully VoicedSource ZIP

Starfall Haven for Android

An original offline-first science-fantasy colony simulation. v0.4.0 adds the deterministic Chronicle Director for story pacing and random incidents, plus optional schema-locked Grok narration through a server-side proxy—no OpenRouter token in the APK.

Open Starfall Haven siteDownload APK v0.4.0Source ZIP

Mountaincore for Android

The open-source dwarven colony simulator, ported to modern Android with touch controls, stable large-map saves, and ZIP-imported Python 3.11 or Android DEX Java mods. v0.16 adds a house button above the minimap that instantly returns the camera to the settlement's saved embark point; the explicit Mods Back button remains included.

Open Mountaincore siteDownload APK v0.16Source ZIP v0.16Complete modding API

Egregoria for Android

The native Rust/winit/wgpu city builder port with touch camera controls, persistent cities, and trusted RustPython ZIP mods imported through Android's system document picker. Stable v0.6.3-android.1 adds locked one-finger pan, two-finger pinch zoom, and two-finger twist rotation while retaining SHA-256-bound mod approval and hardened ZIP extraction.

Open Egregoria siteDownload stable ARM64 APKGPL source ZIPComplete Python Mod API

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