DocsTelepresence OSS
Install
2 min • read
![](https://static.scarf.sh/a.png?x-pxid=d842651a-2e4d-465a-98e1-4808722c01ab)
Install
Install Telepresence OSS by running the commands below for your OS. If you are not the administrator of your cluster, you will need administrative RBAC permissions to install and use Telepresence in your cluster.
shell
# 1. Download the latest binary (~95 MB):sudo curl -fL https://app.getambassador.io/download/tel2oss/releases/download/v2.18.0/telepresence-linux-amd64 -o /usr/local/bin/telepresence# 2. Make the binary executable:sudo chmod a+x /usr/local/bin/telepresence
What's Next?
Follow one of our quick start guides to start using Telepresence, either with our sample app or in your own environment.
Installing older versions of Telepresence
Use these URLs to download an older version for your OS (including older nightly builds), replacing x.y.z
with the versions you want.
shell
https://app.getambassador.io/download/tel2oss/releases/download/vx.y.z/telepresence-linux-amd64
![](https://static.scarf.sh/a.png?x-pxid=d842651a-2e4d-465a-98e1-4808722c01ab)