TezzNative v1.1.0 is hardening toward production. View roadmap

Framework

TezzOS SDK

OS-level services, shell integration, GUI hooks, and install/runtime guidance.

Experimental

Production boundary

This framework is documented with a maturity label. Stable applications should pin SDK versions and add smoke tests before relying on beta or experimental behavior.

  • Use explicit imports.
  • Track platform behavior in release notes.
  • Report failures through `/support/` or CLI report forms.
TezzOS SDK example
fn main() -> int:
  say "TezzOS SDK experimental"
  ret 0