croc
Overview
Version & Lifecycle
Community Notes
croc – Command-line note
For silent, automated deployment of croc on Windows, download the latest release executable from the official GitHub repository and place it in a system PATH directory like C:Program Filescroc, then configure enterprise automation by setting the CROC_SECRET environment variable for non-interactive receives (e.g., setx CROC_SECRET "your-shared-secret" /M) and running croc --classic once per user to enable default behavior without process name leaks.
croc – Command-line note
To deploy croc at scale on Windows without interactive prompts, install it via a package manager that supports silent switches (for example choco install croc -y or winget install schollz.croc --silent), then centrally configure defaults—such as a self-hosted relay or proxy—by wrapping the croc CLI with organization-standard flags like --relay, --pass, --socks5, --yes, and --overwrite in a script or shim so all users inherit consistent, non-interactive behavior.
Release Notes & Updates
Help us match vulnerabilities
No vulnerability match yet. Pick the right product:
Don’t see it? Paste a CPE
Also known as
Other names people use for this app — helps search and matching.
Sign in to suggest a name.
Packaging Notes
Available as precompiled binaries and source code on GitHub; can be run as a single executable; relay server can be self-hosted or used via public relay