Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/libredirect/frontends_manager
- Owner: libredirect
- Created: 2023-04-29T05:51:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-19T20:11:30.000Z (4 months ago)
- Last Synced: 2024-10-29T14:22:17.244Z (22 days ago)
- Language: Rust
- Homepage: https://libredirect.github.io/download.html
- Size: 152 MB
- Stars: 70
- Watchers: 6
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```