OpenClaw is an open-source personal AI assistant that can be controlled via your messaging apps and runs locally on your machine. With Privatemode as its AI inference service, every AI request and response stays end-to-end encrypted, keeping your assistant's context fully confidential.
Introduction
OpenClaw runs a conversational agent across messaging apps with persistent memory, browser automation, and shell access. Frontier LLMs make the assistant feel competent, but standard cloud providers have access to every prompt in plain text. For an assistant wired into your personal life and workflows, that is a hard limit.
Privatemode exposes an OpenAI-compatible endpoint that OpenClaw connects to as a custom provider. Every AI interaction is encrypted end-to-end. The AI service or cloud provider never sees your assistant's context in plaintext.
Based on confidential computing, Privatemode processes your data inside a hardware-enforced enclave. This is verifiable through remote attestation and open-source code, going beyond standard cloud providers' privacy policies.
Benefits
Pointing OpenClaw at Privatemode brings cloud-AI capabilities to your personal assistant while keeping AI interaction confidential. Encryption is enforced by confidential computing and Privatemode never trains on your data.
With Privatemode you can pick from current open-weight models to power OpenClaw's chat and agentic features.
OpenClaw supports custom OpenAI-compatible providers. Add Privatemode with a base url pointing to your local proxy and the assistant routes every request through encrypted inference. No plugins needed.
How to get started
Using Privatemode as your inference provider keeps all OpenClaw AI interactions confidential by design. You still have to take care of reducing the blast radius of your agent's actions. Privatemode does not manage agent permissions or action scope. You should carefully read OpenClaw's security and sandboxing guidelines.
If you don't have a Privatemode API key yet, you can generate one for free here.
The proxy verifies the integrity of the Privatemode service using confidential computing-based remote attestation. The proxy also encrypts all data before sending and decrypts data it receives.
Install OpenClaw following the instructions from the official website.
This terminal session shows a minimal example configuration to help you get started with OpenClaw. We use Telegram here for its simple setup. Adjust the configuration to fit your needs.
FAQ
No. OpenClaw supports custom providers natively.
Integration
Open WebUI
Run Open WebUI as your team's self-hosted AI chat interface, with cloud-grade LLMs and full privacy.

Integration
Meetily
Transcribe sensitive meetings confidentially using cloud-grade STT models via Privatemode's confidential computing infrastructure.


Want to look for yourself?