Skip to content

Glossary

On-device execution

On-device execution means code compiles and runs directly on the local machine — a phone or tablet — rather than on a remote server. Program logic, interpreters and runtimes execute against the device's own CPU and storage. This works without a network, keeps data local for privacy, and removes any dependency on cloud infrastructure.