🚧 (Alpha stage software) This program is in rapid development and may break or change frequently! 🚧
```sh
curl -L https://sh.distant.dev | sh
wget https://sh.distant.dev | sh ```
See https://distant.dev/getting-started/installation/unix/ for more details.
powershell
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
irm sh.distant.dev | iex
See https://distant.dev/getting-started/installation/windows/ for more details.
```sh
distant manager listen &
distant launch ssh://example.com
distant fs read .
distant shell ```
See https://distant.dev/getting-started/usage/ for more details.
This project is licensed under either of
Apache License, Version 2.0, (LICENSE-APACHE or apache-license) MIT license (LICENSE-MIT or mit-license) at your option.