From 7ef1d9567308152882538e2def890705c6120091 Mon Sep 17 00:00:00 2001 From: "Michael A. Kuykendall" Date: Sat, 18 Oct 2025 11:58:05 -0500 Subject: [PATCH] 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