
goploader
Terminal-friendly encrypted file sharing server and client
300 stars 43 forks last commit first released MIT
Actively maintained
Last commit 24 Jul 2026.

goploader is a lightweight project providing a Go-based server and command-line client to share files from the terminal or via curl-compatible tools. Files are streamed and encrypted server-side so the server never retains the decryption key.
Key Features
- Server and CLI client implemented in Go with a minimal footprint
- Server-side AES encryption performed while streaming uploads to disk
- Encryption key generated per upload and never persisted on the server
- Curl/httpie/wget compatible multipart upload API and stdin support for piping
- Simple metadata stored in an embedded key/value datastore (BoltDB)
- Designed for HTTPS deployments; commonly run behind Caddy with automatic certificates
- Small, scriptable client binary (gpldr) for terminal workflows
- Files are streamed to avoid buffering entire uploads in RAM
Use Cases
- Securely share files from the terminal or within shell scripts and CI pipelines
- Provide short-lived encrypted file links to collaborators without storing keys on server
- Build lightweight, privacy-oriented file drop services for teams or personal use
Limitations and Considerations
- Project is maintained as-is and some dependencies and approaches are dated; review before production use
- Uses an embedded BoltDB datastore which may require migration for heavy workloads or long-term maintenance
- No built-in user accounts, ACLs, or advanced access controls; link-based access only
- The default deployment relies on external HTTPS configuration (e.g., Caddy); secure deployment requires proper TLS setup
- The server may log uploader IPs depending on configuration; encryption keys are not retained
goploader is a pragmatic tool for terminal-first, privacy-focused file sharing, prioritizing streamed encryption and simplicity. It is suitable for personal or small-team use where short-lived encrypted links and scriptability are more important than advanced access control or enterprise features.
Categories:
Tags:
Tech Stack:
Similar to goploader
Yopass
Secure one-time secret sharing with client-side encryption
Open-source tool for sharing secrets and files via client-side OpenPGP encryption and one-time expiring links.

OnionShare
Secure, anonymous file sharing and hosting over the Tor network
Open-source tool to share files, host websites, and chat privately over the Tor network; available as desktop GUI, CLI, and mobile apps.


Hemmelig
Encrypted secret sharing with client-side encryption and self-destructing links
Share sensitive text or files securely using client-side encryption, expiring links, view limits, and optional password protection.


sup3rS3cretMes5age
Self-destructing one-time message service backed by HashiCorp Vault
Self-hosted one-time, self-destructing message service that stores secrets in HashiCorp Vault, with a lightweight web UI and optional TLS automation.


Gokapi
Self-hosted expiring file sharing with optional S3 storage
Lightweight self-hosted Firefox Send alternative for secure, expiring file shares with user roles, optional S3-compatible storage, and REST API.

LocalSend
Open-source cross-platform local network file sharing app
LocalSend is a free, open-source app for fast, encrypted file and text sharing between nearby devices over a local network, available on desktop and mobile.




