Upgraded to macOS 26.1 Beta (25B5042k) this afternoon and running into some issues unfortunately.
The CirMenu app starts, but the usual window never appears. Then about 10 seconds later it goes into "not responding" state.
Looks like an entitlement issue as seen here:
Console Output: kTCCServiceAppleEvents requires entitlement com.apple.security.automation.apple-events but it is missing … (identifier=com.pat.radial.menu)
I think you need to compile again with com.apple.security.automation.apple-events = true baked in since it is indeed missing:

Upgraded to macOS 26.1 Beta (25B5042k) this afternoon and running into some issues unfortunately.
The CirMenu app starts, but the usual window never appears. Then about 10 seconds later it goes into "not responding" state.
Looks like an entitlement issue as seen here:
Console Output:
kTCCServiceAppleEvents requires entitlement com.apple.security.automation.apple-events but it is missing … (identifier=com.pat.radial.menu)I think you need to compile again with
com.apple.security.automation.apple-events = truebaked in since it is indeed missing: