Mini apps and widgets, scripted in JavaScript

OneScript

OneScript is an app for iOS and iPadOS that lets you build mini apps and widgets with JavaScript. Compose app information, network requests, and system capabilities with familiar scripts to create useful mobile experiences.

const app = await $app.info()
console.log(app.packageName)
await $ui.toast("Hello, OneScript!")

Mini Apps and Widgets

Write reusable mini app and widget scripts with JavaScript.

Runtime APIs

Access app information, runtime state, toasts, and network requests through $app, Script, $ui, http, and console.

Composable Workflows

Combine scripts, app information, and system prompts into focused mobile tools.