Guide · AI tutorials

Getting started with Claude Code

A beginner's guide to using Anthropic's AI coding assistant in your terminal.

Sep 25, 2026Asaiejadoo2 min read
Purple light trails

What it is

Claude Code is an AI coding assistant from Anthropic that runs in the terminal. You describe what you want in plain language; it reads your project, proposes changes, edits files and can run commands — asking for your permission before it acts.

Getting started

  1. Install

    It needs Node.js. Install it with npm install -g @anthropic-ai/claude-code.

  2. Open your project

    In a terminal, go to your project folder and run claude. The first run asks you to sign in with an Anthropic account.

  3. Start small

    Ask it to explain the project structure, or to fix one clearly described bug.

Working well with it

  • Be specific: name the file, the behaviour you expect and how to test it.
  • Keep project notes: a CLAUDE.md file in the project can hold conventions and commands it should know.
  • Review every change: read the diffs and run your tests before you commit.
  • Use version control: commit often so any change is easy to undo.

Things to know

Claude Code is a cloud service: your code and prompts are sent to Anthropic's servers. For code that must stay on your own machine, consider a locally run open model instead.

Tools for this

Share this guide
Published by

Asaiejadoo — everyday calculation and AI guides, part of the ZIBADIS network founded by Masoud Moghaddam in Tehran.

About us · Suggest a correction

New guides

Get new Asaiejadoo guides

Follow the ZIBADIS channel on Telegram, or email us to join the mailing list for new guides.