Skip to content

Instantly share code, notes, and snippets.

@ruvnet
Created July 17, 2026 17:14
Show Gist options
  • Select an option

  • Save ruvnet/192766132e1e42ee3ec4d670f38c7fb1 to your computer and use it in GitHub Desktop.

Select an option

Save ruvnet/192766132e1e42ee3ec4d670f38c7fb1 to your computer and use it in GitHub Desktop.
MetaHarness v0.3.2 optional signed Meta-Proxy sidecar

MetaHarness v0.3.2: optional signed Meta-Proxy sidecar

metaharness@0.3.2 is now available on npm.

Meta-Proxy is an opt-in local Rust sidecar for a loopback, Claude-compatible routing endpoint. It is not bundled into the npm package and is never downloaded during normal harness scaffolding.

Get started

npx metaharness@latest proxy install --yes
npx metaharness@latest proxy login
npx metaharness@latest proxy start
npx metaharness@latest proxy status

What is included

  • proxy install, status, start, stop, path, login, and logout
  • Meta-Proxy v0.3.0 release support for Windows x64, Linux x64/ARM64, and macOS x64/Apple Silicon
  • Explicit install consent: no binary download without --yes
  • Ed25519 verification of the raw SHA256SUMS manifest plus archive checksum verification before extraction
  • Meta-Proxy owns Cognitum OAuth and credential storage; MetaHarness does not store proxy credentials
  • PID-to-executable validation before a managed proxy stop can signal a process

Verification

  • MetaHarness build completed successfully
  • 394 package tests passed
  • The published tarball contains the compiled proxy module
  • A clean npx metaharness@0.3.2 proxy help run passed
  • The real signed v0.3.0 Windows archive was installed and verified in an isolated temporary directory

Source: ruvnet/metaharness#144 Meta-Proxy release channel: https://github.com/cognitum-one/meta-proxy-dist/releases/tag/v0.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment