Skip to content

AppOS Plugin SDK

Type-safe, ergonomic packages for building AppOS plugins. Zero runtime overhead where it matters.

Typed Plugin API

@appos.space/plugin-types covers the full plugin surface — 43 API namespaces from context.ui to context.llm, plus the manifest schema and all 135 canonical permission scopes.

Declarative UI builders

@appos.space/view-builders gives you vstack(), section(), listItem() and friends — typed helpers that compile down to plain object literals.

Pure utilities

@appos.space/plugin-utils — path conversion, formatting, ID generation, action routing, debounce/throttle. All pure, all tree-shakeable.

Manifest & permissions

A JSON Schema for plugin.json with editor autocomplete, plus a generated catalog of every permission scope the host recognizes.