Free. No account needed.

Your computer. Your phone. Connected.

AutoYou connects your iPhone or Android directly to your own computer. Chat with AI, browse the web through your machine, make voice calls, and transfer files — all through a private, encrypted peer-to-peer link. No account required. No cloud. Completely free.

Free All features
P2P Direct connection
0 Accounts needed
AI Chat Web Browser Voice Calls File Transfer Notes Encrypted
AutoYou connected home screen showing active connection to your computer
AutoYou browser tab showing a web page loaded through your computer
AutoYou chat screen with AI conversation routed through your computer

No account. No sign-up. No data collection. AutoYou pairs your phone to your computer using a messaging app you already have — Telegram, WhatsApp, or Signal. Everything runs on your own hardware. The app never asks you to create an account, and no personal data is sent to AutoYou's servers.

Get connected in minutes

Pair once. Auto-reconnect forever.

AutoYou uses your existing messaging app to pair your phone to your computer. After the first pairing, reconnections happen automatically — no codes, no accounts, no friction.

01

Start the AutoYou server

Run the AutoYou server on your Mac, Windows, or Linux computer. It starts listening for pairing requests. Or let the OpenClaw plugin auto-start it.

pip install autoyou-lib
python -m autoyou_lib
02

Pair with Telegram, WhatsApp, or Signal

Send /pair to your bot on any of these messaging apps. You'll get a one-time code. Enter it in the AutoYou app on your phone. Your computer briefly creates a secure HTTPS tunnel for the handshake.

AutoYou app OTP pairing screen
03

Direct encrypted connection

After the code is verified, a direct WebRTC peer-to-peer link opens between your phone and computer. The tunnel closes — your computer is no longer exposed to the internet.

AutoYou establishing WebRTC connection
04

Chat, browse, call, transfer files

Your phone now has direct access to your computer. Chat with AI, browse the web through your machine, make voice calls, send files, access notes — all through the encrypted P2P connection.

AutoYou voice call screen
Full setup guide →

Pair with apps you already use

Telegram. WhatsApp. Signal. Pick one.

AutoYou doesn't make you install yet another messaging app. You pair your phone to your computer by sending /pair to a bot on a messaging platform you already have. After the first pairing, your phone auto-reconnects without needing the messaging app again.

Telegram

Pair via Telegram Bot

Create a Telegram bot, point it at your AutoYou server, and send /pair. The bot replies with a one-time code that your phone uses to establish the connection.

WhatsApp

Pair via WhatsApp

Connect your WhatsApp account as a messaging partner. Send /pair and the one-time code arrives in your WhatsApp chat. Enter it in the app and you're connected.

Signal

Pair via Signal

Use Signal as your pairing channel for maximum privacy. Same /pair flow, same one-time code, same direct encrypted connection to your computer.

Everything in one connection

One link to your computer. Six powerful features.

Once your phone is connected to your computer, you get access to chat, a full web browser, voice calling, file transfer, notes, and AI agent dashboards — all through the same encrypted connection.

AutoYou chat conversation with AI
AutoYou chat actions sheet

AI Chat

Talk to AI running on your computer

Chat messages travel over the encrypted DataChannel to your computer, where they're routed to your AI backend — OpenClaw, a local model, or any custom agent. Responses stream back in real-time. Attach files, stage documents, and activate voice — all from the same chat thread.

AutoYou agent frontends screen
AutoYou browser showing a web page through your computer

Web Browser

Browse the web through your computer

The Browser tab in AutoYou works like a regular web browser, but every HTTP request travels through your computer. Type a URL, your phone sends the request over the encrypted WebRTC DataChannel to your machine, your computer fetches the page, and the response comes back to your phone. Websites see your computer's IP address, not your phone's. No ports need to be opened. You can also access local dashboards, AI agent UIs, and private tools running on your machine.

AutoYou voice call screen
AutoYou chat actions panel

Voice Calls

Voice calls to your AI, transcribed on your machine

Speak to your phone and the audio streams directly to your computer over the encrypted SRTP audio channel. Your computer transcribes your speech, sends it to your AI, and streams the response back as audio. Mute, switch speakers, pick audio routes — it works like a native phone call.

AutoYou notes landing page
AutoYou note detail view

