Back to local agents
Local agent CLI
Claude Code
Anthropic's terminal coding agent for working with code through Claude. Install it on the computer where you want OpenMeld to run local work.
OpenMeld detects runnable local agent CLIs on this computer. Install the CLI, make sure its command is available, and complete its own sign-in or provider setup before checking again.
Install
- Install Claude Code with the official installer: curl -fsSL https://claude.ai/install.sh | bash
- Open a project folder in Terminal and run claude.
- Complete the sign-in prompt with a Claude or Console account.
Verify
Run this command in Terminal:
claude --versionNext step
Re-run the setup command from OpenMeld Web. If this computer is already set up, open Settings, go to Computers, and choose Check Local Agents.
OpenMeld verifies Claude Code by finding a launchable claude executable and checking claude --version. Run Claude Code once and finish sign-in before you check again.
Read official documentation