Runtime licenses
Review each runtime license before use or redistribution.
The original sandbox-workers code is MIT licensed, copyright (c) 2026 syumai. This applies to the adapters, shared client, CLI, and site. Bundled interpreters and other third-party software retain their own licenses.
| Runtime | License and upstream notices |
|---|---|
| JavaScript | LICENSE · THIRD_PARTY_NOTICES.md |
| Python | LICENSE · THIRD_PARTY_NOTICES.md |
| Perl | LICENSE · THIRD_PARTY_NOTICES.md |
| Ruby | LICENSE · THIRD_PARTY_NOTICES.md |
Before using a runtime
Read the selected package’s LICENSE, THIRD_PARTY_NOTICES.md, and licenses/ directory. The adapter’s MIT license does not replace the interpreter licenses. Preserve the applicable notices when redistributing the package or generated runtime.
The shared CLI prints this reminder and writes runtime-specific links into the generated README. Published packages include their notices; Deploy-button builds copy them into runtime/LICENSE, runtime/THIRD_PARTY_NOTICES.md, and runtime/licenses/.
Review the corresponding source references when distributing modified Wasm. Fuel instrumentation and memory caps modify the binary even though the upstream interpreter source is unchanged. The source revision and checksums record which build you are using.