Introduction
Welcome to the Edge Python docs! 👋 Edge is a sandboxed subset of Python, compiled to a less than 200 KB WebAssembly binary and built in Rust to run on Cloudflare Workers and in the browser. Embed your full business logic, run LLMs client-side, build frontend apps and serverless workloads.
Ecosystem
- Quickstart: Run your first Edge Python program in under a minute.
- Syntax: How to write a program?
- Reference: All the builtin methods.
- Implementation: Compiler architecture, dispatch model, and runtime layout.
Try it
Browser:
Run live in your browser at demo.edgepython.com.
Command Line Interface:
Or download it to your machine (reference docs):
# Compatible with macOS, Linux and WSL
curl -fsSL https://cdn.edgepython.com/cli/install.sh | sh
edge -h # List all commandsNeed help?
Looking to integrate Edge into your app: run Python business logic in your users browsers, or anything else? Get in touch: email