Some tools are only needed in certain environments or on certain platforms -- for example, something running on a GitHub runner should use the provided gh command, but this may not be available on a user's machine and needs to be downloaded. Or grep may not be available on Windows, but is on most other systems. If binny had the capability to check for the tool before downloading or executing, it would offer another way to improve performance and compatibility. This is important for use cases other than binny install.
Some tools are only needed in certain environments or on certain platforms -- for example, something running on a GitHub runner should use the provided
ghcommand, but this may not be available on a user's machine and needs to be downloaded. Orgrepmay not be available on Windows, but is on most other systems. If binny had the capability to check for the tool before downloading or executing, it would offer another way to improve performance and compatibility. This is important for use cases other thanbinny install.