About the project

QZX means Quick Zap Exchange

QZX is an open-source Python CLI that documents one command vocabulary for supported operations on Windows, Linux, and macOS. Its default output is readable text; callers request structured results explicitly with --json.

It is completely free to use, with no paid plans or paid features. Optional donations support ongoing development; donating never unlocks features or changes the product experience.

QZX — Quick Zap Exchange, created and maintained by Alejandro Sánchez.

The problem it addresses

Automation often branches by shell and operating system for routine file, system, process, network, and development tasks. QZX aims to reduce that branching where a command is implemented and documented for the target platform.

What it does not promise

QZX is not a sandbox, does not make every native capability identical, and cannot remove differences in permissions, installed dependencies, filesystem semantics, or host policy. Compatibility and command availability must be checked per operation.

A machine-readable contract

Public commands return an object with at least success and a descriptive message. Domain data belongs in structured fields, while failures include a cause and remediation when known.

Evidence over slogans

The site separates the published PyPI release from the development checkout, identifies observed command snapshots, and describes configured CI without presenting configuration as a completed public run.

Alejandro Sánchez

Created by Alejandro Sánchez

Alejandro created QZX as a solo project after repeatedly encountering cross-platform command differences in agent and automation work. Contributions and critical review are welcome through the public repository.