Finally, chat with your documents without sending them to Big Tech. Everything stays in your browser until you hit "send."
A transparent, secure approach to document AI that puts you in control
Add your PDFs, docs, or text files. Everything stays in your browser - no upload to our servers.
Your documents are chunked and embedded locally using WebAssembly - zero data leaves your device.
See exactly which chunks will be sent with your query. You control what data gets shared.
Only approved chunks are sent to the AI provider. Your full documents never leave your browser.
Built for privacy-conscious professionals who need AI without compromise
Your documents never leave your browser. Everything runs locally using WebAssembly.
See and approve every piece of data before it's shared with AI providers.
Works with any AI provider - OpenAI, Anthropic, local models, and more.
Built with cutting-edge web technologies for a smooth, native-like experience.
Own your AI workflow forever. Self-host for free or pay only for the AI models you use.
Meets compliance requirements with audit trails and air-gapped deployment options.
When your data can't afford to be compromised
Analyze patient documents and research papers while maintaining HIPAA compliance. Your sensitive data never leaves your device.
Review contracts and case documents with AI assistance while maintaining attorney-client privilege and confidentiality.
Process financial reports and market research without exposing sensitive client information to external AI services.
Your documents are processed entirely in your browser. We can't see your data even if we wanted to - it never reaches our servers.
Get RAG-Guard running in minutes with Docker or set up a development environment
git clone
https://github.com/mrorigo/rag-guard.git
cd rag-guard
docker-compose up -d
open http://localhost:3000
git clone
https://github.com/mrorigo/rag-guard.git
cd rag-guard/backend && npm install && npm run
dev
cd ../frontend && npm install && npm run
dev