JackProAi Claudecode3.1 banner
JackProAi JackProAi

JackProAi Claudecode3.1

Development community

Description

这是一个基于 `2026-03-31` 代码泄露做出的 Claude Code 本地部署版本

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

JackProAi-claudecode3.1 (Local Deployment Edition, Unofficial)

Third-party local deployment adaptation for compatibility testing and architecture study, organized from archived package files and restored source maps.

If you need remote installation or custom feature development, add the author on WeChat: JACKPROAI (state your purpose; paid service).

**Douyin/Bilibili/Xiaohongshu: JACK的AI视界. WeChat Official Account: JACK带你玩AI.**

[中文文档](./README.zh-CN.md) [Changelog](./CHANGELOG.md) [Compliance / 合规说明](./COMPLIANCE.md)

Disclaimer

  • This repository is not an official Anthropic release.
  • This repository is not affiliated with, endorsed by, or operated by Anthropic.
  • "Claude" and "Anthropic" are trademarks of their respective owners and are used only for compatibility description.
  • It is for local deployment practice and architecture research only. Please evaluate the risks yourself.
  • Keep upstream legal files (for example package/LICENSE.md) when redistributing this project.
  • Some files under package/ are upstream originals kept for compatibility and legal traceability.

Current Repository Contents (Verified Against This Folder)

  • Launch entrypoints:
    • claude-local.ps1 (Windows PowerShell)
    • claude-local (Bash)
    • start-claude-local.ps1 / start-claude-local.bat (recommended on Windows)
  • Core program: package/cli.js
  • Version note: node package/cli.js --version is 2.1.90.
  • Restored source directory: restored-src/
  • Environment template: claude-local.env.example

Requirements

  • Node.js 18+
  • Windows PowerShell (if using the provided Windows scripts)
  • One of the following:
    • Anthropic-compatible cloud API
    • Local OpenAI-compatible endpoint (for example, LM Studio)

Quick Start (Windows)

# Clone from GitHub
git clone https://github.com/JackProAi/JackProAi-claudecode3.1.git
cd JackProAi-claudecode3.1

#