This repository contains the Homebrew formula to install FileFlows.
Add the FileFlows tap to your Homebrew:
brew tap fileflows/tapInstall the FileFlows formula:
brew install fileflowsRestart the service with:
brew uninstall fileflowsStart the service with:
brew services start fileflowsStop the service with:
brew services stop fileflowsRestart the service with:
brew services restart fileflowsYou can also run the FileFlows manually by executing:
fileflowsInstall the FileFlows Node formula:
brew install fileflows-nodeRestart the service with:
brew uninstall fileflows-nodeRun the configuration command to set the server URL and optionally an access token:
fileflows-node --configureYou will be prompted to enter the Server URL (required).
You can enter an Access Token (optional).
This creates or updates the Data/node.config file inside the installation directory.
Start the service with:
brew services start fileflows-nodeStop the service with:
brew services stop fileflows-nodeRestart the service with:
brew services restart fileflows-nodeYou can also run the FileFlows Node manually by executing:
fileflows-node- This formula uses a custom no-checksum download strategy to allow downloading a versioned zip without SHA verification.
- The launchd service is configured to run as your user (no root required).
- Configuration must be done once before starting the service.