Install any dev tool, correctly.
Step-by-step recipes for Node, Bun, uv, and the new generation of terminal AI agents. Pinned to LTS, every dependency taken care of — no copy-pasting from five Stack Overflow tabs.
The collection
— 9 recipes, all maintainedNode.js
JavaScript runtime built on Chrome's V8 engine. Required for npm, npx, and most JS-based CLI tools.
Bun
Fast all-in-one JavaScript runtime, bundler, test runner, and package manager.
uv
Extremely fast Python package and project manager. Replaces pip, pip-tools, pyenv, and virtualenv.
Claude CLI
Anthropic's Claude Code — an AI coding assistant that works in your terminal. Requires Node.js.
Codex CLI
OpenAI's Codex — a lightweight AI coding agent that runs in your terminal. Requires Node.js.
Gemini CLI
Google's Gemini Code Assist — an AI coding agent that works in your terminal. Requires Node.js.
Deno
Secure JavaScript and TypeScript runtime. Batteries included — no node_modules, no package.json required.
Docker
Container platform for building, shipping, and running applications in isolated environments.
Git
Distributed version control system. The foundation of almost every modern development workflow.