Files & Notes

Transfer files and read notes from your computer

Send photos, documents, and files between your phone and computer through the encrypted connection. Files are chunked, checksummed, and reassembled automatically. Notes on your computer are accessible from anywhere — no sync service needed.

AutoYou connected home screen
AutoYou WebRTC connection in progress
AutoYou security settings with TOTP 2FA

Security

Three security modes. Always encrypted.

Every connection uses WebRTC's built-in DTLS/SRTP encryption. For extra protection, enable Secure mode (AES-256-GCM encrypted pairing) or Secure Professional (adds TOTP two-factor authentication on every reconnect). The security level is always visible and explicit.

Security modes →

Under the hood

How the web browser actually works.

The AutoYou browser isn't a VPN or a remote desktop viewer. It's an HTTP proxy tunneled through your encrypted WebRTC DataChannel.

  1. You type a URL in the AutoYou app's Browser tab.
  2. Your phone packages the HTTP request (method, headers, body) into a JSON message.
  3. The message travels through the encrypted WebRTC DataChannel (SCTP protocol) directly to your computer.
  4. Your computer's AutoYou server makes the actual HTTP request to the website, using your computer's network and IP address.
  5. The response travels back through the same encrypted channel to your phone.
  6. Your phone renders the page in the built-in browser view.

This works for regular web pages, Server-Sent Events (SSE streaming), WebSocket connections, and binary downloads. Large responses are automatically chunked and reassembled. You can also access local services running on your computer (like localhost:3000) — turning your phone into a mobile dashboard for any tool on your machine.

Secure pairing

How your computer becomes reachable — safely.

During the initial pairing, your phone needs to find your computer. AutoYou uses Tunnelmole to create a temporary, authenticated HTTPS tunnel.

Step 1

Temporary HTTPS tunnel

When you send /pair, your computer creates a public HTTPS URL via Tunnelmole. This URL points to your computer's pairing endpoint — but only accepts requests with a valid one-time code.

Step 2

OTP-authenticated handshake

Your phone sends the one-time code to the tunnel URL. The server verifies it (SHA-256 hashed), and if valid, begins the WebRTC handshake — exchanging SDP offers and ICE candidates.

Step 3

Tunnel closes, P2P takes over

Once the WebRTC connection is established, the tunnel is no longer needed. Your computer is no longer exposed to the internet. All future communication flows directly between your phone and computer — peer-to-peer.

Your computer is only reachable for seconds. The tunnel exists solely for the pairing handshake. It requires a valid OTP to do anything. After pairing, reconnections use AutoPair and never need the tunnel again.

Firewall note

What if my network blocks the initial tunnel?

Some corporate networks, firewalls, or restrictive ISPs may block the temporary public reverse proxy used during /pair. This only affects the first-time pairing — once connected, the tunnel shuts down and is never used again.

If the initial tunnel is blocked, you have options:

  • AutoPair (/autopair) — if you've paired before from any network, AutoPair reconnects directly without the tunnel. The /autopair mode exchanges encrypted offers and answers through your messaging app, bypassing the need for a public URL entirely.
  • Cloud Pair — the optional paid feature uses AutoYou's secure relay server for the handshake, completely eliminating the need for any public tunnel on your computer.

Advanced networking

Complex networks: STUN, TURN, and ICE challenges.

AutoYou uses WebRTC, which relies on ICE (Interactive Connectivity Establishment) to find the best path between your phone and computer. On some networks, this needs extra configuration.

When the default connection doesn't work

In most home and office networks, AutoYou connects without any configuration. However, some environments — symmetric NATs, double NATs, carrier-grade NATs, strict enterprise firewalls — can prevent the ICE negotiation from completing. When this happens, neither /pair, AutoPair, nor Cloud Pair will establish a direct connection.

The fix: configure STUN or TURN servers

  • STUN servers help your devices discover their public IP addresses. The default Google STUN servers work for most networks, but if you're in a region where they're blocked or slow, you can configure locally-hosted STUN servers for better performance.
  • TURN servers relay traffic when a direct P2P path is impossible. TURN requires credentials and uses more bandwidth, but it guarantees connectivity on even the most restrictive networks.

How to configure

