Skip to content
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. Guidelines

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.

Accessibility Tools
Featured
v0.4.0
TypeScript

NeuraShell

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.

Modern browserLive demo at neurashell-etaZero hardware via synthetic + keyboardOptional NeuralBridge remote (ws://1271:7711 or BroadcastChannel)Optional local OS relay for Actuate OS live

Package manifest

Spec v1.0.0
Computer-side
web
2–4 switches
Interactive (<200ms typical)
App
Package
neurashell@0.4.0
Calibration
optional
Entrypoint
https://neurashell-eta.vercel.app/demo

Inputs

2D velocity (cursor)Discrete class labelsBinary switch (1–4)Synthetic / recorded only

Outputs

In-app UI onlyOS mouse / pointer

Hardware / sources

Synthetic generator onlyAny intent stream (vendor-agnostic)WebSocket intent protocol

Permissions

No special permissions

OS control, macros, AAC — consumes decoded intent only · 2–4 switches · Interactive (<200ms typical)

Screenshot of NeuraShell
Screenshot of NeuraShell
Screenshot of NeuraShell
Screenshot of NeuraShell
Screenshot of NeuraShell
Quick start
User
  ↓ NeuraShell  ← modes, panic, profiles, session ready
  ↓ NeuralBridge (optional middleware)
  ↓ Intent → OS / apps (Binder, etc.)

NeuraShell

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.)

Live demo

Open live demo →

PathWhat to try
/demo~60s scripted tour — synthetic → safe mode → modes → STOP → export profile
/Full shell — session ready, modes, panic bar, freeze UI, profiles
/calibrateCalibration wizard — dwell, threshold, switch, Safe defaults
/a11yAccessibility scorecard

Highlights

  • Session Ready — readiness score 0–100, factor checklist, one-click synthetic session
  • ARM gate — intent actuation only when ARMED (STOP disarms); monitoring always available
  • Mode switcher — point · click · type · switch · idle (Safe mode requires confirm)
  • Panic bar — STOP · UNDO · HOLD always visible (Esc / ⌘Z / Space)
  • Freeze UI — full overlay for STOP/HOLD with reason, timer, large RELEASE
  • Calibration wizard — local profile tuning (dwellMs, confidenceThreshold, switch timing)
  • Record / Replay — local intent capture, export/import JSON, timeline replay
  • Actuate OS — dry-run sample preview (default); optional live POST to local Intent→OS-style endpoint
  • Local profiles — export/import JSON; calibratedAt stamp
  • Simulator-first — keyboard + synthetic intents; optional NeuralBridge WS (ws://127.0.0.1:7711)

Local install

git clone https://github.com/pileofflapjacks1/NeuraShell
cd NeuraShell
pnpm install && pnpm dev
# http://localhost:3000  ·  /demo

Safety & claims

  • Computer-side web app only. Not implant software. Not a medical device (not SaMD).
  • Not affiliated with Neuralink or any implant vendor.
  • Consumes generic intent streams / simulation only — never private implant APIs.
  • Agency first-class: STOP / UNDO / HOLD.

Package manifest

neurabeach-manifest.json
(safety_class: computer_side, runtime: web, suite_role: app, banned_claims: true).

How it fits the suite

PieceRelationship
NeuraBeachStore / catalog (discover this shell)
NeuraBinderEnd-user TCG + BCI Mode demo app
NeuralBridgeOptional intent middleware
Intent → OSFuture OS actuation path (Shell is ui_only in v0.1)
Neural Flow ArchitectResearch 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.

Suite

Part of Joe’s Neura Suitecol-neura-suite.

Version history

  • v0.4.0

    Current published version.

  • v0.1.0

    Initial public release.

Rate this project

Discussion(0)

  • No comments yet. Start the conversation.

More from this author

View profile

Related projects