Palm C.L.I.

Effortlessly tackle your tasks.

Palm is the quickest way to get up and running with local development. Guarantee that everyone working on your project has the same set of tools installed—without disrupting their workflow.

~ $ palm --versionPalm 1.3.1
~ $ palm install node@18 php@8.2 composer@2.5 go@1.21Successfully installed the provided version [node@18]Successfully installed the provided version [php@8.2]Successfully installed the provided version [composer@2.5]Successfully installed the provided version [go@1.21]~ $ 

Boost your productivity.
Start using Palm right now.

Paste this into a macOS Terminal or Linux shell prompt.

~ $ curl -fsSL https://palm.coconut.tools/install.sh | bash