
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
@holoscript/compiler
Advanced tools
HoloScript compiler — 25 compile targets (Unity, Unreal, Godot, VisionOS, WASM, WebGPU, USD, glTF, etc.)
Standalone HoloScript compiler —
.hsplusto platform-specific code.
The compiler package provides standalone compilation from HoloScript source to platform-specific output. It wraps the compiler infrastructure from @holoscript/core into a focused, importable API.
| Target | Platform | Output |
|---|---|---|
unity | Unity Engine | C# scripts |
unreal | Unreal Engine 5 | C++ / Blueprints |
godot | Godot 4 | GDScript |
r3f | React Three Fiber | JSX components |
babylon | Babylon.js | TypeScript |
visionos | Apple Vision Pro | Swift / RealityKit |
webgpu | WebGPU | WGSL shaders |
wasm | WebAssembly | WAT / binary |
openxr | OpenXR | C++ / Khronos |
android-xr | Android XR | Kotlin |
ios | iOS / ARKit | Swift |
android | Android / ARCore | Kotlin |
vrchat | VRChat | Udon# |
urdf | Robotics | URDF XML |
sdf | Robotics | SDF XML |
dtdl | Digital Twins | DTDL JSON |
usd | Universal Scene | USD |
gltf | 3D Interchange | glTF JSON |
import { compile } from '@holoscript/compiler';
const output = await compile('./scene.holo', { target: 'unity' });
holoscript compile scene.holo --target unity --output ./build/
holoscript compile agent.hsplus --target node --output ./dist/
See Contributing a New Compiler.
@holoscript/core — Core compiler classes@holoscript/compiler-wasm — WASM-compiled compiler for browsersMIT
FAQs
HoloScript compiler — 25 compile targets (Unity, Unreal, Godot, VisionOS, WASM, WebGPU, USD, glTF, etc.)
We found that @holoscript/compiler demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.