MicroBin
Tiny, lightweight, encrypted pastebin and file sharing service written in Rust.
Why consider MicroBin?
MicroBin is an open-source, ultra-lightweight pastebin and temporary file sharing application. It supports client-side encryption, custom vanity URLs, QR code sharing, burn-after-reading pastes, syntax highlighting, and file uploads with expiration limits.
Learn MicroBin by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of MicroBin
MicroBin runs as a single static binary or tiny Docker container to share code snippets and files privately.
Quickstart
docker run -d \ -p 8080:8080 \ -v microbin_data:/app/microbin_data \ -e MICROBIN_ENABLE_BURN_AFTER=true \ -e MICROBIN_QR=true \ danielszabo99/microbin:latestAccess http://localhost:8080 to share text pastes and files with password protection and auto-expiry.
MicroBin is licensed under the BSD 3-Clause License.
Related tools
More options with a similar category or technology profile.
McFly
Fly through your shell history with an intelligent neural network search engine.
cheat
Interactive command-line cheatsheets for system administrators and software engineers.
Pipenv
Python development workflow for humans uniting Pipfile, pip, and virtualenv.
Rye
Comprehensive Python package and workspace management tool written in Rust.