[20260312_DOCS] Fixed installation hub links to match the current website docs tree.
Installation Guides¶
Choose your platform and IDE for detailed installation instructions:
-
Claude Desktop
The most common setup for Claude users. Works on macOS, Windows, and Linux.
-
Claude CLI
Terminal-based Claude interface with MCP server management commands.
-
VS Code / GitHub Copilot
Integrate Code Scalpel with VS Code and GitHub Copilot's agent mode.
-
Cursor
Use Code Scalpel with Cursor's AI-powered editor.
-
Docker
Run Code Scalpel in a containerized environment for CI/CD or isolated analysis.
-
pip / Command Line
Install as a Python package for scripting or custom integrations.
Quick Comparison¶
| Platform | Best For | Setup Time |
|---|---|---|
| Claude Desktop | Daily AI assistant use (GUI) | 2 minutes |
| Claude CLI | Terminal workflows, scripting | 2 minutes |
| VS Code / Copilot | IDE-integrated development | 3 minutes |
| Cursor | AI-first coding | 2 minutes |
| Docker | CI/CD pipelines, isolation | 5 minutes |
| pip | Custom integrations, scripts | 1 minute |
System Requirements¶
| Requirement | Minimum | Recommended |
|---|---|---|
| Python | 3.10 | 3.11+ |
| Memory | 512 MB | 2 GB |
| Disk | 100 MB | 500 MB |
| OS | macOS 12+, Windows 10+, Linux (glibc 2.17+) | Latest |
Package Managers¶
Code Scalpel can be installed with any of these package managers:
Verify Installation¶
After installing, verify Code Scalpel is working:
codescalpel --version
# Output: Code Scalpel v1.4.0
codescalpel --help
# Shows available commands and options
Need Help?¶
- Check the FAQ for common installation issues
- Join our Discord community for support
- Open an issue on GitHub