Update: file_path Now Optional for Standalone Executables

Hi everyone,

We’re excited to announce a fix for a feature that previously required file_path for all analysis configurations — even when using standalone compiled executables.

What’s New:
You can now leave file_path empty when working with standalone executables configured via binary_path . This update simplifies setup and eliminates unnecessary configuration steps.

Available in: TagoCore v1.0.3

How to Use:

  • For standalone binaries:
    Set binary_path to point to your executable and leave file_path empty.
  • For interpreted scripts (e.g., Python/Node.js):
    Set binary_path to the interpreter (e.g., python3 , node ) and specify your script in file_path .

This improvement ensures a cleaner and more intuitive configuration process. Update to TagoCore v1.0.3 to take advantage of this change!

We’re here to help if you have any questions — just reply to this thread.

Happy building! :rocket:

1 Like