schollz/croc

Easily and securely send things from one computer to another :crocodile: :package:

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 15 minutes ago
Added to GitGenius on June 16th, 2026
Created on October 17th, 2017
Open Issues & Pull Requests: 2 (+0)
GitHub issues: Enabled
Number of forks: 1,615
Total Stargazers: 40,337 (+0)
Total Subscribers: 253 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.3 hours
Mean response time: 22.9 days
90th percentile: 36.2 days
Tracked items: 622

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "bug" is answered fastest, typically in about 4 hours, while "no-issue-activity" waits about 3 days. Only 4% of issues opened in the past year have been closed. Three people close 79% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 2
Closed in 7 days: 2
Avg open age: 0 days
Stale 30+ days: 1
Stale 90+ days: 0

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 2
Events in 7 days: 5

Top labels

  • bug (181)
  • no-issue-activity (135)
  • enhancement (33)
  • help wanted (28)
  • will-accept-pr (21)
  • good first issue (20)
  • hacktoberfest (15)
  • need more information (8)

Detailed Description

croc is a command-line tool that allows any two computers to simply and securely transfer files and folders across networks.

The tool solves the problem of transferring files between distant machines without requiring the sender and receiver to set up local servers or manage port-forwarding. It uses a relay-based approach combined with password-authenticated key exchange (PAKE) to provide end-to-end encryption. The relay allows any two computers to connect regardless of their network configuration, while PAKE ensures that only parties who know a shared code can decrypt the transferred data.

The tool suits developers and users who need straightforward file transfers without infrastructure overhead. It works across Windows, Linux, macOS, and browsers, making it practical for cross-platform workflows. It supports multiple file transfers, resumable interrupted transfers, and can route traffic through proxies like Tor. The tool prioritizes IPv6 with IPv4 fallback. A browser version is available at getcroc.com for users who prefer not to install anything locally, and the browser and CLI versions are fully compatible with each other.

Maintainers respond to issues and pull requests within a day. Work in the issue tracker centers on bug fixes, enhancements, and managing inactive issues.