Skip to content

InkLightweight
Mini Program Runtime

Built for AI Glasses with display.

Designed for Developers

Zero learning curve. Use the tech you already know.

⚡️

Familiar Syntax & Standards

Ink adopts the widely-used WXML & WXSS standards, so you don't need to learn a new proprietary DSL.

  • Standard components (View, Text, Image...)
  • Full Flexbox layout support via Taffy
  • Reactive data binding & event handling
<view class="container">
  <text>Hello </text>
  <button bindtap="onTap">Click Me</button>
</view>
🛠️

JavaScript Driven

Built on QuickJS, Ink provides a standard ES2020 environment for your logic.

  • Full npm registry support
  • TypeScript support out of the box
  • Shared logic between Web and AR
TS
JS
npm
🐞

World-Class Tooling

Debug your AR applications with the same tools you use for the web.

  • Chrome DevTools Protocol (CDP) support
  • Real-time DOM inspection & style editing
  • Source-mapped JavaScript debugging
DevTools
<view class="hero">
<text>Hello World</text>
</view>

Powering Next-Gen AR

InkView: The ultimate engine for AR glasses integration.

Ultra Low Latency

Direct rendering via Skia to native surfaces. 60fps guaranteed performance for smooth AR experiences.

Lightweight Runtime

Powered by QuickJS for efficient execution. < 5MB footprint tailored for wearable hardware.

Extended Endurance

Optimized for low power consumption. Perfect for always-on AR glasses with strict battery requirements.

Released under the Apache-2.0 License.