Skip to main content

Predictable cross-platform commands and structured JSON for AI agents and automation

Project description

QZX — Quick Zap Exchange

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

QZX is an open-source Python CLI that gives AI agents, automation, and people one documented command vocabulary for supported operations on Windows, Linux, and macOS.

QZX is completely free to use. There are no paid plans or paid features. Donations are welcome because they support ongoing development, but they are optional and never unlock features or change the product experience.

Website · Command documentation · Recorded output · Compatibility · Security and telemetry · Documentación en español

QZX is a local command interface, not a shell replacement, remote execution service, or security sandbox. It reduces platform-specific branches only for operations present in the installed command catalog.

Install the published package

python -m pip install qzx
qzx qzxListCommands
qzx qzxHelp findFiles
qzx getCurrentDate
qzx getCurrentDate --json

PyPI publishes QZX 0.2.2.0.1, which requires Python 3.9 or newer. This checkout matches that published version, and its generated catalog calculates the current command totals from the discovered implementation.

Source Version Python Command surface
Published package and current checkout 0.2.2.0.1 >=3.9 See the generated command catalog

PyPI is authoritative for what pip install qzx installs. The installed runtime is authoritative for its own command list.

Output contract

Every public command returns an object with at least:

  • success: an explicit boolean outcome;
  • message: a descriptive human-readable summary;
  • command-specific evidence such as paths, counts, units, versions, diagnostics, causes, or remediation when available.

The CLI prints message by default. Pass --json to print the complete structured result:

qzx findFiles examples/qzx_in_action "*.txt" -r --format name
qzx findFiles examples/qzx_in_action "*.txt" -r --format name --json

Command lookup is case-insensitive. Documentation uses the current canonical lower-camel-case spelling and lists accepted aliases separately.

Good starting commands in PyPI 0.2.2.0.1

These names were verified in the official wheel:

qzx version --json
qzx qzxListCommands --json
qzx qzxHelp findFiles
qzx systemInfo --json
qzx getCurrentDate --json
qzx findFiles . "*.py" -r --json
qzx findText "TODO" src -r --json
qzx getRAMInfo --json
qzx getDiskInfo --json
qzx listProcesses "python" --json

Before a consequential operation, inspect the installed help and the command reference for parameters, platform availability, native dependencies, mutation classification, backup requirements, and preview support.

Development-only commands

The following examples require the development checkout and must not be recommended after only pip install qzx:

qzx scanProject . --json
qzx projectDoctor . --json
qzx repairWorkspace . --json
qzx systemDoctor --json
qzx auditRepository . --json

Install the checkout for development:

python -m pip install -e .
python -m pytest -q

Optional command groups can be installed with python -m pip install "qzx[filetype]" or python -m pip install "qzx[ai]". Some operations also depend on host tools such as Git, smartmontools, formatters, or language toolchains.

Safety model

QZX executes with the permissions of the current user. Commands may mutate or delete files, terminate processes, invoke native programs, access the network, or require elevated privileges.

In the development checkout, commands marked dangerous must create a restorable backup before a real filesystem mutation and abort when the backup fails. Preview and read-only modes do not require a backup. Explicit bypasses --dangerously-bypass-approvals-and-sandbox, --yolo, and QZX_SAFETY=YOLO can skip that QZX backup barrier; they do not bypass operating-system permissions or grant user authorization.

Review the security model before delegating mutating commands.

Pseudonymous CLI telemetry

Telemetry is enabled by default and schedules at most one version_first_run event per QZX version and random local installation identifier. It sends random installation and event UUIDs, QZX/Python/OS metadata, architecture, virtual-environment and known-CI flags. The server also observes the request IP and receipt time.

It does not send command names, arguments, terminal input, paths, environment values, usernames, hostnames, file contents, process lists, or hardware serial numbers. Raw IPs are retained for 1,825 days. Network or storage failures never change a command result.

Disable telemetry with either:

QZX_TELEMETRY=0 qzx Welcome
DO_NOT_TRACK=1 qzx Welcome

An explicit QZX_TELEMETRY=1 takes precedence over DO_NOT_TRACK=1. See the complete telemetry and deletion policy.

Compatibility evidence

The project targets Windows, Linux, and macOS. Targeting a platform is not the same as proving every command on it. The repository workflow is configured for Python 3.9–3.13 across windows-latest, ubuntu-latest, and macos-latest; the documentation does not claim a successful hosted run without a public run URL.

Complete local stdout snapshots identify their QZX version, Python version, operating system, date, fixture, and exit code on the QZX in action page.

Repository structure

  • src/qzx/resources/product-manifest.json is the canonical product, release, output, compatibility, and telemetry manifest.
  • src/qzx/commands/ contains command implementations.
  • scripts/utils/generate_documentation.py builds every documentation projection from the inspected implementation, wheel inventory, translations, explicit safety policies, captured evidence, and the strict llms.txt template.
  • WebsiteQZX/ contains the server-rendered bilingual public site.
  • docs/ contains the canonical development, release, production, privacy, and troubleshooting documentation.

Do not change versions, build or publish distributions, create tags, or deploy from these instructions alone; those are independent release operations.

Contributing

Start with AGENTS.md, the command guide, and the project philosophy. Preserve the structured output contract, add proportional tests, and keep published and development availability explicit.

License: Apache-2.0. The attribution notice is in NOTICE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qzx-0.2.2.0.1.tar.gz (413.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qzx-0.2.2.0.1-py3-none-any.whl (348.9 kB view details)

Uploaded Python 3

File details

Details for the file qzx-0.2.2.0.1.tar.gz.

File metadata

  • Download URL: qzx-0.2.2.0.1.tar.gz
  • Upload date:
  • Size: 413.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for qzx-0.2.2.0.1.tar.gz
Algorithm Hash digest
SHA256 d545dc617652e676e746ca271d005def4fd358178f24111edcf03b808a78a6c4
MD5 6959c9ba5f5cea0ed08840b93346b55e
BLAKE2b-256 fc8350a16dc8ae68b6b1d6acb12875af4faf585bad7424ea4bb1ac94c3b12c86

See more details on using hashes here.

File details

Details for the file qzx-0.2.2.0.1-py3-none-any.whl.

File metadata

  • Download URL: qzx-0.2.2.0.1-py3-none-any.whl
  • Upload date:
  • Size: 348.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for qzx-0.2.2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d3b49acbe51b028e95d2c399f7a6cca67cd393d7369b2014be0391860a398039
MD5 33619ac183ac5b020c54042be922acb8
BLAKE2b-256 7337af42339c39fc04c60bd087ee5587ae70ce19bc7ba088014785e1955d5f3f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page