Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.42 KB

File metadata and controls

29 lines (23 loc) · 1.42 KB

Hardware and software requirements for Claude in Action

   

Workstation specifications

  • Windows 11 or Linux or MacOS, 64-bit
  • RAM, 16GB required, 32GB preferable
  • 128 GB Storage (SSD would be preferable)
  • 4 Core CPU

Prerequisites

Before getting started, make sure you have the following installed and set up:

  1. Claude Code. Download and install the Claude Code desktop application.
  2. Node.js LTS. Install the latest Long-Term Support version of Node.js.
  3. Docker Desktop. Used for running tools and MCP servers in isolated containers.

    Optional: Only required if you plan to install a tool or MCP server that runs in an isolated container or depends on additional services and software.

  4. Git. Version control system required for managing your projects.
  5. GitHub Account. Create a free account if you don't already have one.
  6. Your preferred programming language environment. Since this workshop involves generating and running code, make sure your language runtime, package manager, and any relevant tools are installed and working. Examples: Java + Maven/Gradle, Python + pip/uv, .NET SDK, Ruby + Bundler, Node.js + npm/yarn, etc.

Note: Skip any items you already have installed or set up.