StackOps is a cross-platform CLI for managing your development stack. It is package installer, configurator, dotfile/secrets manager, data and code sync solution, command launcher, processes orchestrator (is there anything else?) all wrapped into one solution. As such, it should take a few minutes to make a fresh new machine to look like the machine you were customizing for 10 years.
| Before | After |
|---|---|
![]() |
![]() |
See the online docs for full usage and reference material.
Choose your platform and expand only the commands you need.
Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
uv tool install --upgrade --python 3.14 stackops
stackops --help
# OR: . < (curl -L https://bit.ly/sopsu)macOS
curl -LsSf https://astral.sh/uv/install.sh | sh
uv tool install --upgrade --python 3.14 stackops
stackops --help
# OR: . < (curl -L https://bit.ly/sopsu)Windows PowerShell
powershell -ExecutionPolicy Bypass -c "irm https://astral.sh/uv/install.ps1 | iex"
uv tool install --upgrade --python 3.14 stackops
stackops --help
# OR: irm bit.ly/sopsw | iexInstall the StackOps skill for Codex with:
bunx skills add thisismygitrepo/stackops --skill stackops --global --agent codex --yesRun these once StackOps is installed.
devops install --group sysabc
devops config copy-assets all
devops config sync down \
--sensitivity public \
--method copy \
--on-conflict throw-error \
--which all
devops config terminal config-shell --which default
devops install --group termabcStackOps exposes standalone commands and an umbrella wrapper:
| Command | Purpose |
|---|---|
devops |
Package installation, repo automation, config/data sync, self-management, networking, script execution, vault |
cloud |
Cloud sync, copy, mount, and SSH transfer helpers |
terminal |
Terminal session and layout management |
agents |
AI agent scaffolding, MCP catalog installs, prompt runs, parallel workflows |
utils |
General-purpose utility commands |
fire |
File, function, notebook, and app runner |
preview |
File preview and uv run backend launcher |
seek |
Interactive search across files, text matches, and symbols |
stackops |
Umbrella wrapper that routes into all of the above |
Run <command> --help for details, or stackops --help to see the full tree.
Alex Al-Saffar. email
Ruby Chan. email

