Stream setup

The stream allows the macro to stream your screen in real-time through a link. This lets you watch your macro from other devices, such as your phone, while you are away.

macOS Installation


Step 1.

Download Homebrew

Run this command in Terminal:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Step 2.

Install cloudflared

Open a new terminal and run the command below:

Command (Apple Silicon / Homebrew installed in /opt/homebrew)

brew install cloudflared

Windows Installation


Step 1.

Download Winget

Run this command in PowerShell (as Administrator):

Invoke-WebRequest -Uri https://aka.ms/getwinget -OutFile winget.msixbundle
Add-AppxPackage winget.msixbundle
del winget.msixbundle

Step 2.

Install cloudflared

Open a new command prompt window and run the command below:

winget install --id Cloudflare.cloudflared

Enable stream setting

In your macro GUI, under Config → Stream, check the "Enable stream" option.

When you start the macro, it will start the stream. Once the stream is ready, it will send the link via the webhook. You can also enable it to pin this stream in chat if that helps you.