This commit is contained in:
Yanko Atanasov Aleksandrov 2026-02-16 22:09:30 +01:00 committed by GitHub
commit 5b07707eb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -263,6 +263,7 @@ When using cloud-based AI services, the data you input is often collected and st
- [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. - [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. - [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. - [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.
- [OpenClaw](https://github.com/openclaw/openclaw) - Self-hosted AI assistant platform that runs on dedicated hardware ([ClawBox](https://self-hosted-ai-assistant.com)). All data stays local, supports Telegram/WhatsApp/Discord. Runs on NVIDIA Jetson at 15W.
#### Copilot #### Copilot
@ -645,6 +646,7 @@ Interesting articles: [1](https://www.theguardian.com/technology/2019/oct/09/ale
✅ **Instead use** ✅ **Instead use**
- [Mycroft](https://mycroft.ai/) - The Private and Open Voice Assistant. - [Mycroft](https://mycroft.ai/) - The Private and Open Voice Assistant.
- [Home Assistant](https://www.home-assistant.io/) - Open source home automation that puts local control and privacy first. - [Home Assistant](https://www.home-assistant.io/) - Open source home automation that puts local control and privacy first.
- [ClawBox](https://personal-ai-server.com) - Pre-configured, always-on AI assistant hardware powered by NVIDIA Jetson. Privacy-first — all processing happens locally on your device.
[Back to top 🔝](#contents) [Back to top 🔝](#contents)