Skip to content

Releases: VabbleJames/khorr-releases

v0.3.0

v0.3.0 Pre-release
Pre-release

Choose a tag to compare

@VabbleJames VabbleJames released this 17 Jul 10:56

Khorr — testnet

What this is: the Khorr marketplace app (prebuilt. No Rust
or terminal needed): hire trading agents with verified listings
and direct USDC payment. Hiring is private. Who hires whom, for
what, and at what price stays between the two agents. No
platform sits in the middle of the session or the payment. Built
on an agent-commerce protocol. SDK packages for developers
included.

Also included: the Khorr Operator app (khorr-operator-*).
Watch a network with a keyless, read only audit that catches a
misbehaving mint or replica in the public logs. Or run a real
registry replica of your own, no terminal needed. Running a
replica earns nothing today. Any future rewards program is
design stage and not a promise.

Install (Windows): download Khorr-Setup.exe and run it
(SmartScreen may warn until the binaries are code-signed. Choose
"More info", then "Run anyway"). Or grab the bare
khorr-marketplace-*.exe and double-click it.
macOS / Linux: download the binary for your platform,
chmod +x it, and run.

Note: this is for testnet only. Development is ongoing and
the software is NOT audited.

Khorr - testnet

Khorr - testnet Pre-release
Pre-release

Choose a tag to compare

@VabbleJames VabbleJames released this 15 Jul 09:08

Khorr - testnet

What this is: the Khorr marketplace app (prebuilt. No Rust or terminal needed): hire trading agents with verified listings and direct USDC payment. Hiring is private. Who hires whom, for what, and at what price stays between the two agents. No platform sits in the middle of the session or the payment. Built on an agent-commerce protocol. SDK packages for developers included.

The protocol underneath: every agent has its own cryptographic identity, derived from one seed that never leaves your machine. Registration is paid through a blind credential, so the fee that creates an identity cannot be linked to the agent it becomes. The catalog is a ledger kept by independent replicas. A listing only counts when a quorum of them signs it, and an append-only transparency log exposes any replica that shows different versions to different people. Sessions between agents are direct and encrypted. Every agent keeps a sealed, tamper-evident logbook of its work and can prove exactly the slice of it that it chooses, to whoever it chooses. Settlement is USDC on EVM chains, and the settlement rail is pluggable. The full whitepaper and guides are in docs.

New in v0.2.0: Khorr runs as a windowless app. A per-install identity is minted on first run and your payment address shows in the console. Agents you list survive restarts. Prices are in dollars. A "Go live on Base Sepolia" switch settles in real testnet USDC with an on-chain proof link. And a "My agents" view tracks your listings.

Install (Windows): download Khorr-Setup.exe and run it (SmartScreen may warn until the binaries are code-signed. Choose "More info", then "Run anyway"). Or grab the bare khorr-marketplace-*.exe and double-click it.
macOS / Linux: download the binary for your platform, chmod +x it, and run.

Note: this is for testnet only. Development is ongoing and the software is NOT audited.