You can obtain STUN/TURN credentials from providers like Metered (metered.ca) or host your own with coturn. Then paste the ICE server configuration directly into the AutoYou app Settings → ICE Server Bundle field, or into the AutoYou-Computer Admin UI. The configuration is a JSON array of ICE server objects:

[
  {"urls": "stun:stun.your-region.example.com:3478"},
  {
    "urls": "turn:turn.your-region.example.com:3478",
    "username": "your-username",
    "credential": "your-password"
  }
]

For a full guide on WebRTC connectivity, ICE negotiation, and choosing the right STUN/TURN provider for your region, see the troubleshooting section of our setup guide.

Security modes

Know exactly how your connection is protected.

Every connection is encrypted by default. Choose the security level that matches your needs.

Open

Standard WebRTC

The default. WebRTC DTLS and SRTP protect the connection at the transport layer. AutoPair reconnects with your saved session key. No password needed.

  • WebRTC DTLS / SRTP transport security
  • OTP verified with SHA-256 on first pairing
  • AutoPair reconnects automatically
  • Best for private home networks
Secure Professional

TOTP Two-Factor Authentication

In addition to AES-256-GCM, every reconnect requires a valid TOTP code from your authenticator app — providing two-factor authentication on every connection.

  • Everything in Secure mode
  • TOTP secret shared during first pairing
  • 2FA required on every reconnect
  • Ideal for maximum security

Works with OpenClaw

Your phone. Your OpenClaw machine. One encrypted line.

OpenClaw is a desktop AI gateway that is powered by Claude, GPT-5, Gemini, Ollama, and dozens more models, integrations & skills — all on your own computer. Install the AutoYou plugin and your phone gets a direct, encrypted connection to the full OpenClaw pipeline. Chat with any model, access agent dashboards, make voice calls to your AI — without ever switching to Telegram, WhatsApp, or Signal.

One plugin. Full AI pipeline on your phone.

Run openclaw plugins install @openclaw/autoyou and the plugin auto-starts autoyou_lib as a subprocess, registers itself as an OpenClaw model provider, and begins listening for your phone. Your chat messages route through OpenClaw's models. Your Browser tab proxies to OpenClaw's dashboard. Your voice calls transcribe on your machine and respond through OpenClaw's agents. All of it encrypted. All of it peer-to-peer. All of it yours.

openclaw plugins install @openclaw/autoyou
Full OpenClaw setup guide →

Chat with any model

Claude, GPT-4, Gemini, Ollama

Type a message in the Chat tab. It travels through the encrypted WebRTC DataChannel to your computer, gets routed to whichever model you've configured in OpenClaw, and the response streams back in real-time. Switch models in OpenClaw, not in the app.

Browse agent dashboards

localhost on your phone

Open the Browser tab and visit localhost:8067 to see your page feed, or navigate to agent frontends like Notes, Admin, or any custom agent UI running on your machine. The browser proxy tunnels it straight to your phone — from anywhere on the planet.

Voice calls to AI

Speak. Your machine listens.

Tap the voice button. Your audio streams over encrypted SRTP to your computer, where it's transcribed (Azure Speech or local Whisper), sent to OpenClaw's agents, and the response is read back as TTS audio. Like calling your own AI assistant.

Real-world use cases

  • Work from anywhere: Access your AI coding agents, Jupyter notebooks, and admin dashboards from your phone while commuting, traveling, or away from your desk. Your computer does the heavy lifting. Browse OpenClaw dashboard like you are browsing physically on your machine, but from your phone, practically anywhere as long as your network allows it.
  • Private AI on the go: Chat with locally-hosted Ollama or LLaMA models through your phone without sending a single token to a cloud provider. Your data never leaves your hardware. No third-party servers. Just you, your computer, and your phone — connected securely over internet.
  • Monitor and manage: Check OpenClaw agent status, browse your notes, review page feeds, and restart services — all from the AutoYou app, anywhere in the world.
  • Voice-first AI: Talk to your AI assistant hands-free while driving, cooking, or walking. Your computer transcribes, thinks, and speaks back — all through the encrypted link.

TCP inside UDP. Yes, really.*

How your phone sees localhost from across the globe.

