Skip to main content

Overview

To run a deep workflow, DeepVista’s CLI and local-agent tooling require a handful of standard developer tools installed on your machine: git, Python 3.12+, Node.js 18+, and the Claude Code CLI.
Already have some of these installed? Each step includes a version check — skip any step where the check already succeeds.

Step-by-step guide

1

Install Xcode Command Line Tools

Provides git, clang, and the other build tools macOS needs.
A software update dialog opens — click Install, accept the license, and wait for the download to finish.
Installing Xcode Command Line Tools
Verify it worked:
2

Install Homebrew

Homebrew is the package manager used to install everything else in this tutorial.
Installing Homebrew
Verify it worked:
3

Install Python 3.12+

Required by the DeepVista CLI installer.
Installing Python 3.12
Verify it worked:
4

Install Node.js 18+

Required for the Claude Code CLI and DeepVista’s local tooling.
Installing Node.js
Verify it worked:
5

Install the Claude Code CLI

You’ll use this later to run claude login when connecting your machine to DeepVista.
Installing the Claude Code CLI
Verify it worked:
6

Verify everything installed correctly

Run all four checks together:
Each command should print a version number, not a “command not found” error.
Verifying all dependencies are installed

Next steps

Set Up Your Claude Code Connector

Authenticate Claude Code and configure the connectors your workflows will use.