Files
unlimitedcoding/README_ru.md
delta-cloud-208e 40188adf54 fix: replace bash <(curl) with curl | bash in all install instructions
Process substitution <(...) fails with sudo and on systems without /dev/fd.
Pipe syntax works universally on all Linux/macOS systems.

Also changed curl -s to curl -fsSL for proper error handling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 13:27:52 +00:00

74 lines
2.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Unlimited Coding
🌐 [English](README.md) | [Русский](README_ru.md) | [中文](README_zh.md) | [Español](README_es.md)
Патченные AI-инструменты для кодинга с поддержкой кастомных API-эндпоинтов.
## Продукты
| Папка | Инструмент | Статус |
|-------|-----------|--------|
| [claude/](claude/) | Claude Code | Активен |
| codex/ | OpenAI Codex CLI | Планируется |
| gemini/ | Gemini CLI | Планируется |
| qwen/ | Qwen Code | Планируется |
| antigravity/ | Antigravity | Планируется |
## Быстрый старт
Подробности в README каждого продукта.
### Claude Code — Установка
Все зависимости устанавливаются автоматически (git, python3, Node.js, Claude Code).
**Linux (Debian/Ubuntu/RHEL/Fedora):**
```bash
curl -fsSL https://git.sensey24.ru/aibot777/unlimitedcoding/raw/branch/master/claude/uclaude_install.sh | sudo bash
```
**macOS:**
```bash
curl -fsSL https://git.sensey24.ru/aibot777/unlimitedcoding/raw/branch/master/claude/uclaude_install.sh | bash
```
**Windows (PowerShell от имени администратора):**
```powershell
git clone --depth 1 https://git.sensey24.ru/aibot777/unlimitedcoding.git
cd unlimitedcoding
powershell -ExecutionPolicy Bypass -File claude\uclaude_update.ps1 --force
```
### Ручная установка (все платформы)
```bash
git clone --depth 1 https://git.sensey24.ru/aibot777/unlimitedcoding.git
cd unlimitedcoding
```
| Платформа | Команда |
|-----------|---------|
| Linux | `sudo bash claude/uclaude_update.sh --force` |
| macOS | `bash claude/uclaude_update.sh --force` |
| Windows CMD | `claude\uclaude_update.bat --force` |
| Windows PowerShell | `powershell -ExecutionPolicy Bypass -File claude\uclaude_update.ps1 --force` |
### Обновление
| Платформа | Команда |
|-----------|---------|
| Linux | `cd ~/unlimitedcoding && sudo bash claude/uclaude_update.sh` |
| macOS | `cd ~/unlimitedcoding && bash claude/uclaude_update.sh` |
| Windows | `cd %USERPROFILE%\unlimitedcoding && claude\uclaude_update.bat` |
## Что устанавливается автоматически
| Компонент | 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 |
| Патченный cli.js | замена с бэкапом | замена с бэкапом | замена с бэкапом |
| Настройки | все пользователи | все пользователи | все пользователи |