Skip to content

curl | bash

One-liner installation scripts like curl -fsSL https://example.com/install.sh | bash are everywhere. Docker, Homebrew, nvm, Laravel — they all use this pattern. But what exactly are you running? This site analyzes popular curl|bash scripts: what they install, what they modify, and how to undo them.

Recent posts

OpenClaw

OpenClaw

Ever wished you had a lobster-themed CLI assistant that could automate your terminal chores? OpenClaw is exactly...

2026-01-29
Docker

Docker

Want to containerize your life? Docker's one-liner install script is how millions of developers get their container...

2026-01-22
php.new

php.new

Ever wanted to go from zero to PHP in under a minute? The `php.new` installer is Laravel's gift to developers who...

2026-01-15
basherpm/basher

basherpm/basher

Ever wished you could install bash scripts as easily as you install npm packages? That's exactly what basher does —...

2026-01-08
Homebrew/install

Homebrew/install

Ever wished installing software on your Mac (or Linux box) was as easy as `apt-get` on Debian? That's exactly what...

2026-01-01