-
Notifications
You must be signed in to change notification settings - Fork 4
Home
maximlevey edited this page Feb 28, 2026
·
2 revisions
Install and manage Setapp apps from the command line.
setapp-cli connects directly to Setapp's internal XPC service to install and uninstall apps programmatically. Save your app list to a bundle file, check it into your dotfiles, and restore it on a new Mac -- like Homebrew, but for Setapp.
# Install setapp-cli
curl -fsSL https://raw.githubusercontent.com/maximlevey/setapp-cli/main/install.sh | bash
# Install a Setapp app
setapp-cli install Proxyman
# Save your installed apps
setapp-cli dump
# Restore them on a new Mac
setapp-cli bundle install- Installation -- Release binary, building from source
- Usage -- Commands and examples
- Bundle files -- Saving and restoring app lists
- How it works -- Architecture and internals
- Troubleshooting -- Common issues and fixes
- Building -- Development and contributing
setapp-cli