1Install the compiler
unix / macos
windows
raze
$curl -fsSL razen.dev/install | shcopy
$razen --versioncopy
razen 0.1.62 (stable)
PS>irm razen.dev/install.ps1 | iexcopy
PS>razen --versioncopy
razen 0.1.62 (stable)
$raze add httpcopy
$raze build --releasecopy
$raze runcopy
2Verify it works
$razen --version
razen 0.1.62 (stable)
$razen run main.rz
hello, world!
3Start a project
$raze init my-project
$cd my-project
$raze build --release
$./my-project
4System requirements
required
Linux kernel 5.4+, macOS 12+, or Windows 10 64-bit. LLVM 16+ recommended for codegen. No other dependencies — razen ships as a single static binary.