Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/libredirect/frontends_manager

Host privacy frontends locally on your computer rather than relying on 3rd party instances
https://github.com/libredirect/frontends_manager

Last synced: 14 days ago
JSON representation

Host privacy frontends locally on your computer rather than relying on 3rd party instances

Awesome Lists containing this project

README

        

# LibRedirect Frontends Manager

Host frontends locally on your computer rather than relying on 3rd party instances. A much better trust-less model.\
For anonymizing your IP, use [Lokinet](https://lokinet.org/)

Available Frontends:
- [Redlib](https://github.com/redlib-org/redlib/)
- [Rimgo](https://codeberg.org/video-prize-ranch/rimgo)
- [SimplyTranslate](https://codeberg.org/SimpleWeb/SimplyTranslate)
- [AnonymousOverflow](https://github.com/httpjamesm/AnonymousOverflow)
- [Dumb](https://github.com/rramiachraf/dumb)
- [GotHub](https://codeberg.org/gothub/gothub)
- [Neuters](https://github.com/HookedBehemoth/neuters)
- [LibMedium](https://github.com/realaravinth/libmedium)

For Managing the frontends:
- GUI: [Tauri](https://tauri.app/)

## Development
Install [Node.js](https://nodejs.org), [Rust](https://www.rust-lang.org/)
```bash
git clone https://github.com/libredirect/frontends_manager
cd frontends_manager
npm install
npm run tauri dev
```