[GH-ISSUE #1860] macOS Ventura 13.1 FATAL: An error occurred: assistive devices does not trust this process, allow it in system settings. #1361

Open
opened 2026-05-05 07:45:22 -06:00 by gitea-mirror · 26 comments
Owner

Originally created by @antigraviton on GitHub (Dec 16, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1860

What happened?

barrier.app but also barriers exit with the fatal error mentioned above, despite being authorised under System Settings / Privacy & Security / Accessibility.

For good measure, I authorised all the underlying executables:
/Applications/Barrier.app/Contents/MacOS/*

macOS Ventura 13.1
barrier 2.4.0

Barrier stopped working completely except from a terminal since the latest macOS release, a few days ago.

Version

v2.4.0

Git commit hash (if applicable)

No response

If applicable, where did you install Barrier from?

GitHub (Barrier-2.4.0-release.dmg)

What OSes are you seeing the problem on? (Check all that apply)

macOS

What OS versions are you using?

macOS Ventura 13.1

Relevant log output

[2022-12-16T15:35:10] DEBUG1: logging to file (/Users/###/barriers.log) enabled
[2022-12-16T15:35:10] DEBUG: opening configuration "/etc/barrier.conf"
[2022-12-16T15:35:10] DEBUG: configuration read successfully
[2022-12-16T15:35:10] DEBUG1: starting server
[2022-12-16T15:35:10] DEBUG1: thread 0x00000002 entry
[2022-12-16T15:35:10] DEBUG1: registered event type shapeChanged as 4
[2022-12-16T15:35:10] DEBUG: screen shape: center=0,0 size=3840x2160 on 1 display
[2022-12-16T15:35:10] DEBUG1: registered event type confirmSleep as 5
[2022-12-16T15:35:10] FATAL: An error occurred: assistive devices does not trust this process, allow it in system settings.

[2022-12-16T15:35:10] DEBUG1: caught cancel on thread 0x00000002

Any other information

No response

Originally created by @antigraviton on GitHub (Dec 16, 2022). Original GitHub issue: https://github.com/debauchee/barrier/issues/1860 ### What happened? barrier.app but also barriers exit with the fatal error mentioned above, despite being authorised under System Settings / Privacy & Security / Accessibility. For good measure, I authorised all the underlying executables: /Applications/Barrier.app/Contents/MacOS/* macOS Ventura 13.1 barrier 2.4.0 Barrier stopped working completely except from a terminal since the latest macOS release, a few days ago. ### Version v2.4.0 ### Git commit hash (if applicable) _No response_ ### If applicable, where did you install Barrier from? GitHub ([Barrier-2.4.0-release.dmg](https://github.com/debauchee/barrier/releases/download/v2.4.0/Barrier-2.4.0-release.dmg)) ### What OSes are you seeing the problem on? (Check all that apply) macOS ### What OS versions are you using? macOS Ventura 13.1 ### Relevant log output ```shell [2022-12-16T15:35:10] DEBUG1: logging to file (/Users/###/barriers.log) enabled [2022-12-16T15:35:10] DEBUG: opening configuration "/etc/barrier.conf" [2022-12-16T15:35:10] DEBUG: configuration read successfully [2022-12-16T15:35:10] DEBUG1: starting server [2022-12-16T15:35:10] DEBUG1: thread 0x00000002 entry [2022-12-16T15:35:10] DEBUG1: registered event type shapeChanged as 4 [2022-12-16T15:35:10] DEBUG: screen shape: center=0,0 size=3840x2160 on 1 display [2022-12-16T15:35:10] DEBUG1: registered event type confirmSleep as 5 [2022-12-16T15:35:10] FATAL: An error occurred: assistive devices does not trust this process, allow it in system settings. [2022-12-16T15:35:10] DEBUG1: caught cancel on thread 0x00000002 ``` ### Any other information _No response_
Author
Owner

@AWHubGit commented on GitHub (Dec 17, 2022):

macOS 13.1 Ventura with Barrier.app vers 2.4.0

Launching barrier.app or CLI "open -a barrier" each time dialog appears asking to allow barrier to control assistance.
Barrier has been added under System Settings / Privacy & Security / Accessibility, but despite this each time dialog is coming.
It's not possible to use/launch Barrier anymore under macOS 13.1.
Before 13.1 no problems.

<!-- gh-comment-id:1356160502 --> @AWHubGit commented on GitHub (Dec 17, 2022): macOS 13.1 Ventura with Barrier.app vers 2.4.0 Launching barrier.app or CLI "open -a barrier" each time dialog appears asking to allow barrier to control assistance. Barrier has been added under System Settings / Privacy & Security / Accessibility, but despite this each time dialog is coming. It's not possible to use/launch Barrier anymore under macOS 13.1. Before 13.1 no problems.
Author
Owner

@antigraviton commented on GitHub (Dec 17, 2022):

macOS 13.1 Ventura with Barrier.app vers 2.4.0

Launching barrier.app or CLI "open -a barrier" each time dialog appears asking to allow barrier to control assistance. Barrier has been added under System Settings / Privacy & Security / Accessibility, but despite this each time dialog is coming. It's not possible to use/launch Barrier anymore under macOS 13.1. Before 13.1 no problems.

I can still start it in a terminal:
% /Applications/Barrier.app/Contents/MacOS/barriers -c /etc/barrier.conf --address xxx -name xxx <more options here>

<!-- gh-comment-id:1356235922 --> @antigraviton commented on GitHub (Dec 17, 2022): > macOS 13.1 Ventura with Barrier.app vers 2.4.0 > > Launching barrier.app or CLI "open -a barrier" each time dialog appears asking to allow barrier to control assistance. Barrier has been added under System Settings / Privacy & Security / Accessibility, but despite this each time dialog is coming. It's not possible to use/launch Barrier anymore under macOS 13.1. Before 13.1 no problems. I can still start it in a terminal: `% /Applications/Barrier.app/Contents/MacOS/barriers -c /etc/barrier.conf --address xxx -name xxx <more options here>`
Author
Owner

@mzupan commented on GitHub (Dec 17, 2022):

dead for me too. I can't even start it from a terminal.

[2022-12-17T13:02:27] DEBUG: opening configuration "/Users/michael.zupan/barrier.conf"
[2022-12-17T13:02:27] DEBUG: configuration read successfully

Nothing starts

<!-- gh-comment-id:1356456885 --> @mzupan commented on GitHub (Dec 17, 2022): dead for me too. I can't even start it from a terminal. ```➜ ~ /Applications/Barrier.app/Contents/MacOS/barriers -c ~/barrier.conf --address 192.168.0.140 --name michael-zupan -d DEBUG --no-tray [2022-12-17T13:02:27] DEBUG: opening configuration "/Users/michael.zupan/barrier.conf" [2022-12-17T13:02:27] DEBUG: configuration read successfully ``` Nothing starts
Author
Owner

@gogoizzy commented on GitHub (Dec 19, 2022):

I cannot open it either. Cannot find *.conf on my mac either so cannot open in terminal. Added all three executables barrier, barriers and barrierc as per user suggestion in Issue 1322 but still getting same error.

<!-- gh-comment-id:1357176854 --> @gogoizzy commented on GitHub (Dec 19, 2022): I cannot open it either. Cannot find *.conf on my mac either so cannot open in terminal. Added all three executables barrier, barriers and barrierc as per user suggestion in Issue 1322 but still getting same error.
Author
Owner

@TamilNeram commented on GitHub (Dec 19, 2022):

same here. waiting for the fix...

<!-- gh-comment-id:1357431994 --> @TamilNeram commented on GitHub (Dec 19, 2022): same here. waiting for the fix...
Author
Owner

@SangNguyenTL commented on GitHub (Dec 19, 2022):

I also got the same error

<!-- gh-comment-id:1357699712 --> @SangNguyenTL commented on GitHub (Dec 19, 2022): I also got the same error
Author
Owner

@cigumo commented on GitHub (Dec 19, 2022):

+1

<!-- gh-comment-id:1357956675 --> @cigumo commented on GitHub (Dec 19, 2022): +1
Author
Owner

@cigumo commented on GitHub (Dec 19, 2022):

I solved it by removing both barrier entries (Privacy & Security > Accessibility and Privacy & Security > Input Monitoring), restaring barrier and manually adding the one in Accessibility.

<!-- gh-comment-id:1357960106 --> @cigumo commented on GitHub (Dec 19, 2022): I solved it by removing both barrier entries (Privacy & Security > Accessibility and Privacy & Security > Input Monitoring), restaring barrier and manually adding the one in Accessibility.
Author
Owner

@SangNguyenTL commented on GitHub (Dec 19, 2022):

I solved it by removing both barrier entries (Privacy & Security > Accessibility and Privacy & Security > Input Monitoring), restaring barrier and manually adding the one in Accessibility.

It's worked. Tks.

<!-- gh-comment-id:1357995684 --> @SangNguyenTL commented on GitHub (Dec 19, 2022): > I solved it by removing both barrier entries (Privacy & Security > Accessibility and Privacy & Security > Input Monitoring), restaring barrier and manually adding the one in Accessibility. It's worked. Tks.
Author
Owner

@roughwood commented on GitHub (Dec 19, 2022):

I solved it by removing both barrier entries (Privacy & Security > Accessibility and Privacy & Security > Input Monitoring), restaring barrier and manually adding the one in Accessibility.

This solved it for me as well. I'll list the steps I took just in case anyone else was confused:

  • Exit Barrier
  • Go to the Settings App > Privacy & Security > Accessibility
  • Click Barrier to highlight it, then click the minus icon in the lower left
  • Check Privacy & Security > Input Monitoring to see if Barrier had an entry there - it did not for me.
  • Open Barrier - it prompts for the Accessibility permission - grant it.
  • Good to go
<!-- gh-comment-id:1358566360 --> @roughwood commented on GitHub (Dec 19, 2022): > I solved it by removing both barrier entries (Privacy & Security > Accessibility and Privacy & Security > Input Monitoring), restaring barrier and manually adding the one in Accessibility. This solved it for me as well. I'll list the steps I took just in case anyone else was confused: - Exit Barrier - Go to the Settings App > Privacy & Security > Accessibility - Click Barrier to highlight it, then click the minus icon in the lower left - Check Privacy & Security > Input Monitoring to see if Barrier had an entry there - it did not for me. - Open Barrier - it prompts for the Accessibility permission - grant it. - Good to go
Author
Owner

@gogoizzy commented on GitHub (Dec 20, 2022):

Concur the above solution works :)

<!-- gh-comment-id:1358984028 --> @gogoizzy commented on GitHub (Dec 20, 2022): Concur the above solution works :)
Author
Owner

@robywoo commented on GitHub (Dec 29, 2022):

Did above but there is no prompt for Accessibility option Just the same malware warning- not sure this solution is for Ventura as the system settings panel has a different layout than what is described

<!-- gh-comment-id:1367285605 --> @robywoo commented on GitHub (Dec 29, 2022): Did above but there is no prompt for Accessibility option Just the same malware warning- not sure this solution is for Ventura as the system settings panel has a different layout than what is described
Author
Owner

@robywoo commented on GitHub (Dec 29, 2022):

Just discovered that in the Privacy & Security settings you have to scroll down to Security and allow anyway for Barrier

<!-- gh-comment-id:1367288799 --> @robywoo commented on GitHub (Dec 29, 2022): Just discovered that in the Privacy & Security settings you have to scroll down to Security and allow anyway for Barrier
Author
Owner

@owidat commented on GitHub (Jan 22, 2023):

Please note that for macOS Ventura 13.1 + you need to go for Privacy & Security > Accessibility and Privacy & Security > App Management , then click on the + and select barrier App

Also you need to do steps in the following comment (https://github.com/debauchee/barrier/issues/1860#issuecomment-1358566360)

<!-- gh-comment-id:1399424984 --> @owidat commented on GitHub (Jan 22, 2023): Please note that for macOS Ventura 13.1 + you need to go for Privacy & Security > Accessibility and Privacy & Security > **App Management** , then click on the + and select barrier App Also you need to do steps in the following comment (https://github.com/debauchee/barrier/issues/1860#issuecomment-1358566360)
Author
Owner

@moshen commented on GitHub (Jan 27, 2023):

Barrier was in the list, I removed it, re-added it and it started working for me.

<!-- gh-comment-id:1407129320 --> @moshen commented on GitHub (Jan 27, 2023): Barrier was in the list, I removed it, re-added it and it started working for me.
Author
Owner

@Clailton commented on GitHub (Feb 22, 2023):

I solved it by removing both barrier entries (Privacy & Security > Accessibility and Privacy & Security > Input Monitoring), restaring barrier and manually adding the one in Accessibility.

Thanks for solution. It's Worked perfect for me.

<!-- gh-comment-id:1439979004 --> @Clailton commented on GitHub (Feb 22, 2023): > I solved it by removing both barrier entries (Privacy & Security > Accessibility and Privacy & Security > Input Monitoring), restaring barrier and manually adding the one in Accessibility. Thanks for solution. It's Worked perfect for me.
Author
Owner

@Candorada2 commented on GitHub (Mar 3, 2023):

if nothing works. then try this
(Privacy & Security > Accessibility and Privacy & Security > Input Monitoring) - Add Barrier Into Here.
remove barrier from both the Accesability and Input monitoring registaries.
open barrier. and enable it. then it should work after launching it

<!-- gh-comment-id:1454274850 --> @Candorada2 commented on GitHub (Mar 3, 2023): if nothing works. then try this (Privacy & Security > Accessibility and Privacy & Security > Input Monitoring) - Add Barrier Into Here. remove barrier from both the Accesability and Input monitoring registaries. open barrier. and enable it. then it should work after launching it
Author
Owner

@Anatoly03 commented on GitHub (Dec 11, 2023):

For me, barrier works, but I can't run it over console, I tried the above, any ideas?

/Applications/Barrier.app/Contents/MacOS/barriers -f --no-tray --debug INFO --name mbp-von-anatoly.lan --enable-drag-drop --disable-crypto --disable-client-cert-checking --address :24800 --config /Users/wein/.barrier.conf
[2023-12-11T21:37:58] INFO: drag and drop enabled
[2023-12-11T21:37:58] FATAL: An error occurred: assistive devices does not trust this process, allow it in system settings.
<!-- gh-comment-id:1850853592 --> @Anatoly03 commented on GitHub (Dec 11, 2023): For me, barrier works, but I can't run it over console, I tried the above, any ideas? ``` /Applications/Barrier.app/Contents/MacOS/barriers -f --no-tray --debug INFO --name mbp-von-anatoly.lan --enable-drag-drop --disable-crypto --disable-client-cert-checking --address :24800 --config /Users/wein/.barrier.conf [2023-12-11T21:37:58] INFO: drag and drop enabled [2023-12-11T21:37:58] FATAL: An error occurred: assistive devices does not trust this process, allow it in system settings. ```
Author
Owner

@xerxesb commented on GitHub (Nov 16, 2024):

If anyone like me was Googling connectivity issues with InputLeap (aka fork of Barrier), and macOS Sonoma (or later), I was getting the same error in the log:

FATAL: An error occurred: assistive devices does not trust this process, allow it in system settings.

and the steps above to include the .app in the Accessibility permissions wasn't enough.
I had to open the inputleap.app package contents and also grant/allow the binaries under Contents/MacOS/ under Privacy -> Accessibility

That did the trick.

<!-- gh-comment-id:2480243806 --> @xerxesb commented on GitHub (Nov 16, 2024): If anyone like me was Googling connectivity issues with InputLeap (aka fork of Barrier), and macOS Sonoma (or later), I was getting the same error in the log: > FATAL: An error occurred: assistive devices does not trust this process, allow it in system settings. and the steps above to include the .app in the Accessibility permissions wasn't enough. I had to open the `inputleap.app` package contents and also grant/allow the binaries under `Contents/MacOS/` under Privacy -> Accessibility That did the trick.
Author
Owner

@hiarmen commented on GitHub (Nov 16, 2024):

If anyone like me was Googling connectivity issues with InputLeap (aka fork of Barrier), and macOS Sonoma (or later), I was getting the same error in the log:

FATAL: An error occurred: assistive devices does not trust this process, allow it in system settings.

and the steps above to include the .app in the Accessibility permissions wasn't enough. I had to open the inputleap.app package contents and also grant/allow the binaries under Contents/MacOS/ under Privacy -> Accessibility

That did the trick.

Bless you, bearded man!!!

<!-- gh-comment-id:2480526740 --> @hiarmen commented on GitHub (Nov 16, 2024): > If anyone like me was Googling connectivity issues with InputLeap (aka fork of Barrier), and macOS Sonoma (or later), I was getting the same error in the log: > > > FATAL: An error occurred: assistive devices does not trust this process, allow it in system settings. > > and the steps above to include the .app in the Accessibility permissions wasn't enough. I had to open the `inputleap.app` package contents and also grant/allow the binaries under `Contents/MacOS/` under Privacy -> Accessibility > > That did the trick. Bless you, bearded man!!!
Author
Owner

@bitskc commented on GitHub (Nov 17, 2024):

This worked, thank you! If anyone else like me was trying to figure out how to do this, you go to Finder, right click InputLeap.app --> Show Package Contents. Then go to Settings --> Privacy --> Accessibility and drag the binaries from the Finder window over to the settings and it'll add them. I was struggling, trying to do it via the + button and that wasn't working...

If anyone like me was Googling connectivity issues with InputLeap (aka fork of Barrier), and macOS Sonoma (or later), I was getting the same error in the log:

FATAL: An error occurred: assistive devices does not trust this process, allow it in system settings.

and the steps above to include the .app in the Accessibility permissions wasn't enough. I had to open the inputleap.app package contents and also grant/allow the binaries under Contents/MacOS/ under Privacy -> Accessibility

That did the trick.

<!-- gh-comment-id:2480920616 --> @bitskc commented on GitHub (Nov 17, 2024): This worked, thank you! If anyone else like me was trying to figure out how to do this, you go to Finder, right click InputLeap.app --> Show Package Contents. Then go to Settings --> Privacy --> Accessibility and drag the binaries from the Finder window over to the settings and it'll add them. I was struggling, trying to do it via the + button and that wasn't working... > If anyone like me was Googling connectivity issues with InputLeap (aka fork of Barrier), and macOS Sonoma (or later), I was getting the same error in the log: > > > FATAL: An error occurred: assistive devices does not trust this process, allow it in system settings. > > and the steps above to include the .app in the Accessibility permissions wasn't enough. I had to open the `inputleap.app` package contents and also grant/allow the binaries under `Contents/MacOS/` under Privacy -> Accessibility > > That did the trick.
Author
Owner

@EVINK commented on GitHub (Nov 26, 2024):

This worked, thank you! If anyone else like me was trying to figure out how to do this, you go to Finder, right click InputLeap.app --> Show Package Contents. Then go to Settings --> Privacy --> Accessibility and drag the binaries from the Finder window over to the settings and it'll add them. I was struggling, trying to do it via the + button and that wasn't working...

If anyone like me was Googling connectivity issues with InputLeap (aka fork of Barrier), and macOS Sonoma (or later), I was getting the same error in the log:

FATAL: An error occurred: assistive devices does not trust this process, allow it in system settings.

and the steps above to include the .app in the Accessibility permissions wasn't enough. I had to open the inputleap.app package contents and also grant/allow the binaries under Contents/MacOS/ under Privacy -> Accessibility
That did the trick.

Works for Deskflow, too !

<!-- gh-comment-id:2499629204 --> @EVINK commented on GitHub (Nov 26, 2024): > This worked, thank you! If anyone else like me was trying to figure out how to do this, you go to Finder, right click InputLeap.app --> Show Package Contents. Then go to Settings --> Privacy --> Accessibility and drag the binaries from the Finder window over to the settings and it'll add them. I was struggling, trying to do it via the + button and that wasn't working... > > > If anyone like me was Googling connectivity issues with InputLeap (aka fork of Barrier), and macOS Sonoma (or later), I was getting the same error in the log: > > > FATAL: An error occurred: assistive devices does not trust this process, allow it in system settings. > > > > > > and the steps above to include the .app in the Accessibility permissions wasn't enough. I had to open the `inputleap.app` package contents and also grant/allow the binaries under `Contents/MacOS/` under Privacy -> Accessibility > > That did the trick. Works for Deskflow, too !
Author
Owner

@KinglyWayne commented on GitHub (Nov 27, 2024):

If anyone like me was Googling connectivity issues with InputLeap (aka fork of Barrier), and macOS Sonoma (or later), I was getting the same error in the log:

FATAL: An error occurred: assistive devices does not trust this process, allow it in system settings.

and the steps above to include the .app in the Accessibility permissions wasn't enough. I had to open the inputleap.app package contents and also grant/allow the binaries under Contents/MacOS/ under Privacy -> Accessibility

That did the trick.

Thank you. This worked for me

<!-- gh-comment-id:2503719660 --> @KinglyWayne commented on GitHub (Nov 27, 2024): > If anyone like me was Googling connectivity issues with InputLeap (aka fork of Barrier), and macOS Sonoma (or later), I was getting the same error in the log: > > > FATAL: An error occurred: assistive devices does not trust this process, allow it in system settings. > > and the steps above to include the .app in the Accessibility permissions wasn't enough. I had to open the `inputleap.app` package contents and also grant/allow the binaries under `Contents/MacOS/` under Privacy -> Accessibility > > That did the trick. Thank you. This worked for me
Author
Owner

@GenhaoLi commented on GitHub (Dec 27, 2024):

This worked, thank you! If anyone else like me was trying to figure out how to do this, you go to Finder, right click InputLeap.app --> Show Package Contents. Then go to Settings --> Privacy --> Accessibility and drag the binaries from the Finder window over to the settings and it'll add them. I was struggling, trying to do it via the + button and that wasn't working...

If anyone like me was Googling connectivity issues with InputLeap (aka fork of Barrier), and macOS Sonoma (or later), I was getting the same error in the log:

FATAL: An error occurred: assistive devices does not trust this process, allow it in system settings.

and the steps above to include the .app in the Accessibility permissions wasn't enough. I had to open the inputleap.app package contents and also grant/allow the binaries under Contents/MacOS/ under Privacy -> Accessibility
That did the trick.

Thanks for the detailed steps. In case anyone wanna make the approved list in Settings | Privacy & Security | Accessibility more manageable, only these 3 executable files are required:

Contents/MacOS/
├── input-leap
├── input-leapc
├── input-leaps
<!-- gh-comment-id:2563249330 --> @GenhaoLi commented on GitHub (Dec 27, 2024): > This worked, thank you! If anyone else like me was trying to figure out how to do this, you go to Finder, right click InputLeap.app --> Show Package Contents. Then go to Settings --> Privacy --> Accessibility and drag the binaries from the Finder window over to the settings and it'll add them. I was struggling, trying to do it via the + button and that wasn't working... > > > If anyone like me was Googling connectivity issues with InputLeap (aka fork of Barrier), and macOS Sonoma (or later), I was getting the same error in the log: > > > FATAL: An error occurred: assistive devices does not trust this process, allow it in system settings. > > > > > > and the steps above to include the .app in the Accessibility permissions wasn't enough. I had to open the `inputleap.app` package contents and also grant/allow the binaries under `Contents/MacOS/` under Privacy -> Accessibility > > That did the trick. Thanks for the detailed steps. In case anyone wanna make the approved list in `Settings | Privacy & Security | Accessibility` more manageable, only these 3 executable files are required: ``` Contents/MacOS/ ├── input-leap ├── input-leapc ├── input-leaps ```
Author
Owner

@BKR-dev commented on GitHub (Aug 27, 2025):

On a Macbook M2 this is the trick if you use the Apple_Silicon binary

"I had to open the inputleap.app package contents and also grant/allow the binaries under Contents/MacOS/ under Privacy -> Accessibility"

You open the "App" right click Show Content and then execute the input-leap executable and allow its permissions. Weirdly for me, i need to then always execute this exact executable to get the server starting, the App Package does not work.

But hey, as long as it works :)

<!-- gh-comment-id:3227418205 --> @BKR-dev commented on GitHub (Aug 27, 2025): On a Macbook M2 this is the trick if you use the Apple_Silicon binary "I had to open the inputleap.app package contents and also grant/allow the binaries under Contents/MacOS/ under Privacy -> Accessibility" You open the "App" right click Show Content and then execute the input-leap executable and allow its permissions. Weirdly for me, i need to then always execute this exact executable to get the server starting, the App Package does not work. But hey, as long as it works :)
Author
Owner

@nbolton commented on GitHub (Aug 27, 2025):

Try Deskflow or Input Leap, as Barrier is no longer in development.

https://github.com/deskflow/deskflow
https://github.com/input-leap/input-leap

The 'Insights' tab of each GitHub project may help you decide which one to use.
Both are compatible with Barrier client/server, so you can try on one of your computers.

If this is still an issue in those projects, we would appreciate a cross-post of this issue.

<!-- gh-comment-id:3227550709 --> @nbolton commented on GitHub (Aug 27, 2025): Try Deskflow or Input Leap, as Barrier is no longer in development. https://github.com/deskflow/deskflow https://github.com/input-leap/input-leap The 'Insights' tab of each GitHub project may help you decide which one to use. Both are compatible with Barrier client/server, so you can try on one of your computers. If this is still an issue in those projects, we would appreciate a cross-post of this issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#1361
No description provided.