Install ILMA

Get started in seconds

Method 1 — One command (recommended)

curl -fsSL https://ilma-lang.dev/install.sh | bash

Method 2 — Build from source

git clone https://github.com/raihan-js/ilma-lang
cd ilma-lang && make && sudo make install

Method 3 — Docker

docker run --rm -it -v $(pwd):/code ilmalang/ilma ilma /code/hello.ilma

Method 1 — Homebrew

brew install ilmalang/ilma/ilma

Method 2 — One command

curl -fsSL https://ilma-lang.dev/install.sh | bash

Method 3 — Build from source

git clone https://github.com/raihan-js/ilma-lang
cd ilma-lang && make && sudo make install

Method 1 — WSL (recommended)

# First install WSL, then:
curl -fsSL https://ilma-lang.dev/install.sh | bash

Method 2 — Direct download

Download the latest .zip from GitHub Releases
https://github.com/raihan-js/ilma-lang/releases

Method 3 — Docker Desktop

docker run --rm -it -v %cd%:/code ilmalang/ilma ilma /code/hello.ilma

Verify your installation

Run these commands to confirm ILMA is working:

ilma --version
ilma examples/hello.ilma

Editor support

Get syntax highlighting and IntelliSense for ILMA in Visual Studio Code.

Get ILMA for VS Code →