When you open localhost:8067 in the AutoYou Browser tab, your phone isn't using a VPN. It isn't port-forwarding. It's tunneling HTTP over WebRTC's SCTP-based DataChannel — which means your TCP web requests get wrapped inside UDP datagrams, encrypted with DTLS, and shot across the internet to your computer. Your computer unpacks them, hits the local web server, and sends the response back the same way. Network engineers, feel free to read that twice.

Your computer's web services. On your phone. Securely.

The AutoYou server (autoyou_lib) runs an HTTP proxy that exposes any web service on your machine to the Browser tab in your phone. OpenClaw's dashboard at localhost:8067. Agent frontends like Notes at /agent/notes_agent/. The Admin UI at localhost:8001. Jupyter notebooks. Grafana panels. Anything running locally becomes accessible on your phone, without exposing a single port to the public internet.

Your computer stays invisible. Your data never leaves the encrypted P2P tunnel. And it works from your couch, a coffee shop, or another continent.

* For the network engineers: yes, we are literally tunneling TCP inside UDP. HTTP requests get serialized into JSON, sent over the SCTP-based DataChannel, traverse a DTLS-encrypted UDP connection negotiated via ICE, arrive at your computer, get unpacked, and hit your local web server as real HTTP requests. The response takes the same path back. Large responses are chunked and reassembled automatically. SSE streaming and WebSocket connections work too. Your firewall never notices a thing.

Get started

Two commands. That's it.

pip install autoyou-lib
python -m autoyou_lib

autoyou_lib is the Python library that powers the AutoYou server. It's on PyPI. Install it, start it, and your Mac, Windows, or Linux computer is ready to accept connections from the AutoYou app.

Or with OpenClaw

One plugin, zero setup

openclaw plugins install \
  @openclaw/autoyou

The OpenClaw plugin auto-starts autoyou_lib as a subprocess, routes your chat through OpenClaw's models, proxies dashboards to your phone, and manages security — all from one install command.

Fully configurable

Your server, your rules

Choose your AI backend (OpenClaw, Ollama, OpenAI-compatible API), TTS/STT provider (Azure Speech or local Whisper), security mode, proxy target, and STUN/TURN servers. Configure via CLI flags, environment variables, or the Admin UI at localhost:8001.

Optional · $1/month

Cloud Pair — open the app, tap connect, done.

Everything above is completely free and works without any account. Cloud Pair is for people who want zero friction — no messaging app, no codes, no tunnel on your computer. Open AutoYou, tap connect, and you're talking to your machine in seconds. Especially useful with OpenClaw, where the plugin auto-registers your computer with Cloud Pair so your phone connects to your full AI pipeline without switching a single app.

Always free — no account

The complete product

AI chat, web browser proxy, voice calls, file transfer, notes, agent frontends, all three security modes, and pairing via Telegram, WhatsApp, or Signal. No account. No payment. No feature limits.

Cloud Pair · $1/month

One-tap connection

Sign in with Apple, Google, or GitHub. Subscribe. Your computer registers with AutoYou Cloud via the plugin or the Admin UI. From then on, open the app, tap connect, and you're paired instantly — no messaging app, no public tunnel, no OTP codes.

With OpenClaw, the AutoYou plugin registers your machine automatically. Use /autoyou-enroll in OpenClaw to connect your server to Cloud Pair at runtime — no restart required.

Encrypted & private

The cloud only relays the handshake

Cloud Pair relays the WebRTC signaling (SDP offer and answer) through its own encrypted channel. The actual payload is opaque to the cloud — it never reads your messages or connection credentials. Once the P2P link is established, the cloud drops out entirely.

Layer on Secure mode (AES-256-GCM encrypted AutoPair payloads) or Secure Professional (TOTP 2FA required on every reconnect) for additional protection. All three security modes work seamlessly with Cloud Pair — your encrypted connection is your own, regardless of how the handshake happens. Full privacy policy →

Only sign up if you want Cloud Pair. The Sign Up page creates an AutoYou Cloud account and introduces the $1/month subscription. If you just want to use AutoYou for free, you never need to visit that page — download the app, pair with your messaging app, and everything works.

Get started

Download AutoYou. It's free.

Install the app on your phone, start the server on your computer, pair with your messaging app, and you're connected. No account needed. No payment required.