Last checked: September 25, 2026
Claude Code's command-line tool needs to be installed before UsageBuddy can connect to it. The steps below use Anthropic's recommended installer, then follow the UsageBuddy flow.
⚠️ Important: UsageBuddy currently runs on 64-bit Windows 10 (version 1809 or later) and Windows 11. Its website says the Mac app is coming soon. You can install Claude Code on macOS using the instructions below, but you cannot run UsageBuddy there yet.
Install or update Claude Code
Anthropic's native installer is the simplest option for most users. It installs the latest release by default and updates in the background. Claude Code supports Windows 10 version 1809 or later and macOS 13 or later.
Windows
-
Open PowerShell from the Start menu.
-
Paste the official installer and press Enter:
irm https://claude.ai/install.ps1 | iex -
Check the installed version:
claude --version
macOS
-
Open Terminal from Applications > Utilities.
-
Paste the official installer and press Return:
curl -fsSL https://claude.ai/install.sh | bash -
Check the installed version:
claude --version
Check for an update
The native installation checks for updates automatically. To check and apply one now, run:
claude update
If Claude Code was installed with Homebrew or WinGet, update it through that same package manager instead. After updating, check the version again with claude --version.
Ask an AI assistant to check it for you
Paste this plain-English request into a coding assistant. It contains no terminal commands:
Check whether Claude Code is installed on this computer. If it is missing, install the latest version using Anthropic's current official instructions for this operating system. If it is installed, check whether a newer version is available and update it using the existing installation method. Do not switch installation methods or create a second installation. Verify the version afterward and report “old version -> new version”; if it was missing, report “not installed -> new version,” and if it was already current, say so. End with this exact line: “Now you’re ready to connect with UsageBuddy.”
Connect Claude Code in UsageBuddy
-
Open UsageBuddy.
-
Click Add Account.
-
Select Claude Code.
-
Enter an account name. Use a label you will recognize, such as “Personal Claude” or “Team account.”
-
Click Continue.
-
Wait for the browser to open. UsageBuddy will direct you to the Claude authorization page.
-
Sign in to the Claude account you want to track. For a Team or Enterprise account, use the organization login that has Claude Code access.
-
Close the browser after authorization finishes.
-
Return to UsageBuddy.
-
Confirm that the Claude Code account appears in the dashboard. Check the account name and status. If UsageBuddy reports a missing CLI, install or update Claude Code above and choose I installed it in the Add Account dialog if shown.
UsageBuddy puts the connected account's reported usage and reset information beside your other tracked accounts, which saves you from checking each Claude login separately.