blob: 2f3e2905994915deaf25eaf288936a8b35c34152 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
title: Starting Arti as a proxy
---
# Starting Arti as a proxy
After [compiling Arti](/guides/compiling-arti), it can be run as a SOCKS proxy on port `9150` by running the command:
```bash
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](/guides/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.
|