Get your machine ready to build

Install dev tools and apps with a single config file. Drop it in, click install, done.

Download for macOS

Free and open source ยท GitHub

Simple YAML config

name: "Web Dev Setup"

dependencies:
  - id: homebrew
    check: which brew
    install: /bin/bash -c "$(curl ...)"

  - id: node
    check: which node
    install: brew install node
    depends_on: homebrew