Terug naar podcastsClaude
Claude Code 101
Claude Code installeren
Cloud Code is simple to install whether you want to use it in your terminal, the web, or your IDE.
Cloud Code is eenvoudig te installeren, of je het nu in je terminal, op het web of in je IDE wilt gebruiken.
If you're on macOS, Linux, or WSL, use this curl command to install it in one go.
Als je macOS, Linux of WSL gebruikt, gebruik dan dit curl-commando om het in één keer te installeren.
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.
Als je de voorkeur geeft aan Homebrew, kun je ook brew install gebruiken, maar let op dat dit geen automatische updates ondersteunt.
For Windows, there's also a couple ways.
Voor Windows zijn er ook een paar manieren.
In PowerShell, use the Invoke-RestMethod command.
Gebruik in PowerShell het commando Invoke-RestMethod.
If you're on CMD, you can also use this curl command.
Als je CMD gebruikt, kun je ook dit curl-commando gebruiken.
We also have a winget command as well if you prefer, but just like Homebrew, it won't auto-update.
We hebben ook een winget-commando als je dat liever hebt, maar net als Homebrew zal het niet automatisch updaten.
Now, go to your project directory and run cloud.
Ga nu naar je projectmap en voer cloud uit.
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.
Je doorloopt enkele eerste stappen, zoals het kiezen van je kleurthema en inloggen met je cloud-account, dat pro, max of enterprise kan zijn.
Or you can use an API key.
Of je kunt een API key gebruiken.
If your organization has a cloud enterprise account, be sure to select that option.
Als je organisatie een cloud enterprise-account heeft, zorg dan dat je die optie selecteert.
Whatever directory you decide to run cloud in, it will have access to that directory and all of its subfolders.
Welke map je ook kiest om cloud in uit te voeren, het heeft toegang tot die map en al zijn submappen.
In Visual Studio Code, open up your extensions panel and search for Cloud Code.
Open in Visual Studio Code het extensiepaneel en zoek naar Cloud Code.
You will see the extension by Anthropic.
Je ziet de extensie van Anthropic.
Make sure it has the blue check and hit install.
Zorg dat het het blauwe vinkje heeft en klik op installeren.
After installation, you might need to restart VS Code.
Na de installatie moet je mogelijk VS Code opnieuw opstarten.
After that, you can open up the control palette with control or command and shift and P and search Cloud Code.
Daarna kun je het opdrachtenpalet openen met Ctrl of Command en Shift en P en zoeken naar Cloud Code.
Open a new tab.
Open een nieuw tabblad.
You can also click on the cloud logo if you see it when a file is open.
Je kunt ook op het cloud-logo klikken als je het ziet wanneer een bestand open is.
You can also opt out of the UI and just use the terminal experience directly in your settings file.
Je kunt ook de UI uitschakelen en rechtstreeks de terminalervaring gebruiken in je instellingenbestand.
For JetBrains IDEs, you can install the Cloud Code plugin from the JetBrains Marketplace.
Voor JetBrains IDE's kun je de Cloud Code-plugin installeren vanuit de JetBrains Marketplace.
Once you install, restart your IDE.
Start na de installatie je IDE opnieuw op.
And when you reopen, you'll see the cloud logo.
Als je opnieuw opent, zie je het cloud-logo.
This will open up a pane where you can see the terminal experience.
Dit opent een venster waar je de terminalervaring kunt zien.
And this will work alongside you.
En dit werkt naast je.
On Cloud Desktop, you can also run Cloud Code.
Op Cloud Desktop kun je ook Cloud Code uitvoeren.
After you install Cloud Desktop and signed in, you will see a toggle at the top that says code.
Nadat je Cloud Desktop hebt geïnstalleerd en bent ingelogd, zie je een schakelaar bovenaan met de tekst 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.
De look en feel lijkt op de Claude-chat, maar je kunt in een specifieke map werken, machtigingen wijzigen en zelfs in een cloud-omgeving werken.
On the web, you can access Claude code by going to claude.ai/code.
Op het web kun je Claude code openen door naar claude.ai/code te gaan.
This works very similar to the desktop app.
Dit werkt heel vergelijkbaar met de desktop-app.
However, you're restricted to GitHub repositories only.
Je bent echter beperkt tot GitHub-repositories.
If you want to constantly keep up to date with everything, the terminal is the best bet.
Als je altijd up-to-date wilt blijven, is de terminal de beste keuze.
Features ship there the fastest.
Functies verschijnen daar het snelst.
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.
Voor het grootste deel heb je vergelijkbare ervaringen met de IDE-integraties als je Claude code nauwer verweven wilt hebben met je favoriete code-editor.
Desktop is great for letting Claude run in the background while you run other tasks.
Desktop is geweldig voor het laten draaien van Claude op de achtergrond terwijl je andere taken uitvoert.
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 op het web is een goede optie als je op afstand aan een project wilt werken via een GitHub-repository of meerdere sessies parallel wilt laten werken.
However, you want to use Claude code, it's up to you.
Hoe je Claude code ook wilt gebruiken, dat is aan jou.