Why it matters: Most AIâpowered apps (calorie trackers, CRMs, study companions, relationship apps eyes đ) send every prompt to OpenAI, exposing all user data. With MapleâŻProxy, that data never leaves a hardwareâisolated enclave.
https://blossom.primal.net/21b4ee5b782d240d3eb06c3db41ffa73ec79734f104ee94113ff2dc6d7e771c3.mp4
How it works:
đ Inference runs inside a Trusted Execution Environment (TEE).
đ Endâtoâend encryption keeps prompts and responses private.
â
Cryptographic attestation proves youâre talking to genuine secure hardware.
đ« Zero data retention â no logs, no training data.
Readyâtoâuse models (payâasâyouâgo, perâŻmillion tokens):
- llama3â3â70b â general reasoning
- gptâossâ120b â creative chat
- deepseekâr1â0528 â advanced math & coding
- mistralâsmallâ3â1â24b â conversational agents
- qwen2â5â72b â multilingual work & coding
- qwen3âcoderâ480b â specialized coding assistant
- gemmaâ3â27bâitâfp8âdynamic â fast image analysis
Realâworld use cases:
đïž A calorieâcounting app replaces public OpenAI calls with MapleâŻProxy, delivering personalized meal plans while keeping dietary data private.
đ A startupâs internal knowledgeâbase search runs through the proxy, so confidential architecture details never leave the enclave.
đ©âđ» A codingâassistant plugâin for any IDE points to http://localhost:8080/v1 and suggests code, refactors, and explains errors without exposing proprietary code
Getting started is simple:
Desktop app (fastest for local dev)
- Download from trymaple.ai/downloads
- Sign up for a Pro/Team/Max plan (starts at $20/mo)
- Purchase $10+ of credits
- Click âStart Proxyâ â API key & localhost endpoint are ready.
Docker image (productionâready)
- `docker pull ghcr.io/opensecretcloud/maple-proxy:latest`
- Run with your MAPLE_API_KEY and MAPLE_BACKEND_URL
- You now have a secure OpenAIâcompatible endpoint at http://localhost:8080/v1
Compatibility: Any library that lets you set a base URL worksâLangChain, LlamaIndex, Amp, Open Interpreter, Goose, Jan, and virtually every OpenAIâcompatible SDK.
Need more detail? Check the technical writeâup, full API reference on GitHub, or join the Discord community for realâtime help.
https://blog.trymaple.ai/maple-proxy-documentation/
Start building with private AI today: download the app or pull the Docker image, upgrade to a plan, add a few dollars of credits, point your client to http://localhost:8080/v1, and secure all your apps.