Skip to content

Z3r0DayZion-install/NeuralShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralShell

Proof Locked

SOC2 Prep

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.

Demo Walkthrough

Watch Founder Walkthrough (120s)

One-Command Install

npx neuralshell-installer

Beta Program (Live)

Launch Surface

Revenue Operations

Enterprise Compliance

  • SOC2 prep report output: SOC2_PREP_REPORT.md
  • SOC2 collector: node compliance/soc2_collector.cjs
  • Third-party attribution page: public/about.html (generate with node scripts/genAttribution.cjs)

Agent Marketplace

  • Core agent manifests live in agents/core/*/agent.json.
  • Install/verify agents from the in-app Settings -> Agent Marketplace gallery.

Quick Start

  1. Install dependencies:
nvm use 22.12.0
npm ci
  1. Install local git hooks (recommended):
npm run hooks:install
  1. Run tests:
npm test
  1. Run app:
npm start

Self-Sell Proof

Run a full product-led demo flow (proof + ROI + save/lock/unlock persistence) and generate screenshots + evidence report:

npm run proof:self-sell

Artifacts generated:

  • screenshots/ui_sales_quickstart.png
  • screenshots/ui_sales_proof_output.png
  • screenshots/ui_sales_roi_output.png
  • screenshots/ui_sales_lock_flow.png
  • screenshots/ui_sales_unlock_restored.png
  • release/ui-self-sell-proof-report.json

Build

Generate icons first, then package:

npm run icons:generate
npm run build

Prepare public site assets and social card:

npm run channel:site:prepare

Release Flow

Standard release verification:

npm run ship

Strict release verification (clean tree + strict packaged smoke):

npm run ship:strict

Tag release workflow (GitHub Actions):

  1. Ensure master commit has successful CI, Merge Gate, Release Contract, and Security Gate runs.
  2. Push a tag like v1.1.0-OMEGA.
  3. Release Tag workflow publishes installer + checksums + provenance + changelog snapshot.

Detailed operator guide: RUNBOOK_TAG_RELEASE.md

Rollback

  1. Identify prior stable tag from Releases.
  2. Re-point update channel to previous release artifacts (dist/OMEGA.yml + installer + blockmap).
  3. If needed, mark current release as superseded and publish rollback note.

Hotfix/rollback guide: RUNBOOK_HOTFIX.md

Troubleshooting

  • 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

Security Gates

  • Dependency review on PRs (high severity fails).
  • npm audit --audit-level=high in CI.
  • Secret scan via Gitleaks.
  • CodeQL analysis on master and PRs.

Privacy

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors