Skip to content

Installation

macOS / Linux

sh
curl -fsSL https://wynlang.com/install.sh | sh

Windows

powershell
irm https://wynlang.com/install.ps1 | iex

Verify

sh
wyn --version

Check Your Setup

sh
wyn doctor

This checks that your C compiler, linker, and all dependencies are correctly configured.

Build from Source

sh
git clone https://github.com/wynlang/wyn.git
cd wyn
make

The compiler binary is at ./wyn. Add it to your PATH.

MIT License