When I use Clash, Yaak fails to launch.

Bug
After reviewing the logs, I suspect this is because Clash blocks connection between the Node(plugin system) and Rust. Could using UDS help circumvent this issue? Or embedding Deno?
Mac

After reviewing the logs, I suspect this is because Clash blocks connection between the Node(plugin system) and Rust. Could using UDS help circumvent this issue? Or embedding Deno?
Sign in to leave a comment.
i found it! node plugin using localhost, rust core using 127.0.0.1. In clash tun, localhost will not point to 127.0.0.1
What do you suggest as a fix here?
Set the WS client to connect to 127.0.0.1 for now. Hopefully that fixes the issue
great , i test it. connecting the node webSocket client to 127.0.0.1 is helpful
https://yaak.app/blog/2025.8.0