Starlight Programming Language – Installation & Usage Guide

Install Node.js (Required)

Starlight uses npm, which comes with Node.js.

node -v
npm -v

Create a Project Folder

C:\starlight

Install Starlight CLI

npm install -g starlight-cli
starlight --help

PowerShell Fix (If Needed)

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
Temporary change — applies only to this session.

First Program

sldeploy "Hello, Starlight!";
starlight program.sl

Ready to Build

You are now ready to build programs with the Starlight Programming Language.