Before installing dxflow, ensure your system meets these requirements:
Minimum Requirements:
Install the dxflow engine by downloading the latest release from the GitHub releases page.
Choose your platform and architecture:
Unzip the downloaded file to /usr/local/bin or any directory in your PATH. For example, on macOS, you can use the following command:
tar -xvf dxflow_1.0.3_darwin_amd64.tar.gz -C /usr/local/bin
Grant execute permissions with:
chmod +x /usr/local/bin/dxflow
Verify installation:
dxflow --version
System Settings, then Privacy & SecuritySecurity section, click the Open AnywayOpen to allow the application to runFor Linux and macOS users, use our automated installation script:
sudo privileges to install dxflow to /usr/local/bin. Review the install script before running.wget -qO- https://raw.githubusercontent.com/diphyx/dxflow/main/assets/install.sh | sudo bash
What this script does:
/usr/local/binAfter installation, verify that dxflow is working correctly:
# Check version
dxflow --version
# View available commands
dxflow --help
# Test engine connectivity
dxflow ping
Now that dxflow is installed:
Command not found after installation:
/usr/local/bin is in your PATHPermission denied errors:
chmod +x /usr/local/bin/dxflowDownload failures: