Skip to content
ร—

The AI-Native Spatial Operating System

Built for the Agentic Era. Cognitive. Perceptual. Economic.

The first spatial OS built specifically for AI agents. HoloScript lets any agent build, own, and trade in interactive 3D worlds with cognitive sovereignty, perceptual awareness, and autonomous economic agency. Open source and free forever.

Works withUnityUnrealGodotVRChatvisionOSWebGPUROS 2Android XR+22 more
โ†“

The Problem with VR Development

๐Ÿ“š

Steep Learning Curve

Traditional VR tools like Unity or Unreal require months of study before you can build even simple experiences. Complex SDKs, engine-specific APIs, and verbose code block creativity.

๐Ÿงฉ

Too Much Boilerplate

Creating a simple 3D scene requires 200+ lines of setup code. Scene graphs, materials, renderers, cameras โ€” endless configuration before you see results.

๐Ÿ”’

Platform Lock-in

Build for Unity, can't use in Unreal. Target VR but can't reach robotics or IoT. No universal language means rewriting for every platform.

Three Pillars of Agent Sovereignty

๐Ÿง 

Cognitive (uAAL)

Native Virtual Machine for executing the uAA2++ protocol. Guaranteed reasoning integrity and agentic sovereignty across all spatial environments.

๐Ÿ‘๏ธ

Perceptual (SNN)

Real-time environmental awareness via Spiking Neural Networks (SNN-WebGPU). Agents perceive, predict, and react to spatial context with human-like latency.

๐Ÿ’ณ

Economic (x402)

Autonomous Agent-to-Agent settlement. Verify, trade, and accrue value through native cryptographic protocols with zero vendor rent-seeking.

More Than a Language

HoloScript is a 6-layer open platform. holoscript absorb maps semantic structure, cross-package relationships, and code intelligence across the ecosystem.

6MarketplaceTraits + Plugins + Skills ยท Ed25519 signatures ยท x402 payments
5StudioAI scene builder ยท browser workflow ยท node graph editor
4AgentsSwarm intelligence ยท 3-layer MCP comms ยท Economy primitives
3CompilerNamed backends ยท cross-target compilation ยท circuit breaker ยท incremental builds
2RuntimeThree.js browser ยท Rust spatial engine ยท WebGPU rendering
1OS CoreCognitive (uAAL) ยท Perceptual (SNN) ยท Economic (x402) ยท semantic traits

No Code? No Problem.

HoloScript Studio lets you build 3D scenes just by describing them. Type what you want, see it in real-time. No install, no setup, no coding required.

HoloScript Studio
|"A floating crystal castle with glowing towers"
Live 3D Preview
๐Ÿ’ฌDescribe in plain English
๐ŸŽจInstant 3D preview
๐Ÿ’พSave & share your scenes
๐Ÿ’ปWorks in any browser
Open Studio โ†’

See the Difference

Creating a simple 3D scene with a glowing, spinning sphere. Compare traditional Three.js with HoloScript.

Three.js32 lines
import * as THREE from 'three';

const scene = new THREE.Scene();
const camera = new THREE.PerspectiveCamera(
  75, window.innerWidth / window.innerHeight,
  0.1, 1000
);

const renderer = new THREE.WebGLRenderer();
renderer.setSize(window.innerWidth, window.innerHeight);
document.body.appendChild(renderer.domElement);

const geometry = new THREE.SphereGeometry(1, 32, 32);
const material = new THREE.MeshStandardMaterial({
  color: 0x00ffff,
  emissive: 0x00ffff,
  emissiveIntensity: 0.5
});

const sphere = new THREE.Mesh(geometry, material);
sphere.position.set(0, 2, -3);
scene.add(sphere);

const light = new THREE.PointLight(0xffffff, 1);
light.position.set(5, 5, 5);
scene.add(light);

camera.position.z = 5;

function animate() {
  requestAnimationFrame(animate);
  sphere.rotation.y += 0.01;
  renderer.render(scene, camera);
}
animate();
HoloScript6 lines
composition "My World" {
  object "Crystal" @spinning @glowing {
    geometry: "sphere"
    color: "#00ffff"
    position: [0, 2, -3]
  }
}

Semantic Traits at Platform Scale

Traits span VR, robotics, IoT, AI agents, swarm intelligence, economy, physics, rendering, multiplayer, and more. Add powerful behaviors with simple decorators.

Interaction@grabbable

Pick up and move objects in VR

Interaction@teleport

Enable teleport movement targets

Interaction@clickable

Respond to user clicks and taps

Visual@glowing

Add emissive glow effects

Visual@particle_system

Generate particle effects and animations

Visual@weather

Add rain, snow, or fog atmospherics

Physics@physics

Enable realistic physics simulation

Physics@cloth

Simulate fabric and soft body dynamics

Physics@portal

