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 1/6] 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 2/6] 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 3/6] 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 4/6] 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 5/6] 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 6/6] 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