Open-source KVM software
Go to file
Dom Rodriguez 012a7dc055
[actions](stale): Add further configuration to GitHub Action - stale.
This commit fleshes out the messages and labels applied to stale
issuse/PRs, configures 'exempt' labels, and additionally the number of
days before a issue is marked stale/closed.

Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
2020-09-17 16:52:15 +01:00
.github [actions](stale): Add further configuration to GitHub Action - stale. 2020-09-17 16:52:15 +01:00
azure-pipelines [Azure Pipelines] use QT 5.13.0 (#418) 2019-08-23 15:59:14 -04:00
cmake Prepare for v2.3.3 release 2020-07-14 18:37:45 +01:00
debian Update Debian changelog to v2.3.3 2020-08-07 18:33:54 +01:00
dist added barrierc and barriers to macdeployqt targets 2020-05-04 09:37:18 -07:00
doc Prepare for v2.3.3 release 2020-07-14 18:37:45 +01:00
ext Add gtest/gmock framework, locked at 1.6.0 2020-06-08 14:31:39 +03:00
res Merge pull request #585 from chewi/pthread 2020-05-12 23:13:16 +01:00
snap Shorten snap version on tagged revisions 2020-07-14 18:58:52 -03:00
src Update gui_de.ts 2020-09-09 11:52:55 +02:00
.editorconfig [style](editorconfig): Commit initial EditorConfig config for code style 2020-09-14 13:12:53 +01:00
.gitignore Reimplement patch for horizontal scrolling and extra mouse buttons 2019-08-05 21:59:43 -04:00
.gitmodules Add gtest/gmock framework, locked at 1.6.0 2020-06-08 14:31:39 +03:00
Build.properties [Build]: Bump Build.properties 2020-08-04 15:50:49 +01:00
CMakeLists.txt Add BARRIER_USE_EXTERNAL_GTEST CMake option to use external GTest 2020-08-21 23:13:58 +01:00
ChangeLog Make ready v1.9.0-rc3 2017-05-10 15:29:48 +01:00
LICENSE rebranding symless/synergy to debauchee/barrier 2018-01-27 16:48:17 -05:00
README.md Merge pull request #580 from the-wes/patch-1 2020-03-26 11:21:15 +00:00
_config.yml Set theme jekyll-theme-slate 2018-05-12 18:24:22 -04:00
azure-pipelines.yml Change MacOS Build Steps 2020-05-05 20:04:25 -07:00
build_installer.bat Replace Wix with Inno Setup 2019-04-18 21:04:00 -04:00
clean_build.bat Fix CI infrastructure (.bat/.sh) to initialise Git submodules before build 2020-06-08 14:31:27 +03:00
clean_build.sh Fix CI infrastructure (.bat/.sh) to initialise Git submodules before build 2020-06-08 14:31:27 +03:00
osx_environment.sh Revert "Tidy up and fix lint errors in build scripts" 2019-08-22 17:03:18 -04:00
pre-build.bat [Build[ update pre-build script to call VS2019 2019-08-17 16:52:24 -04:00

README.md

Barrier

Eliminate the barrier between your machines. Find releases for windows and macOS here. Your distro probably already has barrier packaged for it, see distro specific packages below for a list. Alternatively, we also provide a flatpak and a snap.

Contact info:

  • #barrier on freenode

CI Build Status

Master branch overall build status: Build Status

Platform Build Status
Linux Build Status
Mac Build Status
Windows Debug Build Status
Windows Release Build Status
Snap Snap Status

Our CI Builds are provided by Microsoft Azure Pipelines, Flathub, and Canonical.

What is it?

Barrier is software that mimics the functionality of a KVM switch, which historically would allow you to use a single keyboard and mouse to control multiple computers by physically turning a dial on the box to switch the machine you're controlling at any given moment. Barrier does this in software, allowing you to tell it which machine to control by moving your mouse to the edge of the screen, or by using a keypress to switch focus to a different system.

Barrier was forked from Symless's Synergy 1.9 codebase. Synergy was a commercialized reimplementation of the original CosmoSynergy written by Chris Schoeneman.

What's different?

Whereas Synergy has moved beyond its goals from the 1.x era, Barrier aims to maintain that simplicity. Barrier will let you use your keyboard and mouse from machine A to control machine B (or more). It's that simple.

Project goals

Hassle-free reliability. We are users, too. Barrier was created so that we could solve the issues we had with synergy and then share these fixes with other users.

Compatibility. We use more than one operating system and you probably do, too. Windows, OSX, Linux, FreeBSD... Barrier should "just work". We will also have our eye on Wayland when the time comes.

Communication. Everything we do is in the open. Our issue tracker will let you see if others are having the same problem you're having and will allow you to add additional information. You will also be able to see when progress is made and how the issue gets resolved.

Contact & support

Please be aware that the only way to draw our attention to a bug is to create a new issue in the issue tracker. Write a clear, concise, detailed report and you will get a clear, concise, detailed response. Priority is always given to issues that affect a wider range of users.

For short and simple questions or to just say hello find us on the Freenode IRC network in the #barrier channel.

Contributions

At this time we are looking for developers to help fix the issues found in the issue tracker. Submit pull requests once you've polished up your patch and we'll review and possibly merge it.

Distro specific packages

While not a comprehensive list, repology provides a decent list of distro specific packages.

Packaging status

FAQ

Q: Does drag and drop work on linux?

A: No

Q: What OSes are supported?

A:

  • Windows 7, 8, 8.1, and 10
  • MacOS/OS X
  • Linux
  • FreeBSD
  • OpenBSD

Q: Are 32-bit versions of Windows supported?

A: No