Build secure, polyglot, zero-dependency edge applications that run on any cloud, any edge — with zero vendor lock-in.
# Install Dalang CLI $ curl -fsSL https://dalang.dev/install.sh | sh # Scaffold a new HTTP service in Rust $ dalang init my-service --template http-rust # Run locally with hot-reload $ dalang dev ▲ ready on http://localhost:8080