The developer wrote a good post on Reddit, which I will mainly quote here:

10 second pitch: Libreddit is a portmanteau of “libre” (meaning freedom) and “Reddit”. It is a private front-end like Invidious but for Reddit. Browse the coldest takes of r/unpopularopinion without being tracked.

🚀 Fast: written in Rust for blazing fast speeds and memory safety
☁️ Light: no JavaScript, no ads, no tracking, no bloat
🕵 Private: all requests are proxied through the server, including media
🔒 Secure: strong Content Security Policy prevents browser requests to Reddit

How does Libreddit enhance my privacy?

Reddit tracks a lot of data but Libreddit logs nothing and uses no JavaScript by default so client-side monitoring isn’t possible. There are 35 community-hosted instances that can be used to access Libreddit; one can spread their traffic across multiple for even more privacy. 7 of our instances are .onion hidden services so you can browse Libreddit using Tor.

Can I use it to login to Reddit?

Libreddit doesn’t currently support logins but using cookies, users can subscribe to subreddits, follow users, and import their subscriptions from Reddit.

Does Libreddit have any features not offered by Reddit?

On top of the minimalist design, Libreddit is very customizable with:

  • 10 themes to choose from
  • A toggle to enable Wide UI (for those of you who like to maximize your screen space)
  • Filters so you can hide certain subreddits or users from your feeds

Instances: up-to-date table of instances -> https://github.com/libreddit/libreddit-instances/blob/master/instances.md

Not every instance is equally fast for you, similar to Lemmy. Try out a few.

GitHub: https://github.com/spikecodes/libreddit

For PC, I recommend the add-on LibRedirect, which automatically converts a Reddit link to a Libreddit link. This way, Reddit doesn’t get any traffic from you, even if you want to access the page via a Google search.

    • prole@sh.itjust.works
      link
      fedilink
      arrow-up
      37
      arrow-down
      3
      ·
      2 years ago

      Yeah, I’m glad to be rid of reddit. Well, except for porn. It’s still the best for porn. For now.

    • FrankLaskey@lemmy.world
      link
      fedilink
      arrow-up
      9
      ·
      2 years ago

      This, along with LibRedirect, is still great for when you are searching for something and a Reddit post comes up. Like the direction Reddit is taking or not (and I don’t which is largely why I’m here), there are still some genuinely informative and useful posts on the platform and if you’re not willing to completely foreclose on viewing those ever again this is a great way to do so.

  • BeezKnuts@lemmy.world
    link
    fedilink
    arrow-up
    43
    ·
    2 years ago

    Reddit ruined it. Reddit just isn’t reddit without RIF. I don’t even wanna see what’s going on there anymore. From what I’ve heard it’s going downhill anyways.

    • snazzy0933@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      2 years ago

      Apollo was my app of choice, but I agree. Nevertheless, Reddit still has years and years of valuable product reviews and discussions that have not - and probably will not for years, if ever - be rivaled in the fediverse.

      Libreddit and Teddit are good for “{topic} site:Reddit.com” searches when you don’t want to give Reddit the traffic and ad revenue.

  • Tiritibambix@lemmy.ml
    link
    fedilink
    arrow-up
    16
    arrow-down
    1
    ·
    edit-2
    2 years ago

    Libreddit is great !

    There is also Teddit that you can easily selfhost too and import your followed subs to. Example using docker

    spoiler
    version: "3.8"
    
    services:
    
      teddit:
        container_name: teddit
        image: teddit/teddit:latest
        environment:
    # uncomment if behind reverse proxy
        #  - DOMAIN=yourdomain.tld
        #  - USE_HELMET=true
        #  - USE_HELMET_HSTS=true
        #  - TRUST_PROXY=true
          - REDIS_HOST=teddit-redis
        ports:
          - "8080:8080"
        networks:
          - teddit_net
        healthcheck:
          test: ["CMD", "wget" ,"--no-verbose", "--tries=1", "--spider", "http://localhost:8080/about"]
          interval: 1m
          timeout: 3s
        depends_on:
          - teddit-redis
    #    volumes:
    #      - /srv/path/Teddit/config.js:/teddit/config.js        #for your subreddits
    
      teddit-redis:
        container_name: teddit-redis
        image: redis:6.2.5-alpine
        command: redis-server
        environment:
          - REDIS_REPLICATION_MODE=master
        networks:
          - teddit_net
    
    networks:
      teddit_net:
    

    Some public instances :

    teddit.ggc-project.de

    teddit.zaggy.nl

    teddit.tinfoil-hat.net

    teddit.domain.glass

  • Got_Bent@lemmy.world
    link
    fedilink
    arrow-up
    13
    ·
    2 years ago

    I appreciate the concept, but I don’t even want to give Reddit page views anymore.

    I’ve moved on from various platforms before, but I’ve never done so feeling so thoroughly pissed off at the platform itself. (I never had a Twitter account, or that would likely be neighbors with Reddit in this category)

    • peterpan520@feddit.deOP
      link
      fedilink
      arrow-up
      9
      ·
      edit-2
      2 years ago

      Fair enough. With libreddit, you don’t give Reddit any traffic or views, because the libreddit instance already scraped all information.

  • Zink@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    2 years ago

    I respect the project a great deal, but I just don’t see myself putting any effort into making Reddit accessible for myself.

    Even if there were zero reasons to avoid Reddit on principle, Lemmy is just a better “product” for what I want out of it.

    If I’m googling something at work and need to view a page there, fine. I’ll just use a cached page or visit directly with ad blocking as if it were any other webpage. That might benefit the company in some small way, but that doesn’t make it worth prepping my devices to better make use of Reddit.

  • CaldeiraG@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    2 years ago

    Libreddit is great, been using it way before the Reddit drama (libreddit.caldeirag.xyz), there is also Teddit which is similar, they both support the cookie subscription thing.

  • solrize@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    2 years ago

    I’m trying to boot reddit for good, but wonder, how does this work without the reddit API? Is it a web scraper? I think it is still possible to do that, but dk for how long.

  • realhumanbean@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    2 years ago

    when i click either of those github links it just reloads this page. when i went to libredd.it (is that even right? there’s no link here) it threw an error. my internet is fine.