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
The installer script can take options: curl -sSL --tlsv1.2 elide.sh | bash -s -bash
curl -sSL --tlsv1.2 elide.sh | bash -s - --helpContainer Images →
Elide ships as container images, too. You can use Elide from Docker:
shell
docker run --rm -it ghcr.io/elide-dev/whiplash/bashTesting your installation
After installing Elide, follow these steps to verify the installation:
1. Make sure Elide is on your PATHshell
2. Run --help:
$ which elide
/some/path/to/elideshell
$ elide --help
Troubleshooting
Follow the steps below if you're having trouble installing Elide:
1. Make sure Elide is on your PATHshell
2. Make sure you have the right binary for your OS and architecture
$ which elide
/some/path/to/elideshell
$ file `which elide`
/some/path/to/elide: Mach-O 64-bit executable arm64Note
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 |