redlib-org/redlib

Private front-end for Reddit

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 35 minutes ago
Added to GitGenius on September 18th, 2026
Created on December 26th, 2023
Open Issues & Pull Requests: 221 (+0)
GitHub issues: Enabled
Number of forks: 272
Total Stargazers: 3,761 (+0)
Total Subscribers: 23 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.5 hours
Mean response time: 35.9 days
90th percentile: 62.1 days
Tracked items: 185

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 94% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 4 hours, while "enhancement" waits about 7 days. 77% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 7% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 142
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 465 days
Stale 30+ days: 130
Stale 90+ days: 119

Recent activity

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

Top labels

  • bug (130)
  • enhancement (60)
  • help wanted (1)

Detailed Description

Redlib is a private front-end for Reddit that allows users to browse Reddit content without tracking, ads, or JavaScript bloat.

Redlib solves the problem of Reddit's pervasive tracking and advertising by acting as a proxy between the user and Reddit's servers. All requests, including media, are routed through the Redlib server rather than connecting directly to Reddit, preventing Reddit from identifying or tracking the visitor. The tool is written in Rust to achieve fast performance and memory safety while maintaining a lightweight interface with no JavaScript execution in the browser. A strong Content Security Policy prevents the browser from making direct requests to Reddit.

Redlib suits anyone who wants to browse Reddit without surveillance or ads, particularly users concerned about privacy who prefer lightweight interfaces. The project implements most of Reddit's signed-out functionalities, making it suitable for casual browsing and reading. The README positions Redlib alongside other privacy-focused front-ends like Invidious for YouTube, Nitter for Twitter, and Bibliogram for Instagram, indicating it fills a similar niche in the privacy-frontend ecosystem. The tool can be self-hosted through multiple deployment methods including Docker, binary installation, or compilation from source, or accessed through public instances maintained by the community.

The project maintains an active instance registry with uptime monitoring and accepts community contributions for new instances. Development activity shows ongoing engagement with feature requests and issues tracked on GitHub, with the codebase available across multiple platforms including Quay.io, GitHub, and GitLab. The project acknowledges gaps in Reddit functionality coverage while continuing to expand supported features.