PsiTransfer

Self-Hosted

Open-source file transfer tool with drag-n-drop and single-click uploads

Visit Website

Overview

PsiTransfer is an open-source file transfer tool enabling temporary link sharing with drag-n-drop and single-click uploads. It supports custom expiration times, password protection, and large files. Lightweight (Node.js backend), it deploys easily via Docker or direct setup. Prioritizes privacy by avoiding third-party tracking and letting users control data retention—ideal for self-hosted secure alternatives to proprietary services.

Self-Hosting Resources

Below is a reference structure for docker-compose.yml. ⚠️ Do NOT run blindly. Replace placeholders with official values.

docker-compose.template.yml TEMPLATE

version: '3'
services:
  psi_transfer:
    image: <OFFICIAL_IMAGE_NAME>:latest
    container_name: psi-transfer
    ports:
      - "8080:<APP_INTERNAL_PORT>"
    volumes:
      - ./data:/app/data
    restart: unless-stopped

Key Features

  • Drag-n-drop & single-click file uploads
  • Temporary links with custom expiration times
  • Password protection for shared files
  • Docker deployment support

Frequently Asked Questions

? Is PsiTransfer hard to install?

PsiTransfer is easy to install, especially with Docker—pull the official image and run it with minimal config. For direct setup, you need Node.js/npm, clone the repo, and start the server. Instructions are in the GitHub README.

? Is it a good alternative to WeTransfer?

Yes! It offers similar temporary file sharing with drag-n-drop, but is self-hosted (so you own your data). It lacks WeTransfer's premium branding, but it’s free/open-source and privacy-focused—perfect for security-conscious users.

? Is it completely free?

PsiTransfer is 100% free and open-source under the MIT License. There are no hidden costs or premium tiers—all features are available to self-hosters without restrictions.

Top Alternatives

WeTransfer Search Google
Dropbox Transfer Search Google
Google Drive Compare

People Also Ask about PsiTransfer

PsiTransfer vs WeTransferPsiTransfer vs Dropbox TransferPsiTransfer vs Google Drive PsiTransfer 2025 review PsiTransfer docker-compose example

Tool Info

Pricing Open Source
Platform Self-Hosted

Pros

  • Privacy-focused (full data control via self-hosting)
  • Open-source (free to use and modify)
  • Lightweight and resource-efficient

Cons

  • Requires basic server setup knowledge
  • No built-in mobile app
  • Limited collaboration features compared to SaaS tools

More File Transfer - Single-click & Drag-n-drop Upload Tools