Back to browse
GitHub Repository

A lightweight, highly secure AI API Gateway/Proxy written in Go. Acts as transparent middleware between local AI coding clients (OpenCode/Pi/Cursor) and upstream LLM providers (Gemini, DeepSeek, Zhipu z.ai).

17 starsGo

Nenya – A lightweight, highly secure AI API Gateway/Proxy written in Go

by garou·Jun 12, 2026·2 points·0 comments

AI Analysis

●●SolidBig BrainSlick

Secret redaction and mlock security for AI gateways when LiteLLM already exists.

Strengths
  • Security hardening with mlock, seccomp, and non-root execution goes beyond typical proxy tools.
  • Pluggable interceptor chain for regex redaction, entropy detection, and TFIDF relevance scoring.
  • Supports 23 LLM providers with built-in adapters and transparent SSE streaming.
Weaknesses
  • Another AI gateway in an increasingly crowded space with LiteLLM, Portkey, and others.
  • Zero dependencies is nice but means reinventing wheels that mature libraries already handle.
Category
Target Audience

Developers using AI coding clients like Cursor or OpenCode

Similar To

LiteLLM · Portkey · Helicone

Similar Projects