Install Sling

Sling is a single binary. Install it in seconds on macOS, Linux, Windows, Docker, or use the Python wrapper — no daemons, no JVM, no dependencies.

$ curl -fsSL https://slingdata.io/install.sh | bash

On Windows, use irm https://slingdata.io/install.ps1 | iex in PowerShell.

Sling for Everyone

Install with Ease

It is trivial to install Sling CLI. We support all the major operating systems.

Verify your install

Confirm Sling is on your PATH and check the version:

sling --version
sling -h

If sling isn't found, the installer prints the directory it wrote to — add it to your PATH and re-open your terminal. See the getting started guide for platform-specific notes.

Next steps