-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
O-O1112 edited this page Aug 22, 2026
·
1 revision
| Edition | Best for | Typical file |
|---|---|---|
| Block Lite | Lightweight Python, JavaScript, HTML, and native Block workflows | .blkl |
| Block Standard | Recommended general-purpose workflows | .blk |
| Block+ | Expanded runtime matrix and custom runtime definitions | .blkp |
The engine does not bundle every host runtime. Install Python, Node.js, PHP, Lua, or another runtime separately when a script uses it.
block --version
block runtimes
block doctorruntimes reports detected tools. doctor adds configuration and diagnostic information.
block check .\workflow.blk
block run .\workflow.blkThe original file-only form remains supported:
block .\workflow.blkOnly run scripts and installers you trust. Release binaries should be verified against the published SHA256 manifest. PowerShell execution is disabled by default in new configurations. Review the Security page before enabling additional runtimes.
Block Wiki