Install Node.js (Required)
Starlight uses npm, which comes with Node.js.
- Download Node.js from https://nodejs.org
- Install the LTS version
- Restart your computer
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.