Skip to main content

Starting Arti as a proxy

After compiling Arti, it can be run as a SOCKS proxy on port 9150 by running the command:

target/release/arti proxy

Once Arti is running, you can configure your applications or browsers to use the localhost:9150 SOCKS proxy.

Notes:

  • Before running Arti, ensure that you have compiled it as described in Compiling Arti.
  • The provided instructions assume that you have a working Rust development environment.
  • Ensure that you are in the correct directory (arti) when running the cargo commands.