From 375811d00f715f98891ce85e270771b39103642f Mon Sep 17 00:00:00 2001 From: Robert Vitonsky Date: Fri, 25 Jul 2025 21:25:02 +0200 Subject: [PATCH 01/16] Add Linguist, a browser addon --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 85faf0c..fae36e2 100644 --- a/README.md +++ b/README.md @@ -1586,6 +1586,9 @@ Please read about what the addon does before installing. If you don't understand #### 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. +#### Translation +- [Linguist](https://github.com/translate-tools/linguist) - a privacy‑focused translation solution in-browser that has an embedded offline translator, and lets users create [custom translators](https://linguister.io/docs/CustomTranslator) to use any translation API, even if it's locally deployed. Full-page translation, selected text translation, dictionary, history, and other features you may expect of a full-featured translation solution in-browser. + ### Browser Sync - [xBrowserSync](https://www.xbrowsersync.org/) - Browser syncing as it should be: secure, anonymous and free! From de088a0e3a668b099dce2e2fe9072fbcd45c792f Mon Sep 17 00:00:00 2001 From: Coko <91132775+Coko7@users.noreply.github.com> Date: Wed, 6 Aug 2025 20:57:21 +0200 Subject: [PATCH 02/16] Add Gokapi, a secure file sharing option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c951016..d57017e 100644 --- a/README.md +++ b/README.md @@ -483,6 +483,7 @@ on the DMCrypt kernel module. - [Croc](https://github.com/schollz/croc) - Easily and securely send things from one computer to another. - [Dat-cp](https://github.com/tom-james-watson/dat-cp) - Copy files between hosts on a network using the peer-to-peer Dat network. - [Destiny](https://leastauthority.com/community-matters/destiny/) - Send files directly to the receiver in real-time. Developed for and with HROs as a free Privacy Enhancing Technology alternative. +- [Gokapi](https://github.com/Forceu/Gokapi) - Lightweight selfhosted Firefox Send alternative without public upload. AWS S3 supported. - [Lufi](https://framagit.org/fiat-tux/hat-softwares/lufi) - Let's Upload that FIle — File sharing software. - [Localsend](https://localsend.org/) - Share files to nearby devices. Free, open source, cross-platform. - [Magic Wormhole](https://github.com/magic-wormhole/magic-wormhole) - Get things from one computer to another, safely. From 058079d85c049806861ca0d35911b791904a725a Mon Sep 17 00:00:00 2001 From: arbitrary hexcode <3465882+0xDE57@users.noreply.github.com> Date: Thu, 7 Aug 2025 01:20:14 +0000 Subject: [PATCH 03/16] update Tubular (NewPipe fork) update: NewPipe x Sponsorblock -> Tubular current link points to archived repo. closes: #489 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c951016..3b1a373 100644 --- a/README.md +++ b/README.md @@ -1283,7 +1283,7 @@ Odysee website contains some trackers and is a heavy site. You can use these alt ✅ **YouTube alternative clients (apps):** - [🤖](#icons) [NewPipe](https://newpipe.net/) - Alternative Android YouTube app. No account needed, privacy respecting, no ads. - - [NewPipe x Sponsorblock](https://github.com/polymorphicshade/NewPipe) - NewPipe fork that incorporates Sponsorblock. + - [Tubular](https://github.com/polymorphicshade/Tubular) - A fork of NewPipe that implements SponsorBlock and ReturnYouTubeDislike. - [🤖](#icons) [SkyTube](https://github.com/SkyTubeTeam/SkyTube) - Alternative Android YouTube app. No account needed, privacy respecting, no ads. - [FreeTube](https://github.com/FreeTubeApp/FreeTube) - FreeTube is an open source desktop YouTube player built with privacy in mind. (Uses Local RSS API or Invidious for backend). - [🤖](#icons) [LibreTube](https://github.com/Libre-tube/LibreTube) - An alternative frontend for YouTube, for Android using Piped. From e9dc5b9db682e8012a24b085b05cd45c010375fa Mon Sep 17 00:00:00 2001 From: Robert Vitonsky Date: Fri, 8 Aug 2025 14:00:13 +0200 Subject: [PATCH 04/16] docs: update Linguist description and move to translation section --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 24b41c6..d1b2d47 100644 --- a/README.md +++ b/README.md @@ -1439,6 +1439,7 @@ Odysee website contains some trackers and is a heavy site. You can use these alt - [Apertium](https://apertium.org/) - A free/open-source machine translation platform, runs offline on your computer - [Softcatala](https://www.softcatala.org/traductor/) - Open Source Translation tool - Only Catalan/Spanish/English/French (uses apertium) - [TranslateLocally](https://translatelocally.com/) – Free/open-source neural MT, runs offline on your computer +- [Linguist](https://linguister.io) - A free and Open Source full-featured translation solution in-browser with embedded offline translator and [custom translators](https://linguister.io/docs/CustomTranslator). Full-page translation, TTS, dictionary, translation for user input and selected text on page. ✅ **Alternative Google Translate frontends** - [Lingva](https://github.com/TheDavidDelta/lingva-translate) - Alternative front-end for Google Translate. [Demo](https://lingva.ml/). @@ -1593,9 +1594,6 @@ Please read about what the addon does before installing. If you don't understand #### 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. -#### Translation -- [Linguist](https://github.com/translate-tools/linguist) - a privacy‑focused translation solution in-browser that has an embedded offline translator, and lets users create [custom translators](https://linguister.io/docs/CustomTranslator) to use any translation API, even if it's locally deployed. Full-page translation, selected text translation, dictionary, history, and other features you may expect of a full-featured translation solution in-browser. - ### Browser Sync - [xBrowserSync](https://www.xbrowsersync.org/) - Browser syncing as it should be: secure, anonymous and free! From bb92877b9cc9f422468d94eb4748dbfcc357d242 Mon Sep 17 00:00:00 2001 From: sevi-py Date: Sun, 17 Aug 2025 21:08:54 +0200 Subject: [PATCH 05/16] add tnyr.me --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a2b8f1..5862964 100644 --- a/README.md +++ b/README.md @@ -687,6 +687,7 @@ No servers involved. Everything goes directly from one peer to the other peer. N - [MagLit](https://maglit.me) - An encrypted and privacy respecting Link Shortener service that also supports Magnet Links. - [Dub](https://github.com/dubinc/dub) - You can self-host Dub.co for greater control over your data and design. - [Yourls](https://yourls.org/) - Self hosted URL shortener in PHP. +- [tnyr.me](https://tnyr.me) - A zero-trust URL shortener with paswordless encryption. [Back to top 🔝](#contents) From 988b1fa4a6f79db8daba942315f6eb17bd0da79a Mon Sep 17 00:00:00 2001 From: sevi-py Date: Sun, 17 Aug 2025 21:11:23 +0200 Subject: [PATCH 06/16] add tnyr.me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5862964..4412aec 100644 --- a/README.md +++ b/README.md @@ -687,7 +687,7 @@ No servers involved. Everything goes directly from one peer to the other peer. N - [MagLit](https://maglit.me) - An encrypted and privacy respecting Link Shortener service that also supports Magnet Links. - [Dub](https://github.com/dubinc/dub) - You can self-host Dub.co for greater control over your data and design. - [Yourls](https://yourls.org/) - Self hosted URL shortener in PHP. -- [tnyr.me](https://tnyr.me) - A zero-trust URL shortener with paswordless encryption. +- [tnyr.me](https://tnyr.me) - A zero-trust URL shortener with paswordless end-to-end encryption. [Back to top 🔝](#contents) From 6149a5031816d7b88b2fe1fc1316b1140be358ba Mon Sep 17 00:00:00 2001 From: AArdian <34317628+arddluma@users.noreply.github.com> Date: Wed, 20 Aug 2025 23:00:59 +0200 Subject: [PATCH 07/16] feat: Add dele.to (Pastebin and secret sharing) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a2b8f1..da175a7 100644 --- a/README.md +++ b/README.md @@ -1027,6 +1027,7 @@ These tools are useful when sharing secrets, code snippets or any other kind of - [PrivateBin](https://github.com/PrivateBin/PrivateBin) - A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES. - [Yopass](https://github.com/jhaals/yopass) - Secure sharing of secrets, passwords and files. - [scrt.link](https://scrt.link) - Share a secret. End-to-end encrypted. Ephemeral. Open-source. +- [dele-to](https://dele.to) - Open Source. Modern app to share sensitive credentials and secrets securely with client-side AES-256 encryption, zero-knowledge architecture, and automatic self-destruction. [Back to top 🔝](#contents) From 23f4d74529dddd7a982bc9aa8b96db394e6c0b7a Mon Sep 17 00:00:00 2001 From: pluja <64632615+pluja@users.noreply.github.com> Date: Tue, 26 Aug 2025 11:43:05 +0300 Subject: [PATCH 08/16] Create mirror.yml --- .github/workflows/mirror.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/mirror.yml diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml new file mode 100644 index 0000000..d71a8c0 --- /dev/null +++ b/.github/workflows/mirror.yml @@ -0,0 +1,20 @@ +name: Mirror to Codeberg + +on: + push: + branches: [ "main" ] + +jobs: + mirror: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - name: Mirror to Codeberg + uses: yesolutions/mirror-action@master + with: + REMOTE: 'https://codeberg.org/pluja/awesome-privacy.git' + GIT_USERNAME: pluja + GIT_PASSWORD: ${{ secrets.GIT_MIRROR_PAT }} From 55b023a71487c2c0cb28b07632a4426bca7adf46 Mon Sep 17 00:00:00 2001 From: pluja <64632615+pluja@users.noreply.github.com> Date: Tue, 26 Aug 2025 11:47:39 +0300 Subject: [PATCH 09/16] Update mirror link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a2b8f1..2c8f4ae 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

