szabodanika/microbin

A secure, configurable file-sharing and URL shortening web app written in Rust.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 46 minutes ago
Added to GitGenius on September 15th, 2026
Created on April 10th, 2022
Open Issues & Pull Requests: 100 (+0)
GitHub issues: Enabled
Number of forks: 318
Total Stargazers: 4,562 (+0)
Total Subscribers: 18 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 28.1 days
Mean response time: 172.2 days
90th percentile: 701.2 days
Tracked items: 87

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 58
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 671 days
Stale 30+ days: 56
Stale 90+ days: 45

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (30)
  • enhancement (30)
  • documentation (6)
  • duplicate (3)
  • good-first-issue (3)
  • cargo (1)
  • discussion (1)
  • help wanted (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

MicroBin is a self-hosted pastebin and file-sharing web application written in Rust.

MicroBin addresses the need for a lightweight, privacy-focused alternative to public paste services. It solves this by providing a single, self-contained executable that handles text sharing, file uploads, URL shortening, and content serving. The tool implements end-to-end encryption for both server and client sides, allowing users to share sensitive data securely. Uploads can be configured as private or public, editable or read-only, with optional automatic expiration. The application uses animal names as identifiers for uploads rather than random strings, supports multiple attachments, and offers both SQLite and JSON database backends.

MicroBin suits developers and organizations wanting to self-host a paste service without external dependencies or complex infrastructure. It requires minimal system resources and can be deployed in minutes via Docker or installed directly from Cargo. The tool works well for sharing code snippets, large files, configuration data, or sensitive documents within teams or across machines. It also functions as a URL shortener and raw content server for serving files via HTTP. Anyone needing a privacy-respecting alternative to public pastebin services will find the built-in encryption and self-hosting model particularly valuable.

The project maintains active build and release pipelines with Docker image generation. Development activity shows consistent attention to both the core application and deployment infrastructure through automated testing workflows.