Files
unlimitedcoding/README.md
delta-cloud-208e f2d65df655 docs: simplify README - npm install as primary 2-command method
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-02-27 08:21:14 +00:00

2.8 KiB

Unlimited Coding

🌐 English | Русский | 中文 | Español

Patched AI coding tools for use with custom API endpoints.

Products

Folder Tool Status
claude/ Claude Code Active (v2.1.62)
codex/ OpenAI Codex CLI Planned
gemini/ Gemini CLI Planned
qwen/ Qwen Code Planned
antigravity/ Antigravity Planned

Quick Start

Claude Code — Install

Two commands on any platform:

Linux / macOS:

npm config set @anthropic-ai:registry https://npm.sensey24.ru/
npm install -g @anthropic-ai/claude-code

Windows (PowerShell):

npm config set "@anthropic-ai:registry" "https://npm.sensey24.ru/"
npm install -g @anthropic-ai/claude-code

Node.js required. Install from https://nodejs.org/ if not present.

Update

Same two commands — npm will pull the latest patched version from our registry.

Alternative — Automatic installer (if no Node.js)

Installs Node.js, Claude Code and patches automatically.

Linux (Debian/Ubuntu/RHEL/Fedora):

curl -fsSL -H "Authorization: token cadffcb0a6a3be728ac1ff619bb40c86588f6837" \
  https://git.sensey24.ru/aibot777/unlimitedcoding/raw/branch/master/claude/uclaude_install.sh \
  -o /tmp/uclaude.sh && sudo bash /tmp/uclaude.sh

macOS:

curl -fsSL -H "Authorization: token cadffcb0a6a3be728ac1ff619bb40c86588f6837" \
  https://git.sensey24.ru/aibot777/unlimitedcoding/raw/branch/master/claude/uclaude_install.sh \
  -o /tmp/uclaude.sh && bash /tmp/uclaude.sh

Windows (PowerShell as Administrator):

git clone --depth 1 https://x-token:cadffcb0a6a3be728ac1ff619bb40c86588f6837@git.sensey24.ru/aibot777/unlimitedcoding.git
cd unlimitedcoding
powershell -ExecutionPolicy Bypass -File claude\uclaude_update.ps1 --force

Manual install from release

Clone repo and run platform installer:

git clone --depth 1 https://x-token:cadffcb0a6a3be728ac1ff619bb40c86588f6837@git.sensey24.ru/aibot777/unlimitedcoding.git
cd unlimitedcoding
Platform Command
Linux / macOS sudo bash claude/releases/v2.1.62/install.sh
Windows CMD claude\releases\v2.1.62\install.bat
Windows PowerShell powershell -ExecutionPolicy Bypass -File claude\releases\v2.1.62\install.ps1

What Gets Installed Automatically

Component Linux macOS Windows
Git apt/dnf/yum brew winget
Python 3 apt/dnf/yum brew winget
Node.js v24.13+ nodesource brew winget
Claude Code npm npm npm
Patched cli.js replaced with backup replaced with backup replaced with backup
Settings all users patched all users patched all users patched