Back to PodcastsClaude
Claude Code 101
Installing Claude Code
Cloud Code is simple to install whether you want to use it in your terminal, the web, or your IDE.
Cloud Code ist einfach zu installieren, egal ob du es in deinem Terminal, im Web oder in deiner IDE verwenden möchtest.
If you're on macOS, Linux, or WSL, use this curl command to install it in one go.
Wenn du macOS, Linux oder WSL verwendest, nutze diesen curl-Befehl zur Installation in einem Schritt.
If you prefer to use Homebrew, you can also use brew install to install it, but note that this doesn't have auto-update capabilities.
Wenn du Homebrew bevorzugst, kannst du auch brew install verwenden, beachte jedoch, dass dies keine automatische Aktualisierung unterstützt.
For Windows, there's also a couple ways.
Für Windows gibt es ebenfalls ein paar Möglichkeiten.
In PowerShell, use the Invoke-RestMethod command.
In PowerShell verwende den Befehl Invoke-RestMethod.
If you're on CMD, you can also use this curl command.
Wenn du CMD verwendest, kannst du auch diesen curl-Befehl nutzen.
We also have a winget command as well if you prefer, but just like Homebrew, it won't auto-update.
Wir haben auch einen winget-Befehl, falls du diesen bevorzugst, aber wie bei Homebrew erfolgt keine automatische Aktualisierung.
Now, go to your project directory and run cloud.
Gehe jetzt in dein Projektverzeichnis und starte cloud.
You will go through some initial instructions like choosing your color theme and signing in with your cloud account, which could be the pro, max, or enterprise.
Du wirst einige erste Anweisungen durchlaufen, wie die Auswahl deines Farbthemas und die Anmeldung mit deinem cloud-Konto, das pro, max oder enterprise sein kann.
Or you can use an API key.
Oder du kannst einen API key verwenden.
If your organization has a cloud enterprise account, be sure to select that option.
Wenn deine Organisation ein cloud enterprise-Konto hat, stelle sicher, dass du diese Option auswählst.
Whatever directory you decide to run cloud in, it will have access to that directory and all of its subfolders.
In welchem Verzeichnis du cloud auch ausführst, es hat Zugriff auf dieses Verzeichnis und alle seine Unterordner.
In Visual Studio Code, open up your extensions panel and search for Cloud Code.
Öffne in Visual Studio Code das Erweiterungspanel und suche nach Cloud Code.
You will see the extension by Anthropic.
Du siehst die Erweiterung von Anthropic.
Make sure it has the blue check and hit install.
Stelle sicher, dass sie das blaue Häkchen hat, und klicke auf installieren.
After installation, you might need to restart VS Code.
Nach der Installation musst du möglicherweise VS Code neu starten.
After that, you can open up the control palette with control or command and shift and P and search Cloud Code.
Danach kannst du die Befehlspalette mit Strg oder Befehl und Umschalt und P öffnen und nach Cloud Code suchen.
Open a new tab.
Öffne einen neuen Tab.
You can also click on the cloud logo if you see it when a file is open.
Du kannst auch auf das cloud-Logo klicken, wenn du es siehst, während eine Datei geöffnet ist.
You can also opt out of the UI and just use the terminal experience directly in your settings file.
Du kannst auch in deiner Einstellungsdatei die Benutzeroberfläche deaktivieren und direkt die Terminal-Erfahrung nutzen.
For JetBrains IDEs, you can install the Cloud Code plugin from the JetBrains Marketplace.
Für JetBrains IDEs kannst du das Cloud Code Plugin aus dem JetBrains Marketplace installieren.
Once you install, restart your IDE.
Starte nach der Installation deine IDE neu.
And when you reopen, you'll see the cloud logo.
Wenn du sie erneut öffnest, siehst du das cloud-Logo.
This will open up a pane where you can see the terminal experience.
Dadurch öffnet sich ein Bereich, in dem du die Terminal-Erfahrung sehen kannst.
And this will work alongside you.
Und das wird dir zur Seite stehen.
On Cloud Desktop, you can also run Cloud Code.
Auf Cloud Desktop kannst du auch Cloud Code ausführen.
After you install Cloud Desktop and signed in, you will see a toggle at the top that says code.
Nachdem du Cloud Desktop installiert und dich angemeldet hast, siehst du oben einen Schalter mit der Aufschrift code.
The look and feel is similar to Claude chat side of things, but allows you to work in a specific folder, change permissions, and even work in a cloud environment.
Das Aussehen ähnelt der Claude-Chat-Seite, ermöglicht dir aber die Arbeit in einem bestimmten Ordner, das Ändern von Berechtigungen und sogar das Arbeiten in einer cloud-Umgebung.
On the web, you can access Claude code by going to claude.ai/code.
Im Web kannst du auf Claude code zugreifen, indem du claude.ai/code aufrufst.
This works very similar to the desktop app.
Das funktioniert sehr ähnlich wie die Desktop-App.
However, you're restricted to GitHub repositories only.
Du bist jedoch auf GitHub-Repositories beschränkt.
If you want to constantly keep up to date with everything, the terminal is the best bet.
Wenn du immer auf dem neuesten Stand bleiben möchtest, ist das Terminal die beste Wahl.
Features ship there the fastest.
Funktionen werden dort am schnellsten ausgeliefert.
For the most part, you'll have extremely similar experiences with the IDE integrations if you like Claude code to feel more intertwined with your favorite code editor.
Für die meisten Anwendungsfälle wirst du mit den IDE-Integrationen sehr ähnliche Erfahrungen machen, wenn du möchtest, dass Claude code enger mit deinem bevorzugten Code-Editor verbunden ist.
Desktop is great for letting Claude run in the background while you run other tasks.
Desktop eignet sich hervorragend, um Claude im Hintergrund laufen zu lassen, während du andere Aufgaben erledigst.
Claude code on the web is a great option if you want to remotely work on a project through a GitHub repository or have multiple sessions work in parallel.
Claude code im Web ist eine großartige Option, wenn du remote an einem Projekt über ein GitHub-Repository arbeiten oder mehrere Sitzungen parallel betreiben möchtest.
However, you want to use Claude code, it's up to you.
Wie du Claude code verwenden möchtest, liegt bei dir.