Websocket Client (Standalone)
This client can also be utilised via the Rust SDK and Go/C++ FFI.
You can run this client as a standalone process and pipe traffic into it to be sent through the mixnet. This is useful if you're building an application in a language other than Typescript or Rust and cannot utilise one of the SDKs.
You can find the code for this client here (opens in a new tab).
Download or compile client
If you are using OSX or a Debian-based operating system, you can download the nym-socks5-client
binary from our Github releases page (opens in a new tab).
If you are using a different operating system, or want to build from source, simply use cargo build --release
from the root of the Nym monorepo.