Local developer runtime (alpha)

TARX Supercomputer on your machine

OpenAI-compatible gateway at 11450 for health, metering, durable jobs, and developer API traffic. Ordinary sync chat stays on Computer 11443.

Gateway

Upstream

Billable joules

Billing truth

not loaded

Quickstart (local only)

No fake API keys. These commands hit your local gateway and return honest prototype metering.

Health

curl -sS http://127.0.0.1:11450/health | jq '{status, upstream_healthy, hosted_supercomputer_enabled}'

Usage

curl -sS http://127.0.0.1:11450/v1/usage | jq '{billable_joules: .totals.billable_joules, billing_truth}'

Durable repo health

curl -sS -X POST http://127.0.0.1:11450/v1/durable/run \
  -H 'content-type: application/json' \
  -H 'x-tarx-privacy-tier: mesh_safe' \
  -H 'x-tarx-environment: computer' \
  -d '{"agent_id":"agents/repo_health","prototype":true}' | jq '{object, job_id, tool_events: .result.toolEvents | length}'

Headers

Use x-tarx-privacy-tier, x-tarx-environment, x-tarx-project-id, and x-tarx-device-id on hosted routes. Private chat does not silently escalate to the gateway.