NeuraBinder
BCI-inspired TCG binder with live /demo, BCI Mode, and first-class NeuralBridge integration (in-app simulator or multi-client service). Computer-side only — reference suite app.
Important disclaimer
Not affiliated with Neuralink. This platform is for educational, research, simulation, and computer-side tools only. Do not use any software here with actual medical implants without proper regulatory approval.
See Content Guidelines and Terms.
Daily-driver computer-side control plane: readiness, ARM gate, freeze UI, calibration, record/replay, Actuate OS dry-run (optional live local POST). Simulator-first. Not implant software. Not a medical device. Not affiliated with Neuralink.
Inputs
Outputs
Hardware / sources
Permissions
OS control, macros, AAC — consumes decoded intent only · 2–4 switches · Interactive (<200ms typical)
User
↓ NeuraShell ← modes, panic, profiles, session ready
↓ NeuralBridge (optional middleware)
↓ Intent → OS / apps (Binder, etc.)Suite role: app (suite_role: app) — daily-driver control plane so users don’t reimplement safety + modes + calibration in every app.
Version 0.4.0 — Actuate OS dry-run (optional live local POST) + readiness/ARM + freeze + calibration + record/replay.
User
↓ NeuraShell ← modes, panic, profiles, session ready
↓ NeuralBridge (optional middleware)
↓ Intent → OS / apps (Binder, etc.)
| Path | What to try |
|---|---|
| /demo | ~60s scripted tour — synthetic → safe mode → modes → STOP → export profile |
| / | Full shell — session ready, modes, panic bar, freeze UI, profiles |
| /calibrate | Calibration wizard — dwell, threshold, switch, Safe defaults |
| /a11y | Accessibility scorecard |
dwellMs, confidenceThreshold, switch timing)calibratedAt stampws://127.0.0.1:7711)git clone https://github.com/pileofflapjacks1/NeuraShell
cd NeuraShell
pnpm install && pnpm dev
# http://localhost:3000 · /demo
neurabeach-manifest.json
(safety_class: computer_side, runtime: web, suite_role: app, banned_claims: true).
| Piece | Relationship |
|---|---|
| NeuraBeach | Store / catalog (discover this shell) |
| NeuraBinder | End-user TCG + BCI Mode demo app |
| NeuralBridge | Optional intent middleware |
| Intent → OS | Future OS actuation path (Shell is ui_only in v0.1) |
| Neural Flow Architect | Research flow co-pilot (not this) |
North star: Beach finds tools · Binder is the live demo · Bridge is how apps share intents · Shell is how you stay safely in control all day.
Part of Joe’s Neura Suite — col-neura-suite.
Current published version.
Initial public release.
BCI-inspired TCG binder with live /demo, BCI Mode, and first-class NeuralBridge integration (in-app simulator or multi-client service). Computer-side only — reference suite app.
TypeScript BCI middleware for the suite: stable intention API, simulator + multi-client service, suite vocabulary, policies/actions, MCP tools. Library + local service — not a hosted web app.
Reference adapter: map velocity_2d + click_prob intent streams to OS mouse/keyboard. Synthetic, CSV, or WebSocket. Computer-side only — start with --dry-run.
BCI-inspired TCG binder with live /demo, BCI Mode, and first-class NeuralBridge integration (in-app simulator or multi-client service). Computer-side only — reference suite app.
TypeScript BCI middleware for the suite: stable intention API, simulator + multi-client service, suite vocabulary, policies/actions, MCP tools. Library + local service — not a hosted web app.
Reference adapter: map velocity_2d + click_prob intent streams to OS mouse/keyboard. Synthetic, CSV, or WebSocket. Computer-side only — start with --dry-run.