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

✍️ OpenClawRadar📅 Published: April 18, 2026🔗 Source
Piast Gate: Open-Source API Proxy for LLM Data Anonymization
Ad

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

Ad

👀 See Also

altRAG: Replace Vector DB RAG with 2KB Pointer Files for AI Coding Agents
Tools

altRAG: Replace Vector DB RAG with 2KB Pointer Files for AI Coding Agents

altRAG is a Python tool that replaces vector database RAG with lightweight pointer files. It scans Markdown/YAML skill files to create a 2KB skeleton file mapping sections to exact line numbers and byte offsets, allowing AI agents to read only needed sections instead of entire files.

OpenClawRadar
ClawCut: A Python Proxy That Makes Small Local LLMs Usable with OpenClaw
Tools

ClawCut: A Python Proxy That Makes Small Local LLMs Usable with OpenClaw

ClawCut is a Python Flask proxy that solves common problems when connecting 7B/14B local models to OpenClaw, including context poisoning, infinite loops, and failed cron job outputs. It implements dynamic amnesia during tool calls and auto-delivery for scheduled tasks.

OpenClawRadar
Context Gateway: An Open-Source Proxy for Compressing AI Agent Context
Tools

Context Gateway: An Open-Source Proxy for Compressing AI Agent Context

Context Gateway is an open-source proxy that sits between coding agents and LLMs, compressing tool outputs before they enter the context window. It uses small language models to detect signal in context, performs background compaction at 85% window capacity, and includes spending caps, a dashboard, and Slack notifications.

OpenClawRadar
Claude Code's Read Tool Silently Downscales Images, Causing Hallucinations
Tools

Claude Code's Read Tool Silently Downscales Images, Causing Hallucinations

Claude Code's `read` tool silently downscales images before the model sees them, leading to degraded output and unrecognized hallucinations when extracting text from screenshots.

OpenClawRadar