Skip to content

Installation

maximlevey edited this page Feb 28, 2026 · 2 revisions

Installation

Requirements

  • macOS 12 or later
  • Setapp installed and running

Release binary (recommended)

curl -fsSL https://raw.githubusercontent.com/maximlevey/setapp-cli/main/install.sh | bash

This downloads the latest release binary and installs it to /usr/local/bin.

To install to a different location:

curl -fsSL https://raw.githubusercontent.com/maximlevey/setapp-cli/main/install.sh | bash -s -- ~/bin

Build from source

Requires Xcode Command Line Tools (xcode-select --install).

git clone https://github.com/maximlevey/setapp-cli.git && cd setapp-cli
make install

make install builds a universal binary and installs it to /usr/local/bin. Use sudo make install if you don't have write access to that directory.

Uninstall

rm -f /usr/local/bin/setapp-cli

Clone this wiki locally