Install Claude
This page gets you from zero to a working agent on our repos.
Install Claude Code
Section titled “Install Claude Code”# Windows (PowerShell)irm https://claude.com/install.ps1 | iexAuthentication
Section titled “Authentication”You’ll get assigned a Claude Team seat from IT. If you don’t have one, file a ticket via FreshService.
Pointing it at our code
Section titled “Pointing it at our code”-
Clone the Alastri repo and check out the branch you need.
-
Open a terminal in the repo root and run
claude. -
If it’s your first time, you’ll need to pick a theme and log in with your Claude account.
Recommended local config
Section titled “Recommended local config”Once you’ve run Claude Code once, it’ll create a settings.json file in the following path:
%userprofile%\.claude\settings.jsonReplacing the spinner verbs
Section titled “Replacing the spinner verbs”Claude shows playful status words like ‘Bamboozling’ while it works. To replace them
with something plainer, add a spinnerVerbs key to your settings.json:
{ "spinnerVerbs": { "mode": "replace", "verbs": ["Working"] }}