Skip to main content

Installation Guides

Choose your platform and IDE for detailed installation instructions.

Choose Your Platform

Quick Comparison

Platform Best For Setup Time Difficulty
Claude Desktop Daily AI assistant use 2 minutes Easy
VS Code / Copilot IDE-integrated development 3 minutes Easy
Cursor AI-first coding 2 minutes Easy
Docker CI/CD pipelines, isolation 5 minutes Moderate
pip Custom integrations, scripts 1 minute Easy

System Requirements

Requirement Minimum Recommended
Python 3.10 3.11+
Memory 512 MB 2 GB
Disk Space 100 MB 500 MB
Operating System macOS 12+, Windows 10+, Linux (glibc 2.17+) Latest

Package Managers

Code Scalpel can be installed with any of these package managers:

uv (Recommended - Fastest)

# Run without installing
uvx codescalpel --version

# Or install globally
uv tool install codescalpel

pip

pip install codescalpel

pipx (Isolated)

pipx install codescalpel

conda

# Use pip in conda environment
conda create -n codescalpel python=3.11
conda activate codescalpel
pip install codescalpel

Verify Installation

After installing, verify Code Scalpel is working:

codescalpel --version
# Output: Code Scalpel v1.4.0

codescalpel --help
# Shows available commands and options

Next Steps

🚀 After Installation

Need Help?

Having trouble? Check out these resources: