Distribution

Download Rune

Get the latest compiler releases, editor integrations, and source packages for Rune.

Compiler Binariesv0.2.0 Stable

Windows Compiler

Rune is compiled as a standalone, native Windows executable file. No Python installation, configuration, or environment setup is required.

Target:Windows x64 (64-bit)
Package:Portable ZIP Archive
File size:~1.2 MB
Download Compiler (ZIP)
Editor Extensionsv1.2.1

VS Code Extension

Author code files with autocomplete templates, bracket matching, diagnostic scopes, and direct terminal shortcuts.

Installation:

1. Open extensions panel in VS Code (`Ctrl+Shift+X`).

2. Search for Rune Language.

3. Click install to activate tooling features.

v0.2.0 Release Highlights

» FLEXIBLE BINDINGS

Introduced the `set` keyword as a unified binding token to handle variable definitions and reassignments inside local lexical environment frames.

» LEXICAL SCOPE CHAINS

Fully implemented environments stack nesting. Spells successfully preserve a link to the environment frame where they are declared, allowing closures like `make_adder` to resolve parent parameters safely.

» EARLY CONTROL SIGNALS

Added `skip` and `stop` keyword operators to provide clean loop skipping and early loop exits inside all loop variations (`while`, `repeat`, `count`).

Platform Support

Windows x64
Native Portable Executable (rune.exe)
Ready
Linux x64
Planned standard compile target
Planned
macOS (Apple Silicon)
Planned native executable
Planned