Create portals between spaces

Smart@behavior_tree

AI-driven object behaviors

Smart@networked

Sync objects across multiplayer sessions

Smart@hand_tracking

Interact with natural hand gestures

Browse Traits โ†’

Built for Every Creator

๐ŸŽ“

Education

Virtual classrooms, interactive science labs, and historical recreations. Make learning immersive without technical barriers.

๐ŸŽจ

Art & Design

3D galleries, interactive exhibits, and digital installations. Express your creativity in virtual space without code complexity.

๐ŸŽฎ

Gaming

Indie VR games, physics sandboxes, and interactive experiences. Rapid prototyping for game developers and hobbyists.

๐ŸŽญ

Autonomous Intelligence

MCP tooling, swarm intelligence (ant colony, particle swarm, flocking), 3-layer agent comms (RealTime/A2A/MCP), economy primitives, and Brittney โ€” a model that writes native HoloScript. Your agents think, trade, and evolve.

๐Ÿ”—

Web3 & Creator Economy

Auto-mint scenes as Zora Coins (ERC-20) on Base. Token-gated experiences, NFT-linked objects, bonding curve pricing, and royalties on secondary sales. Built-in wallet, marketplace, and Clanker token integration in Hololand, a HoloScript-built app.

๐Ÿฆพ

Robotics

Compile scenes to URDF for ROS 2 robots or SDF for Gazebo simulation. Design robotic environments in VR, then deploy to real hardware.

๐Ÿ“ก

IoT & Digital Twins

Export to DTDL for Azure Digital Twins and W3C WoT for IoT devices. Live sensor data visualization and facility management dashboards.

๐Ÿ”ฌ

Scientific Research

Visualize molecular structures, simulate physics experiments, and build interactive data landscapes. From lab robotics (URDF) to publication-ready 3D figures.

๐Ÿ—๏ธ

Architecture

Walkthrough building designs in VR before they're built. Export to OpenUSD for Omniverse or compile digital twins for facility management.

๐ŸŽฌ

Film & Media

Pre-viz scenes, virtual production sets, and interactive storytelling. Compile to OpenUSD for Pixar/Apple/NVIDIA pipelines.

โš•๏ธ

Healthcare

Medical training simulations, surgical rehearsal, and therapeutic VR environments. Accessible creation without engineering teams.

๐ŸŽฏ

Training & Simulation

Enterprise VR training, safety drills, and industrial simulation. Compile to any platform for consistent training experiences across organizations.

See What You Can Build

Explore real-world examples. From art galleries to multiplayer rooms.

"kw">composition "Virtual Gallery" {
  "kw">environment {
    skybox: "museum"
    lighting: "gallery"
  }

  "kw">object "Floor" "tr">@teleport {
    geometry: "plane"
    scale: [20, 1, 20]
    material: "marble"
  }

  "kw">object "Painting1" "tr">@clickable "tr">@info_panel {
    geometry: "plane"
    texture: "starry-night.jpg"
    position: [-3, 2, -5]
    info: "The Starry Night by Vincent van Gogh"
  }

  "kw">object "Sculpture" "tr">@rotating "tr">@grabbable {
    model: "abstract-sculpture.glb"
    position: [3, 1, -3]
  }
}

Loved by Creators

โ€œ

I'm a teacher with zero coding skills. HoloScript let me build a VR history lesson in a weekend. My students were blown away!

โ€” Sarah T., Educator

โ€œ

As an artist, I never thought I could create in VR. HoloScript made it so simple - I focus on the vision, not the code.

โ€” Miguel R., Visual Artist

โ€œ

I built a VR game for my kids in a single day. No Unity tutorials, no frustration. Just pure creativity. Incredible tool.

โ€” Priya K., Hobbyist

Everything You Need

โœจ

Semantic Traits

Traits for VR, physics, AI, swarm, economy, robotics, IoT, and more

๐Ÿ”„

Cross-Target Compilation

Unity, Unreal, Godot, VRChat, WebGPU, visionOS, Android XR, URDF, SDF, DTDL, OpenUSD, and more

๐Ÿค–

MCP Tools

MCP server for Claude, Cursor, Copilot. Brittney fine-tuned model. Swarm intelligence. 3-layer agent comms

๐Ÿ”

holoscript absorb

Scan any codebase. Build a knowledge graph. Query with Graph RAG. Visualize in 3D

๐Ÿ›’

Triple Marketplace

Traits + Plugins + Skills. Ed25519 signatures. x402 payments. Dependency resolution

๐Ÿ’ป

IDE + CLI Integrations

VS Code (debugger, DAP, collab), IntelliJ, Neovim, Tree-sitter. Plus CLI and Studio

Ready to Build Your First Spatial World?

Join creators worldwide using HoloScript. Free and open-source.

Start Building Now

Released under the MIT License.