Piast Gate: Open-Source API Proxy for LLM Data Anonymization

What Piast Gate Does
Piast Gate is an open-source API proxy that sits between your application and an LLM. Its core function is to anonymize sensitive data before sending it to the model, then restore the original data in the response. This enables applications to use LLMs with internal or sensitive data without exposing that information to the model. Integration is designed to be simple—just point your application to the proxy.
Current Features
- Automatic data anonymization → LLM request → de-anonymization
- Integration with Google Gemini API
- Polish language support
- Can run locally
- Option to anonymize text without sending it to an LLM
- Option to anonymize Word documents (.docx)
Planned Features
- Support for additional providers (OpenAI, Anthropic, etc.)
- Support for more languages
- Streaming support
- More advanced anonymization strategies
The project aims to make privacy-aware LLM usage easier to implement in real applications. It's currently in MVP stage and the developer is seeking feedback, ideas, or contributions.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Pangolin: Open-Source Identity-Based VPN as a ZTNA Alternative
Pangolin is an open-source VPN focused on identity-based remote access, offering an alternative to Cloudflare ZTNA, Zscaler, and Twingate.

ArayCode: Desktop CLI Client for OpenClaw with Voice, Multi-Agent Hotkeys, and Markdown UI
ArayCode turns OpenClaw into a desktop CLI app with voice I/O, multi-agent hotkeys, themes, and markdown UI built on Spectre.Console. Supports cloud and local STT/TTS providers.

cq: A Local-First Knowledge Sharing System for AI Coding Agents
Mozilla.ai's cq is an open-source tool that lets AI coding agents share 'knowledge units' about common gotchas via a local SQLite store, with optional team sharing through a Docker API. It installs as a Claude Code plugin or OpenCode MCP server.

Pi Coding Agent with Qwen 35B Q2: Using Filesystem as External Memory and Enforcing Context Guards
A Reddit user built a stack around Pi coding agent with Qwen 35B Q2_K_XL quant that enforces guards — rejects edits over 100 lines, caps thinking blocks at 2000 chars, and monitors context at 65%/80% — treating the filesystem as the model's memory, not the context window.