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
STABLEx64, Windows 10 and later
Download vexel.exe (52 MB)Installation
- Download
vexel.exe - Place it in a directory on your PATH
- Run
vexel --versionto verify
Linux
COMING SOONx64, Planned for v0.2
Not yet available
Follow the GitHub repository for updates on the Linux release.
macOS
COMING SOONApple 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.