Skip to main content

Downloading Sauce Connect Proxy

This topic describes where and how to download Sauce Connect Proxy to your local machine.

What You’ll Need

Always use the latest version

If applicable, delete any previous Sauce Connect versions you have. Using older versions may impact your ability to launch a tunnel or cause other technical issues.

Downloading Sauce Connect Proxy

  1. Download the latest Sauce Connect Proxy client to your local machine by clicking the link below corresponding to your OS.

    PlatformDownload URLSHA1 Checksum
    Linuxhttps://saucelabs.com/downloads/sc-4.8.2-linux.tar.gze65e77e849a80d1eb1de03ba56abf5a4d51cf1c5
    Linux ARM64https://saucelabs.com/downloads/sc-4.8.2-linux-arm64.tar.gzfd782a658f4d28b9792edaf9df730a87ae797cba
    macOShttps://saucelabs.com/downloads/sc-4.8.2-osx.zip5c2f81f6b0f246a641384d33df5c091ca0174730
    Windowshttps://saucelabs.com/downloads/sc-4.8.2-win32.zip1c81cbe9d1b25b8f8483cc1163d54d94191f7665
  2. Extract the contents of the *.zip download to your local machine. We recommend saving the Sauce Connect Proxy folder to your home directory.

What's in the folder?

Sauce Connect folder contents

$ tree sc-4.8.2-osx/
sc-4.8.2-osx/
├── COPYRIGHT.md
├── bin
│   └── sc
├── config_examples
│   ├── config.yml
│   └── systemd
│   ├── README.md
│   ├── sc.service
│   └── sc@.service
└── license.html
FileDescription
sc (Linux/macOS) or sc.exe (Windows)Sauce Connect Proxy client executable file.
config.ymlSample YAML configuration file.
sc.service, sc@.serviceSample files intended for use with the systemd service manager, an alternative way to start and stop Sauce Connect Proxy tunnels. Consult the README.md for more information.
  1. If you're using Linux, you'll need to add Sauce Connect to your system PATH:
cd $HOME
curl -LO https://saucelabs.com/downloads/sc-4.8.2-linux.tar.gz
tar xvf ./sc-4.8.2-linux.tar.gz
export PATH="$HOME/sc-4.8.2-linux/bin:$PATH"

Version Lifecycle Information

The launch of Sauce Connect 4.8.2 makes it the officially supported version of the Sauce Connect client. All previous versions are in maintenance mode, with the oldest versions nearing the end of their support life.

FamilyVersionDownload LinkEnd of Life
Full Support
4.84.8.2See latest versionNov. 30, 2023
Security & Major Bug Fixes only
4.84.8.1Linux, Linux ARM64, Mac, WindowsNov. 30, 2023
4.8.0Linux, Linux ARM64, Mac, Windows
4.74.7.1Linux, Mac, WindowsMay 31, 2023
4.7.0*Linux, Mac
*Windows version no longer available for download.

Using Sauce Connect in Docker

As an alternative to downloading the client, you can use the Sauce Connect Proxy Docker image to run it in a Docker container. To learn more, see Sauce Connect Docker Container Setup.

More Information