Docs Features GitHub
Built with OpenClaw, for OpenClaw

UPLINK

Your AI, Your Hardware, Your Rules

A local-first chat interface for OpenClaw that runs entirely on your machine. Voice chat, themes, encryption, multi-device — powered by OpenClaw's gateway, deployed on your hardware.

Get Started GitHub
terminal
$ npx @mooncompany/uplink-chat
# or install globally
$ npm install -g @mooncompany/uplink-chat
$ uplink-chat

✓ Uplink running at http://localhost:3456

Install in 60 Seconds

Requires Node.js 18+

1

Run with npx (recommended)

npx @mooncompany/uplink-chat

No install needed — downloads and runs automatically.

2

Open in your browser

http://localhost:3456

The setup wizard walks you through connecting your gateway token and naming your assistant.

Alternative: Clone from source (requires Git)

1

Clone the repo

git clone https://github.com/mooncompany/uplink.git
2

Install dependencies

cd uplink && npm install
3

Start the server

npm start

Everything you need. Nothing you don't.

Local-First

Your data never leaves your machine. No cloud, no tracking, no third-party servers. Everything runs on your hardware.

Voice Chat

Talk naturally with GPU-accelerated text-to-speech and speech-to-text. Supports local models like XTTS and Whisper.

Encrypted

AES-256 end-to-end encryption for all messages. Your conversations are protected at rest with a password only you know.

Themes

5 built-in themes from midnight to daylight. Or create your own with CSS custom properties. Your app, your look.

Multi-Device

Access from your phone, tablet, or any device on your network. Sync conversations across devices with Tailscale or LAN.

Open Source

MIT licensed. Fully hackable. Read every line of code, modify anything, contribute back. No vendor lock-in, ever.