Skip to content

Nebra v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 11:25
· 44 commits to master since this release

Nebra v0.2.0

Self-contained binary builds for every supported platform.
Each archive contains the nebra executable (plus a neb
alias on Windows), this release's LICENSE and README.

Documentation lives at https://nebra-lang.github.io.

Downloads

Platform Archive
Linux x64 nebra-linux-x64.tar.gz
Linux arm64 nebra-linux-arm64.tar.gz
macOS arm64 nebra-osx-arm64.tar.gz (Apple Silicon)
Windows x64 nebra-win-x64.zip
Windows arm64 nebra-win-arm64.zip

SHA-256 checksums are published alongside each archive.

Install

# Linux / macOS
tar xzf nebra-linux-x64.tar.gz
sudo mv nebra /usr/local/bin/
nebra version

Or extract the Windows archive and put nebra.exe somewhere on %PATH%.

What's changed

See the full commit log.