CloudNavi
← Back to articles
[2026] Chat4000 Complete Guide! How to Use OpenClaw & Hermes on Your Smartphone (Beginner-Friendly)
AI Agents·1 min read

Summary

"I want to use AI agents smoothly from my smartphone."

[2026] Chat4000 Complete Guide! How to Use OpenClaw & Hermes on Your Smartphone (Beginner-Friendly)


"I want to use AI agents smoothly from my smartphone." "But messaging myself on Telegram feels kind of weird..."

If that sounds like you, a new solution for 2026 has arrived: chat4000.

chat4000 is a tool that lets you use AI agents like OpenClaw and Hermes as a dedicated native app on your smartphone and Mac. One tap from the lock screen to talk to your agent, with full end-to-end encryption.

This article breaks down chat4000 in an easy-to-understand way — even for programming beginners — all the way to actually running OpenClaw / Hermes on your phone.


What You'll Learn from This Article

  • What chat4000 is
  • What OpenClaw and Hermes are (prerequisite knowledge)
  • Why you should use a dedicated app instead of Telegram
  • Installation & setup steps (one command)
  • How to use the iPhone Action Button
  • FAQ and troubleshooting

What Is chat4000?

chat4000 is a native chat app (iPhone / Mac) for the AI agents OpenClaw and Hermes.

Normally, you operate these agents through a terminal (black screen) or via messengers like Telegram. With chat4000, your agent appears like a real chat app and can be opened instantly even from the lock screen.

Key points:

  • Free (no cost)
  • No account required (no email or phone number needed)
  • Open source (both client and plugins are published on GitHub)
  • Full E2E encryption

What Are OpenClaw and Hermes? (Prerequisite Knowledge)

chat4000 is a "client." The AI itself is powered by one of these agents:

  • OpenClaw — A 100% open-source AI agent framework (MIT license). Can be run locally through messaging apps like WhatsApp, Telegram, and Slack. 370K+ GitHub stars and over 26 million monthly active users.
  • Hermes Agent — A self-improving AI agent developed by Nous Research. Features persistent memory that gets smarter with use, and automatic skill generation.

Both are free and open-source, and your data stays on your own machine (Gateway) rather than in the cloud. chat4000 is your entry point for comfortably operating both from your smartphone.


Why Telegram / WhatsApp Aren't Good Enough

OpenClaw and Hermes were typically operated through Telegram and similar messengers. But users had these frustrations:

FeatureWhatsAppTelegramchat4000
Taps to reach agent4+ (unlock → search → tap → type)4+ (similar)1 (lock screen action button)
Awkwardness of messaging yourselfNone (self-message UX)YesNone (real chat layout)
Account ban riskYes (VPS/bot behavior)YesNone (no account needed)
E2E encryption (no metadata leaks)Partial (leaks to ads)Not by defaultYes
Markdown renderingNoBasic onlyYes
Open sourceNoClient onlyYes (client + plugin)
Multiple agent sessionsNoPartialYes (1-tap new session)
Notification reliabilityNot deliveredContinuous pings on AI replyYes (silent push wake)
Personal info requiredPhone number requiredPhone number requiredNone required
Rich HTML cardsNo (plain text only)NoYes (interactive in-thread)

What You Need

  • iPhone or Mac (currently iOS / macOS support. Linux is on the waitlist)
  • A working OpenClaw or Hermes Agent (either one)
  • Access to the machine running the agent (for plugin setup)

Step 1: Download the App

Search for "chat4000" on the App Store on your iPhone or Mac and download it (free).


Step 2: Set Up the Plugin on Your Agent (One Command)

To make chat4000 work, you need to install a plugin on the OpenClaw / Hermes side. There are two ways:

A. If you can already chat with your agent via Telegram etc. Just send this command in the chat:

curl -fsSL https://chat4000.com/install.sh | bash

B. If you don't have a chat environment yet Run this command directly on the machine running OpenClaw / Hermes:

curl -fsSL https://chat4000.com/install.sh | bash

What the installer does:

  • Auto-detects Hermes / OpenClaw instances in your system
  • Lets you choose where to install if multiple are found
  • Installs the plugin with the correct toolchain
  • Runs the pairing wizard
  • Restarts the Gateway

Example options:

# Limit to Hermes only
curl -fsSL https://chat4000.com/install.sh | bash -s -- --target hermes

# Detect only, don't install anything (verification)
curl -fsSL https://chat4000.com/install.sh | bash -s -- --scan-only

# Disable telemetry (PostHog/Sentry)
curl -fsSL https://chat4000.com/install.sh | bash -s -- --no-telemetry

Step 3: Pair and Start Using

After installation, open the app and you'll see a pairing screen. Follow the on-screen instructions (QR code, etc.) to link your agent with the app.

Once complete, your agent appears as a real chat thread. From there, just chat like you would in any normal messaging app.


iPhone Action Button (Push to Talk) Setup

Assign your iPhone's Action Button to chat4000 for one-push access to your agent from the lock screen:

  1. In your iPhone "Settings," assign the Action Button to chat4000
  2. Press the button once from the lock screen → chat opens
  3. Hold down for voice input, release to send (or type with keyboard)

"Talk to it with voice → local transcription → agent replies" — all in one tap.


Features & Capabilities at a Glance

  • One tap from lock screen to access your agent
  • Full E2E encryption — messages are encrypted on your device before transmission, and only your OpenClaw / Hermes instance can decrypt them
  • Data stays on your own machine — chat4000 servers don't store history (the app uses encrypted local cache)
  • Local voice transcription — voice is sent E2E to your agent and processed locally there
  • Markdown & rich HTML cards — code blocks and tables render beautifully
  • Multiple sessions — tap once to create a new agent session
  • Reliable notifications — silent push reliably wakes the app

Frequently Asked Questions (FAQ)

Q1. What exactly is chat4000?

It's a native iPhone / Mac chat app for OpenClaw and Hermes. Your agent appears as a real chat thread and is accessible from the lock screen (not a terminal, and not a "send yourself a message" format).

Q2. Is it fully encrypted? Is Telegram not good enough?

Yes, it's fully E2E encrypted. Messages are encrypted on your device before transmission, and only your OpenClaw / Hermes instance can decrypt them. Telegram is not E2E by default — normal chats are encrypted with keys held by Telegram, so metadata can leak.

Q3. Where is my data stored?

Only on the machine running OpenClaw / Hermes. chat4000 servers do not store chat history. The iPhone / Mac app encrypts and caches locally.

Q4. Where is voice input (transcription) processed?

On your OpenClaw / Hermes instance (not on chat4000 servers). Voice is sent E2E from your device to your agent, where it is transcribed locally.

Q5. What about pricing, accounts, and source code?

It's free. No sign-up required (no email or phone number). Fully open-source — both the client and the OpenClaw / Hermes plugins are published on GitHub.


Summary

chat4000 is the standout client of 2026 for using powerful open-source AI agents like OpenClaw and Hermes safely and comfortably from your smartphone.

  • Free, no account needed, open source
  • One tap from lock screen, full E2E encryption
  • Setup is one command (curl -fsSL https://chat4000.com/install.sh | bash)
  • If you already use OpenClaw / Hermes, you can start operating them smoothly on your phone today

If you're tired of messaging yourself on Telegram, give chat4000 a try now on the App Store. It's your gateway to a local-first AI life.


Related Articles