Skip to main content

One post tagged with "development-environment"

View All Tags

Running Claude Code Without Global Node on macOS (Using mise)

· 3 min read
Pere Pages
Software Engineer
A laptop on a tidy desk running a command-line AI assistant while a version-manager toolbox swaps Node.js runtime blocks

A guide for macOS developers who want to use Claude CLI without installing Node.js globally. The post demonstrates how to set up a local Claude CLI installation using mise for Node version management, configure a shell function in .zshrc for easy access, and solve the common issue where Claude CLI loses the current working directory context. This approach keeps your global system clean while making Claude CLI available from any project directory.