Skip to content

Releases: sumanthd032/CodeDrop

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 13:47

Full Changelog: v0.1.1...v0.2.0

CodeDrop v0.1.0 - Initial Release [ Local only ]

Choose a tag to compare

@sumanthd032 sumanthd032 released this 17 Feb 18:02

CodeDrop v0.1.0 is live!

CodeDrop enables developers to securely and temporarily hand off code artifacts via a CLI using client-side encryption, strict lifecycle policies, and content-addressed storage.

Core Features in this Release:

  • Client-Side E2E Encryption: AES-256-GCM encryption before data leaves your machine.
  • Content-Addressed Storage (CAS): 30% storage optimization via cryptographic deduplication.
  • Atomic Lifecycle Enforcement: Strict download limits and time-based expiries.
  • Zero Data Retention: Automatic, permanent data destruction upon expiry.

Installation Instructions

Download the binary for your operating system below.

For Windows:
Download codedrop-windows-amd64.exe and run it from your Command Prompt or PowerShell.

For macOS / Linux:
Download the appropriate binary, open your terminal, and make it executable before running:

chmod +x codedrop-darwin-arm64  # (or whichever file you downloaded)
./codedrop-darwin-arm64 push my_file.zip