Did you just buy a Mac Mini for OpenClaw?
Own your AI.
Reach the world.
Self-Hosted Infrastructure — The Node Proxy client turns your machine into a production server - handling inbound and outbound traffic through our edge, and you never configure ports, DNS, or firewalls.
You bought the hardware. Stop renting the cloud. Own your email, photos, websites, and AI - plus a free copilot powered by a state-of-the-art open-source model, integrated into Node Proxy so it already knows how to use its tools and services.
✓ Stop letting email providers read your emails
✓ Free AI copilot for install, setup, and Node Proxy actions
✓ No cloud storage bills for your photos
✓ Publish WordPress from home with edge protection in front
✓ Ask things like "How do I get started?", "Send email to Sam", "Share this photo", or "Update my website"
See how it works ↓or skip sign-up and install first
This installs the Node Proxy client - a lightweight daemon that connects your machine to our edge.
Works on Linux, macOS, and WSL2. No prerequisites.
Windows (PowerShell): iwr -useb https://nodeproxy.ai/install.ps1 | iex
Agent-First
Copilot, powered by
a state-of-the-art open-source model.
The copilot manages your email, photos, and websites — not just answering questions. It reads your mail and flags phishing. It publishes photos with a shareable link. It edits your WordPress site on command. Try it now — this chat connects to the real hosted copilot.
The copilot is included free on every plan for Node Proxy tasks. You also get a private hosted API endpoint to power OpenClaw and other agent runtimes with the same open-source model.
✓ Included free on every plan for Node Proxy tasks
✓ Private hosted API endpoint for OpenClaw and other agent runtimes
✓ OpenAI-compatible — drop-in replacement with no code changes
With the copilot, you can say things like
"Get my recent unread emails and check for spam."
Photos
"Make this photo public and give me the URL."
Website
"Update my WordPress homepage header to say 'Hello World!'"
Node Proxy Copilot
Talk to the real copilot now.
Talk to the real copilot now. This chat goes to the live hosted model.
Hosted Inference API
Self-hosted open-source model.
Your private API.
A state-of-the-art open-source model, self-hosted and available as a private, OpenAI-compatible inference API. Use it for general intelligence, not just Node Proxy tasks.
The model exposes both a fast mode (non-thinking, low latency) and a non-fast mode (thinking, deeper reasoning). Use fast mode as the primary model in OpenClaw or OpenCode for responsive conversations and tool calls. Use non-fast mode for OpenClaw's heartbeat, where background reasoning quality matters more than speed.
✓ OpenAI-compatible /v1/chat/completions
✓ Use as OpenClaw's primary model through the local Node Proxy OpenAI endpoint
✓ Use the non-fast variant for OpenClaw's HEARTBEAT.md — periodic inbox triage, calendar alerts, and proactive checks
✓ Works with OpenCode, Cursor, and any OpenAI-compatible client
✓ Streaming, tool calling, and structured outputs
✓ Free tier includes 200K input + 50K output tokens/mo
// Example only - merge into your OpenClaw config { "agents": { "defaults": { "model": { "primary": "nodeproxy/<model_id>-fast" }, "models": { "nodeproxy/<model_id>": {}, "nodeproxy/<model_id>-fast": {} }, "heartbeat": { "every": "30m", "model": "nodeproxy/<model_id>", "target": "last", "lightContext": true } } }, "models": { "providers": { "nodeproxy": { "api": "openai-completions", "baseUrl": http://127.0.0.1:18080/v1, "apiKey": "<agent_api_key>", "models": [{ "id": "<primary_model_id>", "name": "Node Proxy Hosted Model" }] } } } }
// Example only - merge into your OpenCode config { "$schema": "https://opencode.ai/config.json", "provider": { "nodeproxy": { "npm": "@ai-sdk/openai-compatible", "options": { "baseURL": http://127.0.0.1:18080/v1 }, "models": { "<coding_model_id>": {} } } }, "model": "nodeproxy/<coding_model_id>", "small_model": "nodeproxy/<coding_model_id>" }
Private Email
Your email. Your machine.
Nobody else reads it.
Email providers store your messages on their servers. They scan your inbox to target ads, train models, and build profiles. You don't own your email - you rent access to it.
With Node Proxy, your device becomes the mail server. The edge encrypts all inbound mail using a zero-access age encryption model before it ever hits storage, and only your physical device holds the private key to read it.
Built for AI agents
Your agent can read, filter, and reply to emails through a local API - or even plain SMTP. No OAuth tokens, no third-party API limits. Your agent talks directly to your mailbox.
AI-powered email security
The copilot automatically analyzes every inbound email for threats:
Authentication & Headers
SPF/DKIM/DMARC failures, ARC chain breaks, malformed MIME structures
Sender Anomalies
Freemail impersonation, From/envelope mismatch, display name spoofing
Content Signals
Suspicious links, executable attachments (.exe, .js, .docm), urgent/manipulative language
Spam Scoring
SpamAssassin-style weighted scoring across all factors with per-message risk summary
Get a free email address when you sign up.
What Node Proxy handles for you
TLS termination
Encrypted connections handled at the edge
SPF, DKIM, DMARC
Verify inbound messages and sign outbound mail
Spam scoring
Built-in spam filtering before mail reaches your machine
Outbound deliverability
Mail is sent through trusted infrastructure so your messages land in inboxes, not spam folders
Encrypted relay
WireGuard tunnel delivers mail securely to your machine
Your photo library
Storage
Your disk - unlimited
Access
Anywhere via secure tunnel
Mobile backup
Immich app for iOS & Android
Sharing
Public album links via your edge URL
Photo Backup
Your photos. Your disk.
No storage fees. Ever.
Cloud photo services charge you monthly to store your own memories. The more photos you take, the more you pay - but you already have the storage.
Node Proxy runs Immich on your machine. Your photos stay on your disk - unlimited, private, and accessible from anywhere through the encrypted tunnel. Back up automatically from your phone with the Immich app.
✓ Unlimited storage - it's your hard drive
✓ No monthly fees for photo backup
✓ Share albums with public links through the edge
Full copilot & API access
The copilot has direct API access to your Immich library:
→ Search photos by location, date, description, or people
→ Create albums and organize assets
→ Generate public share links with optional passwords and expiry
→ Manage users, API keys, and sharing permissions
→ Cache selected images at the edge for fast public delivery
Website Publishing
Your site. Your hardware.
Global reach.
Run WordPress on your Mac Mini, home server, or spare machine. Node Proxy keeps the origin local, then puts edge infrastructure in front so the public internet never hits your home network directly.
This is about getting the internet-facing layer right: HTTPS termination, caching, rate limits, and DDoS protection on infrastructure built for the kind of traffic the world's most visited sites deal with every day.
What publishing through Node Proxy gives you
Keep the origin on your machine
Your site runs on hardware you control while the public internet talks to the edge first.
Hide the home network
Visitors get a fast public URL while your home IP and direct origin stay out of the public path.
Handle real internet traffic
Caching, burst absorption, and filtering happen on infrastructure designed for spikes, crawlers, and noisy public traffic.
Full copilot & API access
The copilot has direct API access to your local WordPress instance:
→ Create, edit, and publish pages with Markdown or HTML
→ Upload themes, plugins, and media to wp-content
→ Set front page, manage navigation, and update site settings
→ Manage edge cache and trigger purges on publish
→ Custom domain setup with automatic HTTPS
Your data. Your machine. Make the most of it.
What else can you save?
More coming soon.
How It Works
The cloud is just the front door
Traffic from the internet hits our edge proxy - TLS, authentication, spam filtering all happen there. Then an encrypted WireGuard tunnel delivers it to your machine. Your home IP stays hidden.
Security
Encrypted at every hop
Every connection uses WireGuard encryption with ACLs enforced at every node. Unauthorized machines never receive peer keys - they can't even complete a handshake.
Public traffic hits the cloud edge first - TLS termination, rate limiting, spam scoring, and authentication all happen before anything reaches your network.
Only devices you approve receive traffic. Access is default-deny - nothing is reachable unless you configure it. Unauthorized machines can't even start a connection.
The edge routes traffic - it never stores your data. Email, photos, and files live on your machine. We handle the delivery.
No port forwarding. No firewall rules. No router configuration. The encrypted tunnel handles everything - your home network stays completely closed.
Pricing
Two plans.
No surprises.
A generous free tier and one paid plan. Pro includes everything — explicitly enable capped usage-based scaling when you need it.
Email, photos, website publishing, and the Node Proxy copilot all start from the same local-first base. Your hardware does the work; we handle the edge.
Free
$0/mo
2 devices
1 managed email address
300 outbound emails/mo
Unlimited photo storage on your hardware
5 GB/mo public photo bandwidth
1 website vanity url available
5 GB/mo website bandwidth
Node Proxy copilot included
200K input + 50K output tokens/mo general inference
3-day offline mail hold · outbound email footer
Pro
$12/mo
10 devices
5 managed email addresses
30,000 outbound emails/mo
Unlimited photo storage on your hardware
150 GB/mo public photo bandwidth
1 website vanity url available
100 GB/mo website bandwidth
Node Proxy copilot included
2M input + 500K output tokens/mo general inference
30-day offline mail hold · no email footer · paid edge profile
Pre-Singularity Member — early adopter perks, locked in for life
Usage-Based Scaling
Pro subscribers can opt in to metered overages, choose a monthly cap, and pause scaling automatically when that cap is reached.
Devices $0.75/device/mo beyond 10
Addresses $0.25/address/mo beyond 5
Outbound email $0.50 per 1,000 beyond monthly limit
Photo bandwidth $0.20/GB beyond 150 GB
Website bandwidth $0.20/GB beyond 100 GB
Inference input: $0.08 / $0.05 / $0.03 per 1M overage tokens
Inference output: $0.40 / $0.25 / $0.15 per 1M overage tokens
Add-ons (Pro only)
Bring your own domain or reserve a vanity email address on the Node Proxy domain.
Vanity email you@mail.nodeproxy.ai
$2/address/mo
Custom domain yourdomain.com
$5/domain/mo — covers email + website
Custom-domain mailbox you@yourdomain.com
$2/address/mo
All plans include unlimited Immich photo storage on your hardware, baseline edge protection, and a free Node Proxy copilot. No credit card required for Free.
Need the full breakdown? See detailed pricing
Own your AI. Reach the world.
With Node Proxy, run email, photos, WordPress, and a free Node Proxy-aware AI copilot on your hardware. The cloud is just the front door.
or skip sign-up and install first
Works on Linux, macOS, and WSL2. No prerequisites.
Windows (PowerShell): iwr -useb https://nodeproxy.ai/install.ps1 | iex
Verify the published install binaries: view checksums.txt