macOS - Fluid Topics - Latest

Fluid Topics Publisher (ftpub)

Category
Technical Notes
Audience
public
Version
Latest

It is possible to run ftpub on a machine running macOS as follows:

  1. Open the Apple menu, select About This Mac, and take note of the model of the chip.
  2. Select the Attachments button:

    1. If the chip is an Apple chip, download the version of ftpub ending with darwin-arm64.
    2. If the chip is an Intel chip, download the version of ftpub ending with darwin-amd64.
  3. Rename the downloaded file to ftpub.

  4. In the terminal, go to the directory where ftpub is located using the cd command.
  5. Run the following command to add the rights required to run the program:

    chmod +x ftpub
    
  6. Open the System Settings and go to Privacy & Security.

  7. Under Security, a message says: "ftpub" was blocked from use because it is not from an identified developer.
  8. Select Open Anyway.
  9. Run the following command to display the help tool:

    ./ftpub --help
    
  10. Move ftpub to the /usr/local/bin directory.

    It is then possible to run ftpub from anywhere in the terminal without specifying the full path.