OPTXOPTX DOCS
Reference

Ecosystem Repos

602515

Every repo in the jettoptx and Secure-Legion GitHub orgs that backs OPTX and JettChat — with role, visibility, and current status.

The OPTX / JettChat platform is split across two GitHub orgs. This page outlines every repo so readers know where to look, even when a repo isn't yet documented in depth.

  • jettoptx — the umbrella org for OPTX, JettChat (xChat Native), AARON, JOE, and supporting infrastructure.
  • Secure-Legion — the org for Phantom Mode (Tor + post-quantum messaging, patent pending) and its Tor patches.

Visibility key: PUB = public on GitHub, PRI = private. Status key: Active = currently in production or used by the docs site, Overlapping = scope unclear vs. another repo (see Notes), Roadmap = planned, no shipped artifact yet.


jettoptx org

Active core

RepoVisRole
joe-docsPUBThis documentation site (Next.js 16 + Fumadocs + MDX). Deployed at jettoptx.dev/docs.
joe-jettchat-appPRIxChat Native UI — clean-room encrypted AI chat. See JettChat → xChat Native.
joe-jettauth-optxPUBThe published @jettoptx/auth SDK — X OAuth 2.0 PKCE + Solana signMessage + Ed25519 JWT. See JETT Auth.
joe-jettchat-sdkPRIE2E encryption SDK (X25519 + TKDF hybrid PQC) + Matrix bridge + X Activity API. See Messaging Features.
joe-aaron-routerPUBAARON gaze-verification router (FastAPI). Serves both JettChat modes. See AARON Protocol.
joe-corePRIJOE Agentic Core — sovereign AstroKnot Lattice + JETT Auth backend + Knot Proof Gallery + OPTX Network logic. See AstroJOE.
joe-optx-hermes-apiPUBFastAPI bridge for Hermes Agent, MPP pay-per-request. See Hermes OPTX API.
joe-jtx-cstb-depinPUBAnchor program for $JTX/$CSTB compute-trust bonding on Solana. See Token / JTX.

Active supporting

RepoVisRole
solana-wallet-adapter-jettPRIJETT-flavored Solana wallet adapter.
xmcp-clientPRIxmcp protocol client.
optx-mesh-sdkPRIDistributed mesh SDK.
optx-cockpitPRIOperator cockpit for the OPTX bridge and agent mesh (Wormhole NTT, AgenC, AstroJOE).
tailscale-aclsPRITailscale ACL policy (GitOps) for the OPTX mesh. See Topology.
astroknotsPRIKnot-theoretic spatial encryption module (the math behind the gaze polynomial PIN).

Overlapping — scope under review

These three repos have descriptions that overlap with already-active repos. They are listed here so readers don't miss them, but the canonical install / consume targets are the active repos above. Documentation will be expanded once the layering is finalized.

RepoVisNote
jettchatPRI"Gaze-gated E2E encrypted Xitter mesh with Solana integration." Overlaps with joe-jettchat-app (UI) and joe-jettchat-sdk (E2E SDK). For now, treat joe-jettchat-app as the canonical product entry point.
jett-auth-sdkPRI"JETT Auth SDK for secure authentication and authorization." Overlaps with joe-jettauth-optx (the published @jettoptx/auth). For now, install @jettoptx/auth from joe-jettauth-optx.
tempoPRI"Tempo - high precision timing library for OPTX." The JETT Hub login surface offers "Pay with Tempo CLI · $8.88" as a payment rail; the relationship between the timing library and the payment CLI is being clarified. See JETT Auth → Access flow.

Secure-Legion org

RepoVisRole
Secure-Legion/androidPUBPhantom Mode runtime — Tor private messaging app with post-quantum cryptography, private payments, metadata resistance. Patent pending. See JettChat → Phantom Mode.
Secure-Legion/tor-hsservice-patchedPUBFork of tor-hsservice 0.40 with intro-point exposure for OnionBalance coordination. Backs the triple .onion topology in Phantom Mode.
Secure-Legion/.githubPUBOrg profile. Tagline: "The first messenger that protects your identity, not just your messages. Serverless, blockchain-integrated, Private Payments."

Cross-org reference map

Use this when you're trying to figure out where a feature lives:

FeatureLives in
xChat Native UIjettoptx/joe-jettchat-app
Published @jettoptx/auth SDKjettoptx/joe-jettauth-optx
E2E messaging SDK + TKDFjettoptx/joe-jettchat-sdk
Phantom Mode runtimeSecure-Legion/android
Triple .onion topologySecure-Legion/tor-hsservice-patched
AARON gaze-verification routerjettoptx/joe-aaron-router
JOE agentic corejettoptx/joe-core
Hermes API bridgejettoptx/joe-optx-hermes-api
$JTX / $CSTB DePIN programjettoptx/joe-jtx-cstb-depin

Companion documentation PRs

The 2026-04-30 dual-mode overhaul shipped as a coordinated set of PRs across these repos. See the Changelog for the full PR table.