Reference
Ecosystem Repos
602515
Public repos in the jettoptx and Secure-Legion GitHub orgs that back OPTX and JettChat.
The OPTX / JettChat platform is split across two GitHub orgs. This page lists every public repository so readers know where to look.
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.
Additional private repos back production services (xChat Native UI, E2E encryption SDK, JOE agentic core, and others) but are not listed here.
jettoptx org
| Repo | Role |
|---|---|
joe-docs | This documentation site (Next.js 16 + Fumadocs + MDX). Deployed at jettoptx.dev/docs. |
joe-jettauth-optx | The published @jettoptx/auth SDK — X OAuth 2.0 PKCE + Solana signMessage + Ed25519 JWT. See JETT Auth. |
joe-aaron-router | AARON gaze-verification router (FastAPI). Serves both JettChat modes. See AARON Protocol. |
joe-optx-hermes-api | FastAPI bridge for Hermes Agent, MPP pay-per-request. See Hermes OPTX API. |
joe-jtx-cstb-depin | Anchor program for $JTX/$CSTB compute-trust bonding on Solana. See Token / JTX. |
Secure-Legion org
| Repo | Role |
|---|---|
Secure-Legion/android | Phantom Mode runtime — Tor private messaging app with post-quantum cryptography, private payments, metadata resistance. Patent pending. See JettChat → Phantom Mode. |
Secure-Legion/tor-hsservice-patched | Fork of tor-hsservice 0.40 with intro-point exposure for OnionBalance coordination. Backs the triple .onion topology in Phantom Mode. |
Secure-Legion/.github | Org profile. |
Cross-org reference map
Use this when you're trying to figure out where a feature lives:
| Feature | Location |
|---|---|
| xChat Native UI | Private — see xChat Native docs |
Published @jettoptx/auth SDK | jettoptx/joe-jettauth-optx |
| E2E messaging SDK + TKDF | Private — see Messaging docs |
| Phantom Mode runtime | Secure-Legion/android |
Triple .onion topology | Secure-Legion/tor-hsservice-patched |
| AARON gaze-verification router | jettoptx/joe-aaron-router |
| JOE agentic core | Private — see AstroJOE docs |
| Hermes API bridge | jettoptx/joe-optx-hermes-api |
| $JTX / $CSTB DePIN program | jettoptx/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.