Compare commits

...

31 Commits

Author SHA1 Message Date
pluja
97fae58d4e Merge pull request #559 from ribtoks/patch-1
Add Private Captcha to the list of captchas
2025-10-20 22:09:31 +03:00
pluja
7281a70246 Merge pull request #562 from tanyav2/tanya/tinfoil
Add Tinfoil, verifiably private AI chat + inference API
2025-10-20 22:06:47 +03:00
pluja
602c86a9a0 Merge branch 'main' into tanya/tinfoil 2025-10-20 22:06:22 +03:00
pluja
2ecf6d53ee Merge pull request #566 from mayswind/main
add ezBookkeeping
2025-10-20 22:04:19 +03:00
pluja
6007b2427d Merge pull request #567 from asiimwemmanuel/patch-1
minor readme update
2025-10-20 22:03:10 +03:00
pluja
a37277ec31 Merge pull request #569 from lhcjun/update-whishper-url
Update Whishper URL
2025-10-20 22:02:55 +03:00
pluja
70137e4685 Merge pull request #571 from Michael-A-Kuykendall/main
Add Shimmy - Privacy-focused AI inference server
2025-10-20 22:02:37 +03:00
Michael A. Kuykendall
7ef1d95673 Add Shimmy - Privacy-focused AI inference server 2025-10-18 11:58:05 -05:00
lhcjun
bcc9c5f1f1 Update Whishper URL 2025-10-15 17:07:43 +08:00
Emmanuel Asiimwe
b35f2b2d27 Update README.md
adding 'back to top' to the Encryption section
2025-09-30 17:15:33 +00:00
MaysWind
be37da18ff add ezBookkeeping 2025-09-21 16:28:05 +08:00
Tanya Verma
ed05c2bfed Add Tinfoil, verifiably private AI chat + inference API 2025-09-04 00:36:46 -07:00
Taras
c0f583c96f Add Private Captcha to the list of captchas 2025-09-01 08:01:30 +00:00
pluja
495ae38a54 Merge pull request #529 from vitonsky/patch-2
Add Linguist, a privacy-focused translation
2025-08-26 20:11:00 +03:00
pluja
3466a9aff7 Merge pull request #539 from Coko7/main
Add Gokapi, a secure file sharing option
2025-08-26 20:10:16 +03:00
pluja
e0a9ed1892 Merge pull request #540 from 0xDE57/patch-6
update Tubular (NewPipe fork)
2025-08-26 20:09:53 +03:00
pluja
4aa40e23bb Update AI sections 2025-08-26 12:10:38 +03:00
pluja
734793d06e Merge pull request #547 from Sevi-py/tnyr-url-shortener
add tnyr.me link shortener
2025-08-26 11:53:25 +03:00
pluja
2312f190cb Merge pull request #553 from arddluma/patch-1
feat: Add dele.to (Pastebin and secret sharing)
2025-08-26 11:50:40 +03:00
pluja
55b023a714 Update mirror link 2025-08-26 11:47:39 +03:00
pluja
23f4d74529 Create mirror.yml 2025-08-26 11:43:05 +03:00
AArdian
6149a50318 feat: Add dele.to (Pastebin and secret sharing) 2025-08-20 23:00:59 +02:00
sevi-py
988b1fa4a6 add tnyr.me 2025-08-17 21:11:23 +02:00
sevi-py
bb92877b9c add tnyr.me 2025-08-17 21:08:54 +02:00
pluja
0c29b8673e Merge pull request #544 from chasestech/sure
Change Maybe personal finance to Sure
2025-08-13 14:51:29 +03:00
Chase Martin
f1188f5937 Change Maybe personal finance to Sure 2025-08-10 13:41:16 -04:00
Robert Vitonsky
e9dc5b9db6 docs: update Linguist description and move to translation section 2025-08-08 14:00:13 +02:00
Robert Vitonsky
a429bf298c Merge branch 'pluja:main' into patch-2 2025-08-08 13:47:23 +02:00
arbitrary hexcode
058079d85c update Tubular (NewPipe fork)
update: NewPipe x Sponsorblock -> Tubular

current link points to archived repo.

closes: #489
2025-08-07 01:20:14 +00:00
Coko
de088a0e3a Add Gokapi, a secure file sharing option 2025-08-06 20:57:21 +02:00
Robert Vitonsky
375811d00f Add Linguist, a browser addon 2025-07-25 21:25:02 +02:00
2 changed files with 43 additions and 13 deletions

20
.github/workflows/mirror.yml vendored Normal file
View File

@@ -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 }}

View File

@@ -2,7 +2,7 @@
<p align="center"><img width="500" src="misc/logo.png"> </img></p>
<p align="center">
<img src="https://awesome.re/badge.svg" alt="Awesome">
<a href="https://git.nixnet.services/pluja/awesome-privacy"><img alt="Mirror" src="https://img.shields.io/badge/Mirror-gitea-green"></img></a>
<a href="https://codeberg.org/pluja/awesome-privacy"><img alt="Mirror" src="https://img.shields.io/badge/Mirror-Codeberg-blue"></img></a>
</p>
<p align="center">List of free, open source and privacy respecting services and alternatives to privative services.</p>
<p align="center">
@@ -255,18 +255,18 @@ When using cloud-based AI services, the data you input is often collected and st
#### 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.
- [Jan](https://github.com/janhq/jan) - Jan is an open source alternative to ChatGPT that runs 100% offline on your computer.
- [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.
- [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.
#### Copilot
- [Continue](https://github.com/continuedev/continue) - Open-source autopilot for VS Code and JetBrainsthe 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.
- [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 +274,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)
@@ -311,6 +312,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)
@@ -472,6 +474,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.
@@ -483,6 +487,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.
@@ -687,6 +692,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 end-to-end encryption.
[Back to top 🔝](#contents)
@@ -1027,6 +1033,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)
@@ -1057,7 +1064,8 @@ These tools are useful when sharing secrets, code snippets or any other kind of
- [Actual](https://actualbudget.org) - Super fast and privacy-focused app for managing your finances.
- [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.
- [Maybe](https://maybefinance.com/) - Open Source and secure OS for your personal finances.
- [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.
@@ -1283,7 +1291,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.
@@ -1412,7 +1420,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)
@@ -1421,7 +1429,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.
@@ -1439,6 +1448,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/).