Let's say you're running MacOS and you have a binary you trust and would like to make available across your system but don't necessarily want the directory in which the binary is to be added to your PATH, you can opt to copy/move the binary to /usr/local/bin
, which should already be in your PATH. This will make the binary executable like any other binary you may already have access to in your terminal.