|
1 | | -# 🦞 Moltbot — Personal AI Assistant |
| 1 | +# 🦞 Moltbot — Personal AI Assistant (Windows Enhanced Fork) |
2 | 2 |
|
3 | 3 | <p align="center"> |
4 | 4 | <img src="https://raw.githubusercontent.com/moltbot/moltbot/main/docs/whatsapp-clawd.jpg" alt="Clawdbot" width="400"> |
|
9 | 9 | </p> |
10 | 10 |
|
11 | 11 | <p align="center"> |
12 | | - <a href="https://github.com/moltbot/moltbot/actions/workflows/ci.yml?branch=main"><img src="https://img.shields.io/github/actions/workflow/status/moltbot/moltbot/ci.yml?branch=main&style=for-the-badge" alt="CI status"></a> |
13 | | - <a href="https://github.com/moltbot/moltbot/releases"><img src="https://img.shields.io/github/v/release/moltbot/moltbot?include_prereleases&style=for-the-badge" alt="GitHub release"></a> |
14 | | - <a href="https://deepwiki.com/moltbot/moltbot"><img src="https://img.shields.io/badge/DeepWiki-moltbot-111111?style=for-the-badge" alt="DeepWiki"></a> |
15 | | - <a href="https://discord.gg/clawd"><img src="https://img.shields.io/discord/1456350064065904867?label=Discord&logo=discord&logoColor=white&color=5865F2&style=for-the-badge" alt="Discord"></a> |
| 12 | + <a href="https://github.com/Joinsyna-Co-Ltd/moltbot-new/actions"><img src="https://img.shields.io/badge/Windows-Native%20Support-0078D6?style=for-the-badge&logo=windows" alt="Windows Native Support"></a> |
16 | 13 | <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge" alt="MIT License"></a> |
| 14 | + <a href="https://discord.gg/clawd"><img src="https://img.shields.io/discord/1456350064065904867?label=Discord&logo=discord&logoColor=white&color=5865F2&style=for-the-badge" alt="Discord"></a> |
17 | 15 | </p> |
18 | 16 |
|
| 17 | +> 🎉 **This is an enhanced fork with full Windows native support!** The original [moltbot/moltbot](https://github.com/moltbot/moltbot) only supports Windows via WSL2. This fork adds **native Windows support** - no WSL2 required! |
| 18 | +
|
19 | 19 | **Moltbot** is a *personal AI assistant* you run on your own devices. |
20 | 20 | It answers you on the channels you already use (WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, iMessage, Microsoft Teams, WebChat), plus extension channels like BlueBubbles, Matrix, Zalo, and Zalo Personal. It can speak and listen on macOS/iOS/Android, and can render a live Canvas you control. The Gateway is just the control plane — the product is the assistant. |
21 | 21 |
|
22 | 22 | If you want a personal, single-user assistant that feels local, fast, and always-on, this is it. |
23 | 23 |
|
24 | 24 | **[中文文档 / Chinese README](README.zh-CN.md)** |
25 | 25 |
|
26 | | -[Website](https://molt.bot) · [Docs](https://docs.molt.bot) · [Getting Started](https://docs.molt.bot/start/getting-started) · [Updating](https://docs.molt.bot/install/updating) · [Showcase](https://docs.molt.bot/start/showcase) · [FAQ](https://docs.molt.bot/start/faq) · [Wizard](https://docs.molt.bot/start/wizard) · [Nix](https://github.com/moltbot/nix-clawdbot) · [Docker](https://docs.molt.bot/install/docker) · [Discord](https://discord.gg/clawd) |
| 26 | +## ✨ What's New in This Fork |
| 27 | + |
| 28 | +| Feature | Original | This Fork | |
| 29 | +|---------|----------|-----------| |
| 30 | +| Windows Native | ❌ WSL2 only | ✅ **Full native support** | |
| 31 | +| One-click Install | ❌ | ✅ PowerShell script | |
| 32 | +| Chinese Docs | ❌ | ✅ Complete | |
| 33 | +| Quick Start Script | ❌ | ✅ Included | |
| 34 | + |
| 35 | +[Docs](https://docs.molt.bot) · [Getting Started](https://docs.molt.bot/start/getting-started) · [FAQ](https://docs.molt.bot/start/faq) · [Discord](https://discord.gg/clawd) |
| 36 | + |
| 37 | +## 🚀 Windows One-Click Install |
| 38 | + |
| 39 | +**Run this in PowerShell (as Administrator):** |
| 40 | + |
| 41 | +```powershell |
| 42 | +irm https://raw.githubusercontent.com/Joinsyna-Co-Ltd/moltbot-new/main/scripts/install-windows.ps1 | iex |
| 43 | +``` |
| 44 | + |
| 45 | +This script will: |
| 46 | +- ✅ Check Node.js (v22+) and Git |
| 47 | +- ✅ Install pnpm if needed |
| 48 | +- ✅ Clone the repository |
| 49 | +- ✅ Install dependencies |
| 50 | +- ✅ Build the project |
| 51 | + |
| 52 | +After installation, follow the on-screen instructions to configure and start. |
27 | 53 |
|
28 | | -Preferred setup: run the onboarding wizard (`moltbot onboard`). It walks through gateway, workspace, channels, and skills. The CLI wizard is the recommended path and works on **macOS, Linux, and Windows (via WSL2; strongly recommended)**. |
29 | | -Works with npm, pnpm, or bun. |
| 54 | +## Quick Start (All Platforms) |
| 55 | + |
| 56 | +Works with npm, pnpm, or bun. Runtime: **Node ≥22**. |
30 | 57 | New install? Start here: [Getting started](https://docs.molt.bot/start/getting-started) |
31 | 58 |
|
32 | 59 | **Subscriptions (OAuth):** |
@@ -97,8 +124,8 @@ Details: [Development channels](https://docs.molt.bot/install/development-channe |
97 | 124 | Prefer `pnpm` for builds from source. Bun is optional for running TypeScript directly. |
98 | 125 |
|
99 | 126 | ```bash |
100 | | -git clone https://github.com/moltbot/moltbot.git |
101 | | -cd moltbot |
| 127 | +git clone https://github.com/Joinsyna-Co-Ltd/moltbot-new.git |
| 128 | +cd moltbot-new |
102 | 129 |
|
103 | 130 | pnpm install |
104 | 131 | pnpm ui:build # auto-installs UI deps on first run |
@@ -126,10 +153,19 @@ Moltbot now fully supports **native Windows** (no WSL2 required). |
126 | 153 |
|
127 | 154 | ### Windows Quick Start |
128 | 155 |
|
| 156 | +**Option 1: One-Click Install (Recommended)** |
| 157 | + |
| 158 | +```powershell |
| 159 | +# Run in PowerShell as Administrator |
| 160 | +irm https://raw.githubusercontent.com/Joinsyna-Co-Ltd/moltbot-new/main/scripts/install-windows.ps1 | iex |
| 161 | +``` |
| 162 | + |
| 163 | +**Option 2: Manual Install** |
| 164 | + |
129 | 165 | ```powershell |
130 | 166 | # Clone and build |
131 | | -git clone https://github.com/moltbot/moltbot.git |
132 | | -cd moltbot |
| 167 | +git clone https://github.com/Joinsyna-Co-Ltd/moltbot-new.git |
| 168 | +cd moltbot-new |
133 | 169 |
|
134 | 170 | # Install dependencies |
135 | 171 | pnpm install |
|
0 commit comments