À la fin de ce tutoriel, tu auras :
uname -m
# Résultat attendu : arm64 (Mac Apple Silicon M1/M2/M3/M4)
2. Installer Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew --version
3. Installer Python et UV
brew install python
python3 --version
brew install uv
uv --version
4. Installer Claude Code
npm install -g @anthropic-ai/claude-code
claude --version
5. Installer Free Claude Code
mkdir ~/Projects
cd ~/Projects
git clone https://github.com/Alishahryar1/free-claude-code.git
cd free-claude-code
uv sync
6. Lancer le serveur
uv run fcc-server
# Server running on http://localhost:8082
Garde cette fenêtre ouverte.