Skip to content

Installation

Quick Install

Linux / macOS:

curl -fsSL https://star-lang.com/install.sh | sh

Windows (PowerShell):

irm https://star-lang.com/install.ps1 | iex

This installs star-lang (compiler & runtime) and star-lsp (language server) to ~/.starlang/bin/.

VS Code Extension

Install the StarLang extension from the VS Code Marketplace. The extension automatically runs the installer on first activation.

Features: - Syntax highlighting - Diagnostics and completion (via LSP) - Debug support with breakpoints (via DAP) - Run with F6, Run Release with Shift+F6

Update

To update to the latest version:

star-lang update