Standalone repo for non-GPU exotic compute substrate research.
Tier C scope β silicon neuromorphic + biological organoid + quantum + random:
| Substrate | Vendor / Source | Roadmap |
|---|---|---|
| AKIDA AKD1000 | BrainChip | roadmaps/.roadmap.akida |
| Loihi3 | Intel | roadmaps/.roadmap.loihi3 |
| Northpole | IBM | roadmaps/.roadmap.northpole |
| FinalSpark | FinalSpark organoid | roadmaps/.roadmap.finalspark |
| Cortical Labs DishBrain | Cortical Labs | roadmaps/.roadmap.cortical_labs |
| IonQ | Quantum gate | roadmaps/.roadmap.ionq |
| QRNG | Quantum random number | roadmaps/.roadmap.qrng |
hx install xeno (hexa package manager β auto-resolves dancinlab/xeno via HX_ORGS probe order).
# κ°μ₯ νν κ²½λ‘ β registry probe (hexa-pkg β dancinlab β dancinlife)
hx install xeno
# λλ GitHub shortform
hx install dancinlab/xeno
# λλ λ‘컬 path (κ°λ° μ)
hx install ~/core/xeno
# λλ git URL
hx install https://github.com/dancinlab/xenoμ€μΉ ν:
- μ€ν shim:
~/.hx/bin/xenoβcli/run.hexaβbin/xeno(bash, full logic) - ν¨ν€μ§ dir:
~/.hx/packages/xeno(symlink to repo if local install) - install hook:
install.hexaμ€ν β bin chmod + sister repo (anima/nexus/hive/hexa-brain) reachability probe (informational)
κ²μ¦:
xeno --version # β "xeno 0.1.0"
xeno status # β 4 sister repo + 7 substrate inventory
xeno cycle status # β primary/fallback μλ detectμ λ°μ΄νΈ / μ κ±°:
hx update xeno # symlink refresh / git pull
hx remove xeno # shim + symlink μ κ±°
hx info xeno # μ€μΉ μ 보xeno λ¨μΌ entry (8 topics, topic-dispatched).
xeno # alias for `xeno status` (default)
xeno --version # print version
xeno --help # topic list + μμ
xeno status # 4 sister repo reachability + 7 substrate inventory
xeno list # substrate inventory only (lines + vendor)
xeno fallback # degraded mode info (sister repo μμ λ κ°μ© νλͺ©)xeno connect anima # anima reachability probe (rc=91 if λ―Έλ¬)
xeno connect nexus # nexus probe
xeno connect hive # hive probe
xeno connect hexa-brain # hexa-brain probe
xeno connect all # 4κ° λμ probe (bitmask rc)
xeno invoke anima status # anima CLI μ§μ passthrough
xeno invoke nexus drill --seed "X" # nexus CLI passthroughxeno roadmap # === xeno list μ λμΌ
xeno roadmap akida # .roadmap.akida λ³Έλ¬Έ μΆλ ₯
xeno roadmap loihi3 # .roadmap.loihi3
xeno roadmap finalspark # ... 7κ° substrate λͺ¨λ κ°λ₯xeno falsifier list # 12 falsifier Γ hardware μꡬ Γ evidence νμΌ
xeno falsifier run F-C # λ¨μΌ falsifier dispatch (validate_witness.py λ±)
xeno falsifier run F-L7 --bits 200000 # μΈμ passthrough
xeno falsifier all # eligible falsifier μΌκ΄ (--hardware μ΅μ
μ primary path μ)
xeno falsifier all --hardware # AKD1000 primary νμ± μ 8 post-arrival firexeno cycle status # path auto-detect + primary/fallback λμ νμ
# β PRIMARY active β AKD1000 chip νμ±
# β PRIMARY unavailable / β FALLBACK active β cloud lane
# PRIMARY (AKD1000 RPi5 dev kit)
xeno cycle primary status # === probeμ λμΌ
xeno cycle primary probe # akida.devices() κ²μ¦, rc=0=κ°μ© / rc=91=λΆκ°
xeno cycle primary register # nexus host_register.sh fire (host.rpi5-akida λ±μ¬)
xeno cycle primary run --hardware # nexus runner.py --hardware μ§μ fire
# FALLBACK (Akida Cloud)
xeno cycle prep # D-1 μλ prep (P0b smoke + P1 tarball + P0a generate)
xeno cycle connect # ssh akida-cloud (μμ½ μ¬λ‘― νμ± μ)
xeno cycle upload # P1 tarball rsync μ
λ‘λ
xeno cycle run # cloud-side d0_run_all.sh (bootstrap + falsifier + anima N-2/N-3/N-5)
xeno cycle exfil # P6 κ²°κ³Ό pull (anima + nexus + xeno destinations)
xeno cycle verdict # __AKIDA_R__ PASS|FAIL emit (PASS/FAIL count κΈ°λ°)| code | μλ―Έ |
|---|---|
0 |
success |
1 |
subcommand error (dispatched tool exit) |
2 |
unknown topic / malformed invocation |
91 |
connection failed (raw 91 honest C3 fail-loud β silent skip BANNED) |
| var | default | μ©λ |
|---|---|---|
XENO_ROOT |
$HOME/core/xeno (λλ $HX_PKG_DIR) |
xeno repo root |
ANIMA_ROOT |
$HOME/core/anima |
sister anima |
NEXUS_ROOT |
$HOME/core/nexus |
sister nexus |
HIVE_ROOT |
$HOME/core/hive |
sister hive |
HEXA_BRAIN_ROOT |
$HOME/core/hexa-brain |
sister hexa-brain |
SCRATCH |
$HOME/scratch |
tarball staging |
# λ§€ sessio start
xeno status # νκ²½ sanity check
# D-1 (Akida Cloud cycle μ λ )
xeno cycle status # μ¬λ‘― + secret νμΈ
xeno cycle prep # P0b/P1/P0a μλ
# D+0 (cycle μμ, Sat 09:00 KST)
xeno cycle connect # ssh akida-cloud
xeno cycle upload # tarball μ
λ‘λ
xeno cycle run # 8 falsifier + N-2/N-3/N-5
# D+1 (cycle μ’
λ£, Sun 08:00 KST μ )
xeno cycle exfil # κ²°κ³Ό pull
xeno cycle verdict # __AKIDA_R__ PASS|FAIL
# Chip λμ°© ν (primary μλ νμ±)
xeno cycle primary probe # νμ± κ²μ¦
xeno cycle primary register # workspace λ±μ¬
xeno cycle primary run --hardware # 8 falsifier physical fireExtracted 2026-05-08 from 4 source repos (~/core/anima, ~/core/nexus, ~/core/hive, ~/core/hexa-brain) per anima .own own 34 (xeno standalone SSOT).
Source repo files copied (not yet moved) β original files retained until D+0/D+1 Akida Cloud cycle (Sat 2026-05-09 09:00 KST β Sun 2026-05-10 09:00 KST) completes. Post-cycle stubification + cross-link cleanup will land in source repos as Phase 1.5.
roadmaps/ 7 .roadmap.* β substrate-specific SSOT
scripts/akida/
anima_origin/ 8 files (Phi/trace + runner)
nexus_origin/ 19 files (12 falsifier harness + utilities)
hive_origin/
tool/ 24 .hexa modules (alpha/delta/theta layers + neuromorphic)
tests/ 3 integration tests
docs/ 1 omega cycle integration doc
hexa_brain_origin/ 2 EEG cross-substrate spec (N-2 spike pipeline)
scripts/loihi3/ (placeholder, Phase 1.5)
scripts/northpole/ (placeholder, Phase 1.5)
scripts/finalspark/ (placeholder, Phase 1.5)
scripts/cortical_labs/ (placeholder, Phase 1.5)
scripts/ionq/ (placeholder, Phase 1.5)
scripts/qrng/ (placeholder, Phase 1.5)
state/ evidence + state dirs from anima + nexus
design/kick/ 14 omega cycle witness files
n6/ 10 atlas append files (nexus origin)
docs/ 5 docs (anima cloud setup + nexus dev kit eval + N-substrate roadmap)
AKD1000 PRIMARY + Akida Cloud FALLBACK β physical chip first, cloud is wait/maintenance backup.
| Path | Hardware | Workspace | When active |
|---|---|---|---|
| π’ PRIMARY | AKD1000 RPi5 dev kit ($1,495, μ£Όλ¬Έ 2026-04-29) | host.rpi5-akida (~/core/.workspace) |
chip λμ°© + akida package + AKD1000 device probe rc=0 |
| π‘ FALLBACK | Akida Cloud (Colfax-hosted, ephemeral wipe-on-start) | host.akida-cloud-colfax (post-P0a generate) |
chip λ―Έμμ / κ³ μ₯ / maintenance |
μλ detect: python3 -c "import akida; akida.devices()" rc β 0=primary, λΉ0=fallback.
Path field mandate: verdict.json + state fileμ path = "primary-physical" | "fallback-cloud" λͺ
μ (own 35 mandate-3).
raw 91 honest C3: fallback μ¬μ© μ silent skip BANNED, λͺ
μ emit ("USING FALLBACK: ").
- Reservation: Sat 2026-05-09 09:00 KST β Sun 2026-05-10 09:00 KST (24h, secure wipe on start)
- Connection:
ssh akida-cloud(config in user~/.ssh/config, key~/.ssh/id_ed25519_akida) - Secrets:
secret list | grep akida_cloud(10 keys in user secret store) - Plan:
docs/anima_origin/akida_cloud_d_minus_1_prep_2026_05_08.md - λ³Έ cycle = fallback νμ± instance (own 35 mandate-4) β chip λμ°© ν primary μλ νμ±, fallback deactivate
- Hardware: BrainChip Raspberry Pi 5 - AKD1000 Dev Kit ($1,495)
- SoC: Broadcom BCM2712 2.4GHz quad-core Arm Cortex-A76 + 800MHz VideoCore VII GPU
- RAM: 16GB LPDDR4 + AKD1000 M.2 card (B+M Key) on dev kit header
- Includes Meta TF Software Development Environment
- shop URL: https://shop.brainchipinc.com/products/akidaβ’-development-kit-raspberry-pi-5-draft
- Workspace:
host.rpi5-akidaregistered via nexusscripts/akida/host_register.sh(event-driven, F-L1 PASS evidence required) - Activation trigger: chip λμ°© β akida package install β host_register.sh fire β cycle path auto-flip
- CLI:
xeno cycle primary {status | probe | register | run [args]}
xeno repoλ anima trinity (.roadmap.philosophy + .roadmap.law + .roadmap.hypothesis) 3 λλ©μΈ μΈ λ³λ lane. λ³Έ repoμ νμλ anima trinity μ ν© cross-check ν emit.
- A μ² ν: D3 substrate-coupled paradigm β λ³Έ repoμ λͺ¨λ substrateκ° D3 substrate-coupled κ²μ¦ lane
- B λ²μΉ: own 16 cost watchdog + own 30 checkpoint preservation + own 32/33/34 trinity bundle + standalone authority
- C κ°μ€: H1 raw#12 cycle (4-stage hypothesis) β λ³Έ repo κ° substrateλ³ falsifierκ° H lane fire μΈμ€ν΄μ€
- anima
.ownown 34 β xeno standalone SSOT μ μΈ - anima
.roadmap.akidaβ μλ³Έ (xenoλ‘ copy μλ£, Phase 1.5μμ stubλ‘ μ ν) - anima
docs/akida_cloud_*_2026_05_08.mdβ Akida Cloud setup + D-1 prep - nexus
scripts/akida/README.mdβ 12-falsifier harness μΈλ±μ€ (xenoλ‘ copy μλ£) - hive
tool/akida_*.hexaβ alpha/delta/theta layer λͺ¨λ (xenoλ‘ copy μλ£) - hexa-brain
eeg/doc/cross_substrate/*akida*β N-2 EEGβAKIDA spike pipeline spec (xenoλ‘ copy μλ£)