Download Vexel

Download the compiler, add it to your PATH, and start writing Vexel. The Windows release is a self-contained executable: no Python or other dependencies required.

Quick start vexel run hello.vx

Windows

STABLE

x64, Windows 10 and later

Download vexel.exe  (52 MB)

Installation

  1. Download vexel.exe
  2. Place it in a directory on your PATH
  3. Run vexel --version to verify

Linux

COMING SOON

x64, Planned for v0.2

Not yet available

Follow the GitHub repository for updates on the Linux release.

macOS

COMING SOON

Apple Silicon and Intel, Planned for v0.2

Not yet available

Follow the GitHub repository for updates on the macOS release.

Build from Source

Requires Python 3.12 or later and llvmlite. Works on any platform.

git clone https://github.com/Justme-Cliff/vexel
cd vexel
pip install llvmlite
python main.py run examples/hello.vx

View the full release notes and all assets on the v0.1 GitHub Release page.