add OpenClaw and ClawBox as privacy-first AI alternatives

This commit is contained in:
yalexx 2026-02-12 07:11:31 +02:00
parent 60d9044a0b
commit 70f15d038d
1 changed files with 2 additions and 0 deletions

View File

@ -261,6 +261,7 @@ When using cloud-based AI services, the data you input is often collected and st
- [ollama](https://github.com/jmorganca/ollama) - Get up and running with Llama 2 and other large language models locally. - [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. - [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
@ -627,6 +628,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)