Installation

Elide sets up on your machine similar to Node or Python. Use the directions below to install Elide.

On macOS, Linux, or Windows (via WSL):

bash
 curl -sSL --tlsv1.2 elide.sh | bash -s -
The installer script can take options:

bash
 curl -sSL --tlsv1.2 elide.sh | bash -s - --help

Container Images

Elide ships as container images, too. You can use Elide from Docker:

shell
 docker run --rm -it ghcr.io/elide-dev/whiplash/bash

Testing your installation

After installing Elide, follow these steps to verify the installation:

1. Make sure Elide is on your PATH
shell
$  which elide
/some/path/to/elide
2. Run --help:
shell
$  elide --help
Help output from the Elide binary

Troubleshooting

Follow the steps below if you're having trouble installing Elide:

1. Make sure Elide is on your PATH
shell
$  which elide
/some/path/to/elide
2. Make sure you have the right binary for your OS and architecture
shell
$  file `which elide`
/some/path/to/elide: Mach-O 64-bit executable arm64
Note

On Linux you should see an ELF binary.

System Requirements

Elide supports Linux, macOS and Windows.

OS Architectures
Linux amd64 aarch64
macOS amd64 aarch64
Windows amd64