Documentation

Technical documentation for installing, configuring, and running the Pyvorin compiler.

Filtered by category: Edge. Clear filter
Edge

Edge and Edge SDK

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 SDKThe Edge SDK is distributed as a separate package. It provides edge-specific build profiles, deployment helpers for supported edge platforms, and runtime telemetry. Build modeSet 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.

Updated 1 month ago

Edge

Edge Build Mode

The edge build mode prepares your project for the Pyvorin Edge runtime. [build] mode = "edge" This mode favors small binary size and fast cold starts over raw throughput. Some Python constructs that are supported in balanced mode may fall back in edge mode. Edge artifacts are deployed through the separate Edge SDK. The Portal tracks Edge licence keys and usage if your plan includes Edge.

Updated 1 month ago