Abstrax

Official plugins

Official plugins are maintained by the Abstrax team. They use trust level official in the plugin registry, ship as separate binaries, and extend the CLI with top-level commands (for example abstrax deploy).

Install them with the same workflow as any other plugin:

sudo abstrax plugin install <name>
abstrax <name> version

Official does not mean “runs with elevated privileges by default.” Mutating commands still follow the same root and confirmation patterns as core Abstrax commands. Treat every plugin binary like software you chose to install on the server. See Plugin security.

Available official plugins

Plugin Command What it does
Deploy abstrax deploy Zero-downtime GitHub deployments for Abstrax projects
Composer abstrax composer Install Composer globally and run it with the correct PHP binary

More official plugins may appear here as they are published.