Open Internet by MindsNet
schollz/croc
Repository: schollz/croc Stars: 38874 Forks: 1541 Primary language: Go Discovery sources: trending:weekly Selection score: 79.72 Usefulness score: 9.7 Source confidence score: 3.5 Languages: Go, TypeScript, Shell, CSS, JavaScript, HTML Topics: data-transfer, file-sharing, golang, pake, peer-to-peer, tcp, transfer Summary: Easily and securely send things from one computer to another :crocodile: :package: README excerpt: <p align="center"> <a href="https://getcroc.com"><img src="web/public/croc.jpg" width="408px" border="0" alt="croc"></a> <br> <a href="https://github.com/schollz/croc/releases/latest"><img src="https://img.shields.io/github/v/release/schollz/croc" alt="Version"></a> <a href="https://github.com/schollz/croc/actions/workflows/ci.yml"><img src="https://github.com/schollz/croc/actions/workflows/ci.yml/badge.svg" alt="Build Status"></a> <a href="https://github.com/sponsors/schollz"><img alt="GitHub Sponsors" src="https://img.shields.io/github/sponsors/schollz"></a> </p> <p align="center"> <strong>This project’s future depends on community support. <a href="https://github.com/sponsors/schollz">Become a sponsor today</a>.</strong> </p> ## About `croc` is a tool that allows any two computers to simply and securely transfer files and folders. AFAIK, _croc_ is the only CLI file-transfer tool that does **all** of the following: - Allows **any two computers** to transfer data (using a relay) - Provides **end-to-end encryption** (using PAKE) - Enables easy **cross-platform** transfers (Windows, Linux, Mac, [Browser](https://getcroc.com)) - Allows **multiple file** transfers - Allows **resuming transfers** that are interrupted - No need for local server or port-forwarding - **IPv6-first** with IPv4 fallback - Can **use a proxy**, like Tor For more information about `croc`, see [my blog post](https://schollz.com/tinker/croc6/) or read a [recent interview I did](https://console.substack.com/p/console-91).  ## No-install You can use croc without inst
Computing & Technology, Computer Science, Web Development