NeuralShell is a local-first operator shell designed for autonomous execution and workflow coordination. Built on a hardened React/Electron desktop workflow, it combines an intuitive command palette as the control plane with a robust workbench and trust lane model. Under the hood, it enforces strict hardened state and contract discipline, ensuring stability and security before speed.
Tip
Source of Truth: See Documentation Canon for the authoritative release and operations document map.
Watch Founder Walkthrough (120s)
npx neuralshell-installer- Recruitment thread: Call for Beta Testers
- Join via forms: Issue Intake
- Tester checklist: BETA_TESTER_CHECKLIST_V2.0-RC-Final.md
- Control tower: Beta Control Tower
- Public launch page source: docs/index.html
- Public site asset bundle: docs/site-assets/asset-manifest.json
- Pricing page: landing/pricing.html
- Partners page: landing/partners.html
- Press kit: PRESS_KIT_V2.0-RC-Final.md
- Channel submission playbook: CHANNEL_SUBMISSION_PLAYBOOK_V2.0-RC-Final.md
- Billing and activation: docs/billing/README.md
- Referral ops: docs/growth/referrals.md
- Partner kit: docs/partners/README.md
- Generate checkout link docs:
node scripts/checkout_links.cjs - Generate referral link payload:
node scripts/referral_links.cjs - Generate launch campaign pack:
node scripts/generate_launch_pack.cjs
- SOC2 prep report output:
SOC2_PREP_REPORT.md - SOC2 collector:
node compliance/soc2_collector.cjs - Third-party attribution page:
public/about.html(generate withnode scripts/genAttribution.cjs)
- Core agent manifests live in
agents/core/*/agent.json. - Install/verify agents from the in-app Settings -> Agent Marketplace gallery.
- Install dependencies:
nvm use 22.12.0
npm ci- Install local git hooks (recommended):
npm run hooks:install- Run tests:
npm test- Run app:
npm startRun a full product-led demo flow (proof + ROI + save/lock/unlock persistence) and generate screenshots + evidence report:
npm run proof:self-sellArtifacts generated:
screenshots/ui_sales_quickstart.pngscreenshots/ui_sales_proof_output.pngscreenshots/ui_sales_roi_output.pngscreenshots/ui_sales_lock_flow.pngscreenshots/ui_sales_unlock_restored.pngrelease/ui-self-sell-proof-report.json
Generate icons first, then package:
npm run icons:generate
npm run buildPrepare public site assets and social card:
npm run channel:site:prepareStandard release verification:
npm run shipStrict release verification (clean tree + strict packaged smoke):
npm run ship:strictTag release workflow (GitHub Actions):
- Ensure
mastercommit has successfulCI,Merge Gate,Release Contract, andSecurity Gateruns. - Push a tag like
v1.1.0-OMEGA. Release Tagworkflow publishes installer + checksums + provenance + changelog snapshot.
Detailed operator guide: RUNBOOK_TAG_RELEASE.md
- Identify prior stable tag from Releases.
- Re-point update channel to previous release artifacts (
dist/OMEGA.yml+ installer + blockmap). - If needed, mark current release as superseded and publish rollback note.
Hotfix/rollback guide: RUNBOOK_HOTFIX.md
- Packaged startup issues:
npm run diagnose:packaged- Strict packaged smoke only:
npm run smoke:packaged:strict- Verify release metadata freshness:
npm run release:verify:fresh
npm run release:verify:fresh:strict- Offline checksum verification:
.\scripts\verify.ps1 -SelfTest
.\scripts\verify.ps1
.\scripts\verify.ps1 -Installer- Bypass local pre-push gate once:
$env:NEURAL_SKIP_PREPUSH="1"
git push- Portable mode guide (Windows): PORTABLE_MODE.md
- Dependency review on PRs (
highseverity fails). npm audit --audit-level=highin CI.- Secret scan via Gitleaks.
- CodeQL analysis on
masterand PRs.
- Privacy policy: PRIVACY_POLICY.md
MIT