Analysis updated 2026-05-18
Copy a file or folder on one computer and paste it on another over the same local network.
Send text between computers by piping it through ccp copy and ccp paste.
Share files with a specific computer using ccp send and have them accept or decline the offer.
Drag and drop files between computers using the local web interface.
| uniloop/cross-copy | 0xallam/my-recipe | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | Python | Python | Python |
| Last pushed | — | 2022-11-22 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Trusts the local network with no pairing, authentication, or encryption yet, so use only on a trusted network.
Cross Copy is a network clipboard that works across Windows, macOS, and Linux. It lets someone copy a file, a folder, or a block of text on one computer and paste it on another computer on the same local network, with no cloud service, account, or remote storage involved in the transfer. Setup starts with installing Cross Copy on every computer that should be able to send or receive. On Windows, a PowerShell command downloads and runs an installer that adds a command line tool called ccp to the user's path and sets the background service to start automatically at sign in. On macOS and Linux, a shell script installer does the same thing, preferring a tool called pipx when it is available and otherwise creating its own self contained environment. Both installers can also be skipped in favor of running from a cloned copy of the repository, and both offer a flag to skip starting the background service automatically. Once installed on two or more computers, running ccp status confirms the local background service is active, and ccp devices lists any other computers that have been discovered on the network. From there, a basic transfer is just ccp copy on the sending computer and ccp paste on the receiving one, with support for copying whole folders, plain text through a --text flag, and piping data in and out like any other command line tool. A related command, ccp move, works the same way but deletes the source files once the receiving computer has successfully completed the paste. Beyond the command line, Cross Copy adds right click menu actions in the file manager on each supported operating system, a small web interface reachable at a local address for dragging and dropping files, and a tray or menu bar widget for quick access. The project is upfront that it currently trusts anything on the local network, without pairing, authentication, or encryption, so it recommends using it only on networks the user trusts.
A cross platform network clipboard that lets you copy files, folders, or text on one computer and paste them on another over the local network.
Mainly Python. The stack also includes Python, PowerShell, Bash.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.