Compare commits

...

3 Commits

Author SHA1 Message Date
Alexander Shved
7443d606e5
Merge 3b28ac0b6a into 861113221d 2024-01-31 20:12:36 -08:00
pluja
861113221d
Add LMStudio to Chatgpt alternatives 2024-01-31 21:12:19 +01:00
Alexander Shved
3b28ac0b6a
Added additional privacy options
Kagi search, Disroot email provider, duckduckgo email masking, noscript browser extension
2024-01-02 15:49:35 +00:00

View File

@ -233,8 +233,9 @@ When using cloud-based AI services, the data you input is often collected and st
#### ChatGPT #### ChatGPT
- [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. - [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.
- [ollama](https://github.com/jmorganca/ollama) - Get up and running with Llama 2 and other large language models locally. - [LMStudio](https://lmstudio.ai/) - Run LLMs on your laptop, entirely offline with a beautiful UI.
- [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. - [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.
#### Copilot #### Copilot
@ -647,6 +648,7 @@ No servers involved. Everything goes directly from one peer to the other peer. N
- [Riseup](https://riseup.net/en/about-us) - Online communication tools for people and groups working on liberatory social change. - [Riseup](https://riseup.net/en/about-us) - Online communication tools for people and groups working on liberatory social change.
- [Mailfence](https://mailfence.com) - Secure and private email. - [Mailfence](https://mailfence.com) - Secure and private email.
- [Skiff](https://skiff.com) - Privacy-first, end-to-end encrypted, open-source email. - [Skiff](https://skiff.com) - Privacy-first, end-to-end encrypted, open-source email.
- [Disroot](https://disroot.org/en/services/email) - Privacy-first zero-retention email provider.
### Self-Hosted ### Self-Hosted
- [Docker mail server](https://github.com/docker-mailserver/docker-mailserver) - A fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) using Docker. - [Docker mail server](https://github.com/docker-mailserver/docker-mailserver) - A fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) using Docker.
@ -669,6 +671,7 @@ With email aliases, you can finally create a different identity for each website
- [SimpleLogin](https://github.com/simple-login/app) - [SimpleLogin](https://github.com/simple-login/app)
- [AnonAddy](https://github.com/anonaddy/anonaddy) - [AnonAddy](https://github.com/anonaddy/anonaddy)
- [DuckDuckGo](https://duckduckgo.com/email)
## Maps and Navigation ## Maps and Navigation
<img width="16" src="misc/forbidden.png"> </img> **Avoid** <img width="16" src="misc/forbidden.png"> </img> **Avoid**
@ -1047,6 +1050,7 @@ This section is dedicated to some tools that may help users analyze the privacy
- [SearxNG](https://github.com/searxng/searxng) - Free internet metasearch engine which aggregates results from various search services and databases. - [SearxNG](https://github.com/searxng/searxng) - Free internet metasearch engine which aggregates results from various search services and databases.
- [DuckDuckGo](https://duckduckgo.com) - A privacy respecting search engine. - [DuckDuckGo](https://duckduckgo.com) - A privacy respecting search engine.
- [Brave Search](https://search.brave.com) - A privacy respecting search engine with [its own independent index](https://brave.com/search-independence/). - [Brave Search](https://search.brave.com) - A privacy respecting search engine with [its own independent index](https://brave.com/search-independence/).
- [Kagi](https://kagi.com/) - Paid search engine. Privacy respecting zero-telemetry, with its own search index supplemented by anonymized API calls to other search engines as well as specific sources like wikipedia and yelp, etc.
## Social Networks and Platforms ## Social Networks and Platforms
@ -1389,6 +1393,7 @@ Please read about what the addon does before installing. If you don't understand
- [Read the extension docs](https://github.com/gorhill/uBlock/wiki/Blocking-mode) and pick one of the recommended modes to increase your privacy. - [Read the extension docs](https://github.com/gorhill/uBlock/wiki/Blocking-mode) and pick one of the recommended modes to increase your privacy.
- Go to settings > filters list > annoyances, turn on easylist-cookies. This will avoid you the annoying Cookie popups. - Go to settings > filters list > annoyances, turn on easylist-cookies. This will avoid you the annoying Cookie popups.
- [LibRedirect](https://github.com/libredirect/libredirect) - A simple web extension that redirects Twitter, YouTube, Google Maps and many more requests to privacy friendly alternatives. Former Privacy Redirect is no longer maintained, LibRedirect is a maintained fork. - [LibRedirect](https://github.com/libredirect/libredirect) - A simple web extension that redirects Twitter, YouTube, Google Maps and many more requests to privacy friendly alternatives. Former Privacy Redirect is no longer maintained, LibRedirect is a maintained fork.
- [NoScript](https://noscript.net/) - Web extension that gives you control of which scripts to enable or disable when loading a page. Disable scripts from certain domain by default, limit script access etc.
#### Useful Tools #### Useful Tools
- [Single File](https://github.com/gildas-lormeau/SingleFile) - Save a faithful copy of an entire web page in a single HTML file so you can use it offline. - [Single File](https://github.com/gildas-lormeau/SingleFile) - Save a faithful copy of an entire web page in a single HTML file so you can use it offline.