Qorx

Installing Qorx Community Edition

Community Edition is source-first. Build it with Rust and Cargo, or use the maintainer-controlled GitHub release assets when a tag is published.

Source build

git clone https://github.com/bbrainfuckk/qorx.git
cd qorx
cargo test
cargo build --release
./target/release/qorx --version

Windows:

git clone https://github.com/bbrainfuckk/qorx.git
cd qorx
cargo test
cargo build --release
.\target\release\qorx.exe --version

If you double-click qorx.exe, Windows may close the console as soon as the command finishes. Use PowerShell for normal CLI work. The Windows release zip also includes Start Qorx CLI.cmd, which opens Qorx in a terminal that stays visible.

Cargo git install

Install from the current public source branch:

cargo install --git https://github.com/bbrainfuckk/qorx --branch main --locked qorx
qorx --version

GitHub release assets

Release tags build community CLI archives for Windows, Linux, and macOS. They are unsigned CLI assets, not Qorx Ayie installers.

Use source builds when you need the most auditable path. Use release assets when you want the quickest community CLI path.

In the Windows zip:

Package channels

Community Edition package-channel files are available for:

Publishing those channels still needs the maintainer’s registry accounts or package-submission PRs. The files are in the repo so the package work is auditable and repeatable.

Qorx Ayie Starter is the cross-platform product trial path for service-backed features. It includes 5,000 included Ayie/Cloud requests. Community Edition package installs do not cap local CLI usage.

What to run

Use the CE command set after building:

.\target\release\qorx.exe doctor --json
.\target\release\qorx.exe index .
.\target\release\qorx.exe strict-answer "what proves Qorx is a language runtime?"
.\target\release\qorx.exe b2c-plan "what proves Qorx is a language runtime?" --budget-tokens 900
.\target\release\qorx.exe security attest

Read Community Edition before treating a self-built binary as an official Qorx product.