07 — Tutoriels

Tutoriels

Guides de commandes pratiques d’Optijara pour les outils IA, les agents et l’automatisation. Choisissez un tutoriel, copiez les commandes et vérifiez le workflow étape par étape.

GitHub Copilot CLI tutorial image
Copilot3 minBeginner

How to Install GitHub Copilot CLI on Mac and Windows

Step-by-step guide to installing the GitHub Copilot CLI extension. Learn how to authenticate and run gh copilot suggest and explain in your terminal.

Commande

gh extension install github/gh-copilot
Ouvrir le tutoriel
Aider CLI tutorial image
Aider3 minBeginner

How to Install Aider AI Coding CLI on Mac and Windows

Step-by-step guide to installing the Aider AI pair programming CLI on macOS and Windows. Learn how to configure API keys for Claude 3.7 and GPT-4o.

Commande

pip install aider-chat
Ouvrir le tutoriel
Ollama CLI tutorial image
Ollama3 minBeginner

How to Install and Run the Ollama CLI on Mac and Windows

Step-by-step guide to installing the Ollama CLI on macOS and Windows to run local AI models like Llama 3. Includes exact commands and port troubleshooting.

Commande

ollama run llama3
Ouvrir le tutoriel
Install Claude Code CLI on Mac and Windows
Claude Code3 minBeginner

How to Install Claude Code CLI on Mac and Windows

Learn how to quickly install Anthropic's Claude Code CLI on Mac or Windows using npm. Copyable commands for global installation and terminal authentication.

Commande

npm install -g @anthropic-ai/claude-code
Ouvrir le tutoriel
Install Codex CLI with npm Optijara tutorial OG image
Codex3 minBeginner

Comment installer OpenAI Codex CLI sur Mac et Windows (via NPM)

Apprenez à installer instantanément le nouvel agent Codex CLI via NPM.

Commande

npm install -g @openai/codex
Ouvrir le tutoriel
Optijara tutorial image showing Claude Code dangerously skip permissions in a terminal
Claude Code3 minAdvanced

Lancer Claude Code avec permissions dangereusement ignorées

Lancez Claude Code avec permissions ignorées seulement dans un dossier sûr, avec retour arrière, revue et vérification du diff.

Commande

cd /path/to/your/project && claude --dangerously-skip-permissions
Ouvrir le tutoriel
Optijara tutorial image showing Codex CLI YOLO mode in a terminal
Codex CLI3 minBeginner

Lancer Codex CLI en mode YOLO

Lancez Codex avec moins de validations en ouvrant le bon dossier puis en utilisant YOLO ou le flag dangereux si vous acceptez le risque.

Commande

cd /path/to/your/project && codex --yolo
Ouvrir le tutoriel
Optijara tutorial image showing Gemini CLI install command in a terminal
Gemini CLI3 minBeginner

Installer et lancer Gemini CLI sur Mac et Windows

Installez Gemini CLI, ouvrez le bon dossier et lancez gemini depuis le terminal en trois étapes.

Commande

npm install -g @google/gemini-cli && cd /path/to/your/project && gemini
Ouvrir le tutoriel