mirror of
https://github.com/pluja/awesome-privacy.git
synced 2026-05-25 17:11:23 +02:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dea19c4f23 | |||
| 87c342a9a2 | |||
| dcfb29f45c | |||
| 619d89cb9a | |||
| 9461239fd0 | |||
| c53b54b80f | |||
| 1fef956410 | |||
| 6e9fa2497b |
@@ -36,6 +36,7 @@
|
||||
- [Bookmarking](#bookmarking)
|
||||
- [Book and web annotations](#book-and-web-annotationshighlights-management)
|
||||
- [Captchas](#captchas)
|
||||
- [Calendar](#calendar)
|
||||
- [Commenting Engines (disqus)](#commenting-engines)
|
||||
- [Cloaking](#cloaking)
|
||||
- [Cloud Storage](#cloud-storage)
|
||||
@@ -177,7 +178,7 @@
|
||||
|
||||
### Android Debloat Tools
|
||||
⛔ **Avoid**
|
||||
- ADB AppControl - A simple adb wrapper with a [terrible privacy policy](https://adbappcontrol.com/en/terms/) to collect things like device information and what applications you install/unsinstall.
|
||||
- ADB AppControl - A simple adb wrapper with a [terrible privacy policy](https://adbappcontrol.com/en/terms/) to collect things like device information and what applications you install/uninstall.
|
||||
|
||||
✅ **Instead use**
|
||||
- [Universal Android Debloater Next Generation](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/) - Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.
|
||||
@@ -259,6 +260,7 @@ When using cloud-based AI services, the data you input is often collected and st
|
||||
- [llama.cpp](https://github.com/ggerganov/llama.cpp) - Inference of Facebook's LLaMA model in pure C/C++ so it can run locally on a CPU.
|
||||
- [LocalAI](https://github.com/go-skynet/LocalAI) - Self-hosted, community-driven simple local OpenAI-compatible API written in go. Can be used as a drop-in replacement for OpenAI, running on CPU with consumer-grade hardware.
|
||||
- [ollama](https://github.com/jmorganca/ollama) - Get up and running with Llama 2 and other large language models locally.
|
||||
- [PasteGuard](https://github.com/sgasser/pasteguard) - Privacy proxy for LLM APIs that masks PII and secrets before they reach cloud providers. Self-hosted, OpenAI-compatible, and restores original data in responses.
|
||||
- [Shimmy](https://github.com/Michael-A-Kuykendall/shimmy) - Privacy-focused AI inference server with OpenAI API compatibility, zero cloud dependencies, and local model processing.
|
||||
- [Tinfoil](https://tinfoil.sh/) - Verifiably private AI Chat and OpenAI-compatible inference in the cloud. Uses NVIDIA confidential computing and open source code pinned to a transparency log for end-to-end verifiability.
|
||||
|
||||
@@ -317,6 +319,22 @@ Google captchas use cookies to track users and rank their IPs.
|
||||
|
||||
[Back to top 🔝](#contents)
|
||||
|
||||
## Calendar
|
||||
|
||||
⛔ **Avoid**
|
||||
|
||||
- **Google Calendar** - Tracks your events, integrates with Google's advertising ecosystem, and your data is stored on Google's servers without end-to-end encryption.
|
||||
|
||||
✅ **Instead use**
|
||||
|
||||
- [🤖](#icons) [Etar](https://github.com/Etar-Group/Etar-Calendar) - Open-source calendar app for Android that works with any CalDAV server.
|
||||
- [🤖](#icons) [Fossify Calendar](https://github.com/FossifyOrg/Calendar) - Simple offline calendar app for Android with widget support.
|
||||
- [🤖](#icons) [KashCal](https://github.com/KashCal/KashCal) - Offline-first Android calendar with iCloud/CalDAV sync, full-text search, recurring events, and home screen widget. Apache 2.0 licensed.
|
||||
- [Nextcloud Calendar](https://apps.nextcloud.com/apps/calendar) - Calendar app for Nextcloud with CalDAV support. Self-hostable.
|
||||
- [Proton Calendar](https://proton.me/calendar) - End-to-end encrypted calendar from Proton. Part of the Proton privacy ecosystem.
|
||||
|
||||
[Back to top 🔝](#contents)
|
||||
|
||||
## Commenting Engines
|
||||
|
||||
⛔ **Avoid**
|
||||
@@ -799,7 +817,7 @@ With email aliases, you can finally create a different identity for each website
|
||||
- [Subsonic](https://www.subsonic.org/pages/index.jsp) - Your complete, personal music streamer.
|
||||
- [Ampache](https://ampache.org/) - A web based audio/video streaming application and file manager.
|
||||
- [Koel](https://koel.dev/) - a personal music streaming server that works.
|
||||
- [Nuclear](https://nuclear.js.org/) - Modern music player focused on streaming from free sources.
|
||||
- [Nuclear](https://nuclearplayer.com/) - Modern music player focused on streaming from free sources.
|
||||
- [Navidrome](https://navidrome.org/) - Lightweight, fast and self-contained personal music streamer.
|
||||
- [🤖](#icons) [mucke](https://github.com/moritz-weber/mucke) - A music player for local files with unique custom playback options.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user