Secure
Jobs are executed in an isolated manner by leveraging WASM (Web-Assembly) technology, ensuring robust security, protection and granular control over resource access. Regular containers dont provide true secure isolation, WASM does.
Declarative
Everything is defined as declarative manifests using simple YAML configuration files. This makes it easy to version, share, and automate.
Lightweight WASM-Runners
In comparison to traditional VM- or Container-based solutions, EnclaveRunner is extremely lightweight thanks to its WASM-based architecture.
Quick Start
You already have a running instance of EnclaveRunner and want to get started? Get the encl CLI to deploy your first isolated job in minutes! If you haven't set up an EnclaveRunner instance yet, check out the First Steps section.
Download and install the encl CLI
INSTALL_DIR="~/.local/bin" sh <(curl -L https://raw.githubusercontent.com/EnclaveRunner/cli/main/install.sh)