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

Browser39: A Headless Web Browser for AI Agents
Browser39 is a headless web browser designed specifically for AI agents that converts web pages to token-optimized Markdown locally, runs JavaScript, manages cookies and sessions, queries the DOM, and fills forms. It's a single binary with no external browser needed, no fees, and no external service.

OpenClaw skill adds AI image generation with local ComfyUI support and curated prompts
A new OpenClaw skill provides AI image generation capabilities directly in the terminal, featuring 1,300+ curated prompts, local ComfyUI integration, and prompt enhancement workflows.

MuninnDB adds Dream Engine for LLM memory consolidation with vault isolation
MuninnDB, a Go-based cognitive memory database, now includes a Dream Engine that performs LLM-driven memory consolidation between sessions using deduplication thresholds and semantic review. The system features vault trust tiers for data isolation and runs locally with Ollama.

Telegram Bot for Claude Code CLI Control from Mobile
A developer built a Telegram bot that bridges to the Claude Code CLI, allowing control via mobile commands like /commit, /code_review, and /simplify. The bot auto-discovers custom skills, processes photos/documents/voice notes, and supports group chat sessions.