title | sidebarTitle | description | icon |
---|---|---|---|
macOS support |
macOS |
Use Subtrace in your macOS development environment |
apple |
Subtrace has experimental support for developers on macOS.
Start your backend service the way you normally do. We'll assume it's running on port 8000 in this guide. Open a terminal and download the latest version of Subtrace:```bash
curl -fSLO "https://subtrace.dev/download/$(uname -s)/$(uname -m)/subtrace" && chmod +x ./subtrace
```
```bash
./subtrace proxy 9000:8000
```
<Expandable title="example output">
<img className="rounded-xl" src="/images/macos-link.png" />
</Expandable>
<img className="rounded-xl" src="/images/quickstart-screenshot.png" />