Run the one-line installer
This single command downloads Etherpad, installs all its dependencies, and builds the frontend automatically. It clones the project into a new folder called 'etherpad-lite' in whatever directory your terminal is currently in. Pick the command that matches your operating system.
Command fails immediately with 'node: command not found' or 'pnpm: command not found'
Install Node.js 24+ from nodejs.org first, then run 'npm install -g pnpm' in your terminal, then retry the installer.
