croc version history
20 releases tracked, newest first.
v10.4.13
Jul 9, 2026- Fixed sender route race condition between local and external relays.
11 downloads
v10.4.12
Jul 8, 2026Maintenance and minor improvements.
11 downloads
10.4.12
Jul 8, 202611 downloads
v10.4.11
Jul 7, 2026**Full Changelog**: https://github.com/schollz/croc/compare/v10.4.10...v10.4.11
11 downloads
v10.4.10
Jul 7, 2026## What's Changed
* Trim relay password consistently to fix 'password mismatch' regression by @CodeBlackwell in https://github.com/schollz/croc/pull/1153
## New Contributors
* @CodeBlackwell made their first contribution in https://github.com/schollz/croc/pull/1153
**Full Changelog**: https://github.com/schollz/croc/compare/v10.4.9...v10.4.10
11 downloads
v10.4.9
Jul 7, 2026**Full Changelog**: https://github.com/schollz/croc/compare/v10.4.8...v10.4.9
11 downloads
v10.4.8
Jul 7, 2026## What's Changed
* fix: race condition corrupts local relay port in senderWaitForHandshake / transferOverLocalRelay by @schollz with @Copilot in https://github.com/schollz/croc/pull/1150
**Full Changelog**: https://github.com/schollz/croc/compare/v10.4.7...v10.4.8
11 downloads
v10.4.7
Jul 4, 2026- Fixed issue with zipping folders.
11 downloads
v10.4.6
Jun 30, 2026- Fixed resuming functionality
11 downloads
v10.4.5
Jun 30, 2026## What's Changed
* Allow more than 16 transfers by @pmkane in https://github.com/schollz/croc/pull/1117
* fix: add `highway` to --hash flag help text by @schollz with @Copilot in https://github.com/schollz/croc/pull/1125
* fix: clipboard copy using xsel by @bitraid in https://github.com/schollz/croc/pull/1126
* [codex] Extend read timeout for large resume messages by @tamimbinhakim in https://github.com/schollz/croc/pull/1128
* fix wait by @schollz in https://github.com/schollz/croc/pull/1140
* fix: symlink transfer by @schollz in https://github.com/schollz/croc/pull/1141
* fix: trim whitespace in relay --ports list by @tamimbinhakim in https://github.com/schollz/croc/pull/1129
* chore: update deps by @schollz in https://github.com/schollz/croc/pull/1142
## New Contributors
* @pmkane made their first contribution in https://github.com/schollz/croc/pull/1117
* @tamimbinhakim made their first contribution in https://github.com/schollz/croc/pull/1128
**Full Changelog**: https://github.com/schollz/croc/compare/v10.4.4...v10.4.5
11 downloads
v10.4.4
May 20, 2026- Added CROC_PORT and CROC_PORTS environment variables
- Updated Docker builder image to golang:1.25
- Improved CROC_SECRET handling for send command on Linux/macOS
- Updated dependencies
12 downloads
v10.4.3
May 6, 2026## What's Changed
* fix: Tell user minimum length of custom code by @Tyarel8 in https://github.com/schollz/croc/pull/1094
* fix: honor --exclude and --git when --zip is used by @costajohnt in https://github.com/schollz/croc/pull/1097
* chore: update deps and bump by @schollz in https://github.com/schollz/croc/pull/1098
## New Contributors
* @Tyarel8 made their first contribution in https://github.com/schollz/croc/pull/1094
* @costajohnt made their first contribution in https://github.com/schollz/croc/pull/1097
**Full Changelog**: https://github.com/schollz/croc/compare/v10.4.2...v10.4.3
12 downloads
v10.4.2
Mar 11, 2026**Full Changelog**: https://github.com/schollz/croc/compare/v10.4.1...v10.4.2
12 downloads
v10.4.1
Mar 6, 2026**Full Changelog**: https://github.com/schollz/croc/compare/v10.4.0...v10.4.1
12 downloads
v10.4.0
Mar 6, 2026## What's Changed
* build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/schollz/croc/pull/1010
* Fix source comment typos by @luzpaz in https://github.com/schollz/croc/pull/1011
* Add MinGW support to installer script by @Copilot in https://github.com/schollz/croc/pull/1015
* Fix command syntax in README for croc usage by @NKid in https://github.com/schollz/croc/pull/1017
* chore: update dependencies by @schollz in https://github.com/schollz/croc/pull/1036
* For peer-to-peer connectivity within a LAN, the sender and receiver d… by @abakum in https://github.com/schollz/croc/pull/1022
* build(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in https://github.com/schollz/croc/pull/1025
* build(deps): bump actions/download-artifact from 6 to 7 by @dependabot[bot] in https://github.com/schollz/croc/pull/1024
* fix(install): add BusyBox compatibility fallback by @murataslan1 in https://github.com/schollz/croc/pull/1032
* fix(docs): add docker.io prefix for podman compatibility by @murataslan1 in https://github.com/schollz/croc/pull/1030
* Chore: Minor TCP refactorings. by @danriedl in https://github.com/schollz/croc/pull/
12 downloads
v10.3.1
Nov 20, 2025## What's Changed
* Add fish completions by @mochienya in https://github.com/schollz/croc/pull/1006
* Add RISC-V (riscv64) architecture support by @Copilot in https://github.com/schollz/croc/pull/1008
* bump 10.3.1 by @schollz in https://github.com/schollz/croc/pull/1009
## New Contributors
* @mochienya made their first contribution in https://github.com/schollz/croc/pull/1006
**Full Changelog**: https://github.com/schollz/croc/compare/v10.3.0...v10.3.1
12 downloads
v10.3.0
Nov 19, 2025## What's Changed
* clipboard: add support for wayclip by @fredrikfoss in https://github.com/schollz/croc/pull/988
* Fix regex pattern for Windows installers by @jo-chemla in https://github.com/schollz/croc/pull/991
* Fix panic when receiving with --stdout and invalid secret by @Copilot in https://github.com/schollz/croc/pull/993
* Save modified time of files to zip, restore modified time of files on… by @abakum in https://github.com/schollz/croc/pull/999
* Add clipboard control options, quiet mode, and Android/Termux support to croc by @chrstnwhlrt in https://github.com/schollz/croc/pull/1002
* Add remember relay options (#1000) by @ThatOneShortGuy in https://github.com/schollz/croc/pull/1001
* Update received file's ModTime to match source. by @abakum in https://github.com/schollz/croc/pull/1003
* chore: update dependencies by @schollz in https://github.com/schollz/croc/pull/1004
* bump 10.3.0 by @schollz in https://github.com/schollz/croc/pull/1005
## New Contributors
* @fredrikfoss made their first contribution in https://github.com/schollz/croc/pull/988
* @jo-chemla made their first contribution in https://github.com/schollz/croc/pull/991
* @Copilot made their f
11 downloads
v10.2.7
Oct 16, 2025## What's Changed
* Abort sending when message authentication fails by @Ozoniuss in https://github.com/schollz/croc/pull/980
* fix: remove extraneous by @schollz in https://github.com/schollz/croc/pull/984
* chore: v10.2.7 by @schollz in https://github.com/schollz/croc/pull/985
**Full Changelog**: https://github.com/schollz/croc/compare/v10.2.6...v10.2.7
11 downloads
v10.2.6
Oct 16, 2025## What's Changed
* Add Docker usage instructions for croc tool by @AndrianBdn in https://github.com/schollz/croc/pull/962
* build(deps): bump actions/stale from 9 to 10 by @dependabot[bot] in https://github.com/schollz/croc/pull/961
* build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in https://github.com/schollz/croc/pull/960
* feat: added TCP healthcheck with nc, better clipboard support, fixed docker deployments and minor changes by @sansneo in https://github.com/schollz/croc/pull/971
* fix: do not use relay from send config by @schollz in https://github.com/schollz/croc/pull/982
* chore: update dependencies by @schollz in https://github.com/schollz/croc/pull/983
## New Contributors
* @AndrianBdn made their first contribution in https://github.com/schollz/croc/pull/962
**Full Changelog**: https://github.com/schollz/croc/compare/v10.2.5...v10.2.6
11 downloads
v10.2.5
Sep 21, 2025## What's Changed
* build(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in https://github.com/schollz/croc/pull/948
* fix: only block ".." in file names if it is used to break out of the base directory by @paulmiro in https://github.com/schollz/croc/pull/952
* build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/schollz/croc/pull/953
* build(deps): bump github.com/kalafut/imohash from 1.1.0 to 1.1.1 by @dependabot[bot] in https://github.com/schollz/croc/pull/957
* build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in https://github.com/schollz/croc/pull/956
## New Contributors
* @paulmiro made their first contribution in https://github.com/schollz/croc/pull/952
**Full Changelog**: https://github.com/schollz/croc/compare/v10.2.4...v10.2.5
11 downloads