cd /news/ai-agents/apexyx-mesh-offline-agent-mesh-for-t… · home topics ai-agents article
[ARTICLE · art-107046] src=github.com ↗ pub= topic=ai-agents verified=true sentiment=↑ positive

Apexyx Mesh: offline agent mesh for Termux/Android with 421 hermetic self-tests

Apexyx Mesh, an offline agent mesh for Termux/Android built with pure Python 3 and bash, has been released with 421 hermetic self-tests, and the full stack includes 5,000+ hermetic self-test checks. The project, developed by xhall-beep and available on GitHub, installs ten tiers via a single script and runs without cloud or pip installs. The Pro version is sold for $49 CAD on Gumroad, with the next tier (t35 constitutional layer) in development.

read3 min views1 publishedAug 22, 2026
Apexyx Mesh: offline agent mesh for Termux/Android with 421 hermetic self-tests
Image: Michielbdejong (auto-discovered)

termux

· android

· local-ai

· agentic

· offline-first

· self-hosted

· sqlite

Pure Python 3 + bash. No cloud, no daemons you didn't start, no pip installs. Each tier is one file, one sqlite db in ~/.mesh/

, one installer, and a hermetic --selftest

(150–300 checks) that runs in a throwaway tmpdir.

Built and battle-tested on a Google Pixel (Termux). Runs anywhere Python does.

git clone https://github.com/xhall-beep/ApexYX-Sovereign.git
cd ApexYX-Sovereign && bash up_all.sh
mesh post --node me --kind inbox --text "hello mesh"   # feed the router
mesh task --node me --text "echo hi" --for exec        # address a worker
mesh tail                                              # watch the event stream
mesh verify                                            # prove the sealed chain is intact
mesh status                                            # who's alive, what's pending

If mesh

isn't found, open a new shell (the installer adds ~/bin

to PATH).

Or tier by tier:

cd mesh_bus && bash bus_up.sh       # tier 1 first: gives the mesh shared memory
cd ../mesh_router && bash router_up.sh   # repeat per tier, any order
python3 mesh_router.py --selftest      # prove it before you trust it
Tier Node What it does
t1 bus shared memory: sealed append-only sqlite bus + mesh CLI
t2 router LLM (or keyword-fallback) request routing onto the bus
t3 exec command execution node
t4 sched scheduler
t5 learn feedback / learning loop
t6 reach outbound reach
t7 state shared state
t8 plan planner
t9 guard policy guard — refusals are the product
t10 mirror self-mirroring / audit

Every node degrades gracefully if the bus is offline — install t1 first anyway; it's what turns nine scripts into one organism.

The full financial-grade stack: federation, sensing, voice, recall, reasoning, safe-act, negotiation, self-repair, forecasting, budgeting, markets, coalitions, staking, insurance, reinsurance, solvency, liquidity, clearing/CCP, recovery, macroprudential control, supervision, accountability, a fiscal backstop, and a polity tier — mandates, legislature votes, vetoes, sunset clocks and a debt brake deciding who may aim that backstop — sealed commitments, escalation ladders, clawbacks, taxpayer-loss accounting. 5,000+ hermetic self-test checks across the stack.

→ Buy it: https://stephenhall8.gumroad.com/l/apexyxpro ($49 CAD, instant download)

Next tier in development: t35 constitutional layer — amendments, franchise, succession. Pro buyers get every new tier as it ships.

Full story + free download mirror: https://slackstack-1a8ac6.viktor.page/apexyx-mesh

  • Every db write is evented; nodes never re-ingest their own events.
  • Sibling dbs are opened read-only. Sealed rows break their hash if mutated.
  • Supervisory states never self-clear — lifting a freeze is an explicit act.
  • Selftests are hermetic: tmpdir MESH_DIR, simulated siblings, zero network.

MIT licensed. Issues and PRs welcome.

Running a 10-tier SQLite Agent Mesh on Termux without Thermal Throttling— the engineering: tick-driven architecture vs daemons, WAL as the bus, thermal admission control, phantom-process-killer survival.

APEXYX Mesh Console— Android APK (Kivy) running a sealed-chain task bus in your pocket:https://github.com/xhall-beep/APEXYX_ORI_AI

── more in #ai-agents 4 stories · sorted by recency
── more on @apexyx mesh 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/apexyx-mesh-offline-…] indexed:0 read:3min 2026-08-22 ·