awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
timvisee avatar

timvisee/sendFork

0
View on GitHub↗
5,797 stars·349 forks·JavaScript·MPL-2.0·26 viewssend.vis.ee↗

Send

Send is an end-to-end encrypted file sharing service that encrypts files on the sender's device before upload, ensuring the server never sees plaintext content. It generates secure download links that are designed for single use, automatically removing access after the first successful download, and associates each share with a time-limited access token that expires after a set duration.

The service operates without requiring user accounts, lowering friction for ephemeral sharing, and uses cryptographic key derivation to generate decryption keys from the download URL, eliminating server-side key storage. Files are split into smaller chunks for incremental upload and download, reducing memory pressure, and are served statelessly from storage without maintaining session state, simplifying scaling and reliability.

Features

  • Encrypted File Sharing - Shares files securely by encrypting them on the sender's device before transfer, ensuring only the intended recipient can decrypt and access them.
  • Account-less Uploads - Allows file uploads and link generation without user authentication, lowering friction for ephemeral sharing.
  • Self-Destructing File Links - A file sharing service that creates time-limited or download-limited links that automatically expire after use.
  • Self-Destructing File Links - Creates time-limited or download-limited links that automatically expire after use, reducing the risk of unauthorized access.
  • Single-Use Download Links - Generates unique URLs that self-destruct after the first successful download, enforcing single-use access.
  • Private - Sends files between parties without exposing content to the server or third parties, maintaining confidentiality throughout the exchange.
  • Client-Side Encryption - Encrypts files in the browser before upload, ensuring the server never sees plaintext content.
  • End-To-End Encryption Systems - Shares files securely by encrypting them on the sender's device before transfer, ensuring only the intended recipient can decrypt and access them.
  • URL-Derived Decryption Keys - Derives decryption keys from the download URL using a hash-based algorithm, eliminating server-side key storage.
  • End-to-End Encryption - Transfers files with encryption that ensures only the sender and recipient can read the content, preventing server-side decryption.
  • One-Time File Deliveries - Distributes files through links designed for single use, automatically removing access after the first download.
  • Streaming File Chunking - Splits large files into smaller chunks for incremental upload and download, reducing memory pressure.
  • Time-Limited API Tokens - Associates each share with an expiration timestamp, automatically revoking access after the set duration.
  • Stateless Serving Layers - Serves files directly from storage without maintaining session state, simplifying scaling and reliability.
  • File Management - Listed in the “File Management” section of the Awesome Selfhosted awesome list.
  • File Sharing - Private, end-to-end encrypted temporary file sharing service.

Star history

Star history chart for timvisee/sendStar history chart for timvisee/send

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does timvisee/send do?

Send is an end-to-end encrypted file sharing service that encrypts files on the sender's device before upload, ensuring the server never sees plaintext content. It generates secure download links that are designed for single use, automatically removing access after the first successful download, and associates each share with a time-limited access token that expires after a set duration.

What are the main features of timvisee/send?

The main features of timvisee/send are: Encrypted File Sharing, Account-less Uploads, Self-Destructing File Links, Single-Use Download Links, Private, Client-Side Encryption, End-To-End Encryption Systems, URL-Derived Decryption Keys.

Which projects share features with timvisee/send?

Projects with overlapping indexed features include: mozilla/send — Send is a self-hosted file transfer service designed for end-to-end encrypted file sharing. It provides a… cryptpad/cryptpad — CryptPad is a self-hosted, zero-knowledge office suite designed for real-time collaborative editing and content… schollz/croc — Croc is a command-line utility for sending files and folders between computers using end-to-end encrypted peer-to-peer… jhaals/yopass — Yopass is a secure secret sharing platform used to share encrypted text and files via one-time expiring links. It… timvisee/ffsend — ffsend is a command line client for the Firefox Send protocol, providing a secure file transfer tool for uploading and… remotely-save/remotely-save — Remotely Save is a cloud storage synchronization tool and backup manager designed to keep local files and application…

Projects sharing features with Send

These projects share indexed features with Send. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • mozilla/sendmozilla avatar

    mozilla/send

    13,269View on GitHub↗

    Send is a self-hosted file transfer service designed for end-to-end encrypted file sharing. It provides a privacy-focused data transfer solution and ephemeral file storage where uploaded content is automatically deleted after a specified number of downloads or a set amount of time. The service ensures private file sharing by utilizing client-side encryption to protect data before it is uploaded. Decryption keys are distributed to recipients via URL hash fragments to ensure the server never has access to the keys. The platform supports encrypted data transfer and temporary file hosting. It us

    FreeMarker
    View on GitHub↗13,269
  • cryptpad/cryptpadcryptpad avatar

    cryptpad/cryptpad

    7,739View on GitHub↗

    CryptPad is a self-hosted, zero-knowledge office suite designed for real-time collaborative editing and content management. It provides a privacy-centric infrastructure where documents, files, and notes are encrypted in the browser before transmission, ensuring that the server administrator cannot access the underlying data. The platform implements zero-knowledge user authentication, utilizing cryptographic keys to verify identities so that plain text passwords are never stored on the server. To further isolate sensitive operations, the system employs a security architecture that separates th

    JavaScriptchainpadcollaborationcollaborative-editing
    View on GitHub↗7,739
  • schollz/crocschollz avatar

    schollz/croc

    35,272View on GitHub↗

    Croc is a command-line utility for sending files and folders between computers using end-to-end encrypted peer-to-peer connections. It employs elliptic curve encryption and key agreement to secure data transmission between remote endpoints. The tool allows users to coordinate transfers using a shared code phrase and supports the operation of custom relay servers to facilitate connections without relying on public infrastructure. It also includes a proxy client to route encrypted traffic through SOCKS5 proxies. Additional capabilities include resumable data transmission for unstable connectio

    Godata-transferfile-sharinggolang
    View on GitHub↗35,272
  • jhaals/yopassjhaals avatar

    jhaals/yopass

    2,581View on GitHub↗

    Yopass is a secure secret sharing platform used to share encrypted text and files via one-time expiring links. It utilizes client-side encryption to ensure that sensitive data is encrypted in the browser before transmission, preventing the server from seeing plain text. The platform differentiates itself through an integrated security auditing system that generates structured logs and triggers cryptographically signed webhooks when secrets are created, viewed, or expired. It also features an access control system based on OpenID Connect, allowing administrators to restrict secret creation and

    TypeScriptencryption-decryptionhacktoberfestpassword-sharing
    View on GitHub↗2,581
Compare all 30 related projects→