Awesome - Mirror + Mirror

List of free, open source and privacy respecting services and alternatives to privative services.

From 4aa40e23bb8e718cc4184fcdbc3427388a44b7de Mon Sep 17 00:00:00 2001 From: pluja <64632615+pluja@users.noreply.github.com> Date: Tue, 26 Aug 2025 12:10:38 +0300 Subject: [PATCH 10/16] Update AI sections --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3b69156..69d2fa9 100644 --- a/README.md +++ b/README.md @@ -262,11 +262,9 @@ When using cloud-based AI services, the data you input is often collected and st #### Copilot -- [Continue](https://github.com/continuedev/continue) - Open-source autopilot for VS Code and JetBrains—the easiest way to code with any LLM -- [Fauxpilot](https://github.com/fauxpilot/fauxpilot) - an open-source,local alternative to GitHub Copilot server - - [vscode-fauxpilot](https://github.com/Venthe/vscode-fauxpilot) - vscode extension for fauxpilot. **reminder**: use [vscodium](https://vscodium.com/) instead! -- [Localpilot](https://github.com/danielgross/localpilot) - Use GitHub Copilot locally on your Macbook with one-click. -- [Turbopilot](https://github.com/ravenscroftj/turbopilot) - [Archived] Turbopilot is an open source large-language-model based code completion engine that runs locally on CPU. +- [Continue](https://github.com/continuedev/continue) - Open-source autopilot for VS Code and JetBrains—the easiest way to code with any LLM +- [Cline](https://cline.bot/) - Open source AI coding for VSCode. See every decision and use your own models. + - [RooCode](https://github.com/RooCodeInc/Roo-Code) - Cline fork with some improvements. #### ElevenLabs Text To Speech @@ -274,8 +272,9 @@ Go to the [Text To Speech](#text-to-speech) section. #### Midjourney -- [Stable Diffusion](https://github.com/Stability-AI/stablediffusion) - High-Resolution Image Synthesis with Latent Diffusion Models. - - [Stable Diffusion Web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) - A browser interface for Stable Diffusion. +- [ComfyUI](https://github.com/comfyanonymous/ComfyUI) - ComfyUI lets you execute advanced image generation pipelines using an advanced interface. Available on Windows, Linux, and macOS. +- [Stable Diffusion Web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) - A browser interface for Stable Diffusion and other models. +- [InvokeAI](https://github.com/invoke-ai/InvokeAI) - Generate and create stunning visual media using the latest AI-driven technologies locally. [Back to top 🔝](#contents) @@ -1423,7 +1422,8 @@ Odysee website contains some trackers and is a heavy site. You can use these alt ⛔ **Avoid** using tools that run on a 3rd party cloud. Generally you are sending your text and voice data to a 3rd party to process them, which could lead to leaking biometric data such as your voice, or sharing private and / or unnecessary text with the 3rd party. ✅ **Instead use** -- [Bark](https://github.com/suno-ai/bark) - Bark can be run 100% locally and can generate highly realistic, multilingual speech as well as other audio - including music, background noise and simple sound effects. +- [Kokoro FastAPI](https://github.com/remsky/Kokoro-FastAPI) - Dockerized FastAPI wrapper for [Kokoro-82M](https://huggingface.co/hexgrad/Kokoro-82M) text-to-speech model w/CPU, ONNX and NVIDIA GPU support, handling, and auto-stitching. +- [MeloTTS](https://github.com/myshell-ai/MeloTTS) - a high-quality multi-lingual text-to-speech library by MIT and MyShell.ai. - [Piper](https://github.com/rhasspy/piper) - A fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4. - [Espeak](https://github.com/espeak-ng/espeak-ng) - eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents. Voices will sound rather robotic. From c0f583c96f3fad483493e78480258e406a1da33c Mon Sep 17 00:00:00 2001 From: Taras <505555+ribtoks@users.noreply.github.com> Date: Mon, 1 Sep 2025 08:01:30 +0000 Subject: [PATCH 11/16] Add Private Captcha to the list of captchas --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 765c99e..e44f6b7 100644 --- a/README.md +++ b/README.md @@ -310,6 +310,7 @@ Google captchas use cookies to track users and rank their IPs. ✅ **Instead use** - [Altcha.org](https://altcha.org) - Free, open-source and self-hosted CAPTCHA alternative using proof-of-work mechanism. - [mCaptcha](http://mcaptcha.org/) ([repo](https://github.com/mCaptcha/mCaptcha)) - An open-source CAPTCHA system with seamless UX. mCaptcha uses SHA256 based proof-of-work (PoW) to rate limit users. +- [Private Captcha](https://github.com/PrivateCaptcha/PrivateCaptcha) - Privacy-first and self-hosted Proof-of-Work CAPTCHA alternative, made in EU. [Back to top 🔝](#contents) From ed05c2bfed07db6bb4c85a9eef6beb8df89f6bde Mon Sep 17 00:00:00 2001 From: Tanya Verma Date: Thu, 4 Sep 2025 00:36:46 -0700 Subject: [PATCH 12/16] Add Tinfoil, verifiably private AI chat + inference API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 765c99e..dacc857 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ When using cloud-based AI services, the data you input is often collected and st - [Jan](https://github.com/janhq/jan) - Jan is an open source alternative to ChatGPT that runs 100% offline on your computer. - [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. +- [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. #### Copilot From be37da18ffbe9ee66509bc6b63f45dd87655c486 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 21 Sep 2025 16:28:05 +0800 Subject: [PATCH 13/16] add ezBookkeeping --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 765c99e..80dad33 100644 --- a/README.md +++ b/README.md @@ -1060,6 +1060,7 @@ These tools are useful when sharing secrets, code snippets or any other kind of - [Firefly III](https://www.firefly-iii.org/) - A free and open source personal finance manager. - [GnuCash](https://gnucash.org/) - GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows. - [Sure](https://github.com/we-promise/sure) - Open Source and secure OS for your personal finances. Community maintained fork of the archived [Maybe](https://github.com/maybe-finance/maybe) project. +- [ezBookkeeping](https://ezbookkeeping.mayswind.net/) - A lightweight, self-hosted personal finance app with a user-friendly interface and powerful bookkeeping features. ### Budget Management - [Budget Zen](https://budgetzen.net) - Simple and Encrypted Budget Management. From b35f2b2d271627a091a9fa7a82002a25bc42b378 Mon Sep 17 00:00:00 2001 From: Emmanuel Asiimwe <90935867+asiimwemmanuel@users.noreply.github.com> Date: Tue, 30 Sep 2025 17:15:33 +0000 Subject: [PATCH 14/16] Update README.md adding 'back to top' to the Encryption section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 765c99e..a44e7d5 100644 --- a/README.md +++ b/README.md @@ -471,6 +471,8 @@ Remember: Without strong encryption, you will be spied on systematically by lots - [Cryptsetup](https://gitlab.com/cryptsetup/cryptsetup) - Full disk encryption for Linux. Cryptsetup is a utility used to conveniently set up disk encryption based on the DMCrypt kernel module. +[Back to top 🔝](#contents) + ## File Management and Sharing ⛔ **Avoid** - **WeTransfer** - [Bad privacy policy](https://tosdr.org/en/service/214). Files are not e2e encrypted. Website has many analytics and trackers. From bcc9c5f1f130df1fae3c8ac4f6a949974d986269 Mon Sep 17 00:00:00 2001 From: lhcjun Date: Wed, 15 Oct 2025 17:07:43 +0800 Subject: [PATCH 15/16] Update Whishper URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 765c99e..45b1e99 100644 --- a/README.md +++ b/README.md @@ -1414,7 +1414,7 @@ Odysee website contains some trackers and is a heavy site. You can use these alt - [OpenAI Whisper](https://github.com/openai/whisper) - Whisper is a general-purpose speech recognition model that can be run locally offline. It can transcribe audio from and to multiple languages. - [whisper.cpp](https://github.com/ggerganov/whisper.cpp) - High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model. - - [Whishper](https://whishper.net) - A whisper frontend with subtitle editing and translation capabilities. + - [Whishper](https://whishper-docs.pages.dev/) - A whisper frontend with subtitle editing and translation capabilities. [Back to top 🔝](#contents) From 7ef1d9567308152882538e2def890705c6120091 Mon Sep 17 00:00:00 2001 From: "Michael A. Kuykendall" Date: Sat, 18 Oct 2025 11:58:05 -0500 Subject: [PATCH 16/16] Add Shimmy - Privacy-focused AI inference server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 765c99e..638ed78 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ When using cloud-based AI services, the data you input is often collected and st - [Jan](https://github.com/janhq/jan) - Jan is an open source alternative to ChatGPT that runs 100% offline on your computer. - [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. +- [Shimmy](https://github.com/Michael-A-Kuykendall/shimmy) - Privacy-focused AI inference server with OpenAI API compatibility, zero cloud dependencies, and local model processing. #### Copilot