Skip to content

Sid-Qin/nexu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

432 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nexu

nexu

The simplest open-source OpenClaw 🦞 desktop client for WeChat & Feishu

Release License

🌐 Website  ·  📖 Docs  ·  💬 Feishu  ·  🎮 Discord  ·  𝕏 Twitter

English  ·  简体中文


🎉 Beta Perk: During the beta period, top-tier models like Claude, GPT, Gemini, Kimi, GLM, and more are completely free with unlimited usage. Download and try now →


📋 Overview

nexu (next to you) is an open-source desktop client that runs your OpenClaw 🦞 Agent directly inside WeChat, Feishu, Slack, Discord, and other IM channels.

Download and go — graphical setup, WeChat ClawBot plugin supported, built-in Feishu Skills, multi-model support (Claude / GPT / Gemini and more), and bring your own API Key.

Once connected to IM, your Agent is online 24/7 — chat from your phone anytime, anywhere.

All data stays on your machine. Your privacy, fully in your control.

nexu screenshot


📊 Difference from other solutions

OpenClaw (official) Typical hosted Feishu + agent stacks nexu
🧠 Models BYO, but manual config required ⚠️ Platform-locked, no switching ❌ Pick Claude / GPT / Gemini, etc. — one-click switch in GUI
📡 Data path Local Routed through vendor servers, data out of your control ❌ Local-first; we don't host your business data
💰 Cost Free, but self-deploy required ⚠️ Subscription / per-seat pricing ❌ Client is free; pay providers via your own API keys
📜 Source Open source Closed source, no audit possible ❌ MIT — fork and audit
🔗 Channels DIY integration required ⚠️ Varies by vendor, often limited ❌ Built-in WeChat, Feishu, Slack, Discord — works out of the box
🖥 Interface CLI, requires technical skills ❌ Varies by vendor Pure GUI, no CLI needed, double-click to start

Features

🖱 Double-click install

Download, double-click, start using. No environment variables, no dependency wrestling, no long install docs. nexu's first run is as capable as it gets—ready out of the box.

🔗 Built-in OpenClaw 🦞 Skills + full Feishu Skills

Native OpenClaw 🦞 Skills and full Feishu Skills ship together. Agents move beyond demos and into the real workflows your team already uses—without extra integration work.

🧠 Top-tier models, out of the box

Use Claude 4.6, ChatGPT 5.4, Minimax 2.5, GLM 5.0, Kimi 2.5, and more directly via your nexu account. No extra config. Switch to your own API Key anytime.

🔑 Bring your own API Key, no login

Prefer your own model providers? Add your API Key and use the client without creating an account or logging in.

📱 IM-connected, mobile-ready

Connect to WeChat, Feishu, Slack, or Discord and your AI agent is instantly available on your phone. No extra app—just open WeChat or your team chat and start talking to your agent on the go.

👥 Built for teams

Open-source at the core, with a desktop experience that actually runs. Compatible with the tools and model stack your team already trusts.


Use cases

nexu is built for One Person Company and small teams—one person, one AI team.

🛒 Solo e-commerce / cross-border trade

"I used to spend the whole weekend writing listings in 3 languages. Now I tell my Agent the product specs in Feishu, and by the time I finish my coffee, the listings are ready for Amazon, Shopee, and TikTok Shop."

Product research, competitor pricing, listing optimization, multilingual marketing assets—compress a week's work into one afternoon.

✍️ Content creators / knowledge bloggers

"Monday morning: I ask my Agent in Slack for this week's trending topics. By lunch, I have 5 draft posts across Xiaohongshu, WeChat, and Twitter—each in the right tone for the platform."

Trend tracking, topic generation, multi-platform content production, comment engagement—run a content matrix solo.

💻 Indie developers

"3 AM bug hunt? I paste the stack trace into Discord, my Agent traces it to a race condition, suggests a fix, and even drafts the PR description. Pair programming that never sleeps."

Code review, doc generation, bug analysis, repetitive task automation—your Agent is your pair-programming partner.

⚖️ Legal / finance / consulting

"A client sends a 40-page contract on Feishu. I forward it to my Agent—10 minutes later I get a risk summary, flagged clauses, and suggested revisions. What used to take half a day now takes a coffee break."

Contract review, regulation lookup, report generation, client Q&A—turn domain expertise into Agent skills.

🏪 Local business / retail

"Customers message me at midnight asking 'is this in stock?' My Agent in Feishu auto-replies with real-time inventory, handles returns, and even sends a promo coupon. I actually sleep now."

Inventory management, order follow-up, auto-reply to customer messages, marketing copy—let AI help run the shop.

🎨 Design / creative

"I drop a rough brief in Slack: 'landing page for a pet food brand, playful vibe.' My Agent comes back with copy options, color palette suggestions, and reference images—all before the kickoff meeting."

Requirement breakdown, asset search, copywriting, design annotation—free up creative time, cut repetitive work.


🚀 Getting started

System requirements

  • 🍎 OS: macOS 12+ (Apple Silicon)
  • 💾 Storage: ~500 MB

Installation

Pre-built Mac client (recommended)

  1. Go to the official site or Releases 📥
  2. Download the Mac installer
  3. Launch nexu 🎉

Windows & macOS Intel: In development. Email support@nexu.ai for updates.

First launch

Sign in with your nexu account for instant access to supported models, or add your own API Key and use the client without an account 🔑.


🛠 Development

Prerequisites

  • Node.js 22+ (LTS recommended)
  • pnpm 10+

Repository layout (excerpt)

nexu/
├── apps/
│   ├── api/              # Backend API
│   ├── web/              # Web frontend
│   ├── desktop/          # Desktop client (Electron)
│   └── controller/       # Controller service
├── packages/shared/      # Shared libraries
├── docs/
├── tests/
└── specs/

Commands

pnpm run dev             # Dev stack with hot reload
pnpm run dev:desktop     # Desktop client
pnpm run build           # Production build
pnpm run lint
pnpm test

🤝 Contributing

Contributions are welcome! See CONTRIBUTING.md for guidelines.

  1. 🍴 Fork this repo
  2. 🌿 Create a feature branch (git checkout -b feature/amazing-feature)
  3. 💾 Commit your changes (git commit -m 'Add amazing feature')
  4. 📤 Push to the branch (git push origin feature/amazing-feature)
  5. 🔀 Open a Pull Request

Guidelines

  • Follow the existing code style (ESLint + Prettier)
  • Write tests for new functionality
  • Update documentation as needed
  • Keep commits atomic and descriptive

💬 Community

WeChat Group Feishu Group Discord
Scan to join WeChat group Join Feishu Group Join Discord

Contributors


⭐ Star History

Star History Chart

📄 License

MIT License


Built with ❤️ by the nexu Team

About

The simplest desktop client for OpenClaw 🦞 — bridge your Agent to WeChat, Feishu, Slack & Discord in one click. Works with Claude Code, Codex & any LLM. BYOK, local-first, chat from your phone 24/7.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 84.6%
  • JavaScript 9.3%
  • Shell 2.4%
  • CSS 2.2%
  • Python 1.4%
  • HTML 0.1%