TezzOS SDK

Framework contracts for services, shell, and desktop apps

TezzOS SDK contracts

Kernel-to-userland service interfaces, GUI launch hooks, and runtime diagnostics model.

Core modules

- process/task lifecycle API
- service registration and policy enforcement
- shell command integration points
- GUI app registration and launch handlers
- install profile and edition metadata hooks

Desktop integration targets

- start menu app source and search index
- taskbar launch/close/pin controls
- window manager state synchronization
- per-edition service restrictions
- runtime inspection (procs, pid, services)

Production checklist

1) Define stable SDK contracts in docs
2) Add shell + GUI integration tests
3) Validate policy behavior per edition
4) Verify install profile persistence
5) Ship compatibility matrix by boot stack

Related docs

Getting started: /docs/getting-started
Backend architecture: /docs/backend
SDK reference: /docs/sdk
Framework hub: /frameworks/