Edge and Edge SDK
Last updated Jun 23, 2026
Pyvorin Edge is a separate runtime and SDK for deploying compiled Python to edge environments. It is not included in the core Pyvorin CLI package.
What is Pyvorin Edge?
Pyvorin Edge targets constrained, low-latency environments such as CDN workers, IoT gateways, and on-premise edge nodes. It uses the same compiler frontend as Pyvorin but emits artifacts suited to the edge runtime.
Edge SDK
The Edge SDK is distributed as a separate package. It provides edge-specific build profiles, deployment helpers for supported edge platforms, and runtime telemetry.
Build mode
Set build.mode = "edge" in pyvorin.toml when building for edge targets. This adjusts binary size, startup time, and runtime dependencies.
Edge support is available to eligible plans. Contact support to confirm Edge entitlement for your subscription.