{"id":18633269,"url":"https://github.com/sstallion/clipsock","last_synced_at":"2026-05-02T02:33:06.999Z","repository":{"id":207089504,"uuid":"715286220","full_name":"sstallion/ClipSock","owner":"sstallion","description":"Network accessible clipboard for Windows 10 and 11","archived":false,"fork":false,"pushed_at":"2024-01-26T16:23:35.000Z","size":182,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-27T08:09:22.544Z","etag":null,"topics":["clipboard","network","systray","win32","windows","winsock2"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sstallion.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-11-06T20:50:06.000Z","updated_at":"2024-04-12T08:20:02.000Z","dependencies_parsed_at":"2023-11-14T03:23:57.728Z","dependency_job_id":"3f721137-1e84-4a47-adfe-f7441ad043eb","html_url":"https://github.com/sstallion/ClipSock","commit_stats":null,"previous_names":["sstallion/clipsock"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstallion%2FClipSock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstallion%2FClipSock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstallion%2FClipSock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstallion%2FClipSock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sstallion","download_url":"https://codeload.github.com/sstallion/ClipSock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239428267,"owners_count":19636926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clipboard","network","systray","win32","windows","winsock2"],"created_at":"2024-11-07T05:14:44.009Z","updated_at":"2025-11-04T08:30:32.135Z","avatar_url":"https://github.com/sstallion.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](./.github/images/logo.png)\n\n[![](https://github.com/sstallion/ClipSock/actions/workflows/ci.yml/badge.svg?branch=master)][1]\n[![](https://img.shields.io/github/v/release/sstallion/ClipSock)][2]\n[![](https://img.shields.io/github/license/sstallion/ClipSock.svg)][3]\n\nClipSock is a network accessible clipboard for Windows 10 and 11. It provides\nfunctionality similar to the Windows [cloud-based clipboard][4] for non-Windows\nsystems. Unlike the cloud-based clipboard, it does not require a Microsoft\naccount and clipboard contents are not shared with remote hosts.\n\nClipSock is written in modern C++ with no external dependencies. It uses the\nsame protocol as [GNU Netcat][5] / [Socat][6], making it ideal for receiving\nclipboard data over remote SSH tunnels.\n\n## Installation\n\nWindows Installer packages can be downloaded from the [Releases][2] page or\ninstalled using the [Windows Package Manager][7]:\n```\nwinget install ClipSock.ClipSock\n```\n\n\u003e [!IMPORTANT]\n\u003e The latest version of the [Visual C++ Redistributable][8] package for Visual\n\u003e Studio 2019 must be installed, otherwise an error indicating MSVCP140.dll can\n\u003e not be found will occur. This step is not required when using the Windows\n\u003e Package Manager as it will install this package automatically.\n\nCMake workflow presets are available to build installer packages from source\nusing Visual Studio 2019. Install the prerequisites documented in\n[Making Changes][9], then issue:\n```\ncmake --workflow --preset Release-MSVC-x64 ; or Release-MSVC-x86\n```\n\n\u003e [!NOTE]\n\u003e Once built, installer packages can be found in the build directory.\n\n## Configuration\n\nClipSock is designed to function with minimal user input. After installation,\nthe settings dialog will be shown to confirm the defaults, which should be\nacceptable for most users:\n\n![](./.github/images/settings.png)\n\nOnce confirmed, the settings dialog may be revisited by right clicking the\ntaskbar notification area icon and selecting Settings from the context menu. The\nserver will automatically restart once the dialog closes.\n\n\u003e [!IMPORTANT]\n\u003e It is strongly advised to listen to localhost and use remote tunneling to\n\u003e protect the privacy of clipboard data transmitted between hosts.\n\nAdditional configuration for popular SSH clients and terminal multiplexers can\nbe found on the [Wiki][10].\n\n## Contributing\n\nPull requests are welcome! See [CONTRIBUTING.md][11] for details.\n\n## License\n\nSource code in this repository is licensed under a Simplified BSD License. See\n[LICENSE.txt][3] for details.\n\n[1]: https://github.com/sstallion/ClipSock/actions/workflows/ci.yml\n[2]: https://github.com/sstallion/ClipSock/releases/latest\n[3]: https://github.com/sstallion/ClipSock/blob/master/LICENSE.txt\n[4]: https://support.microsoft.com/en-us/windows/clipboard-in-windows-c436501e-985d-1c8d-97ea-fe46ddf338c6\n[5]: https://netcat.sourceforge.net/\n[6]: http://www.dest-unreach.org/socat/\n[7]: https://learn.microsoft.com/en-us/windows/package-manager/\n[8]: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022\n[9]: https://github.com/sstallion/ClipSock/blob/master/CONTRIBUTING.md#making-changes\n[10]: https://github.com/sstallion/ClipSock/wiki/Configuration\n[11]: https://github.com/sstallion/ClipSock/blob/master/CONTRIBUTING.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsstallion%2Fclipsock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsstallion%2Fclipsock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsstallion%2Fclipsock/lists"}