| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| neurosploit-v3.6.9-windows-x64.zip | 2026-08-12 | 4.3 MB | |
| neurosploit-v3.6.9-linux-x64.tar.gz | 2026-08-12 | 4.7 MB | |
| neurosploit-v3.6.9-macos-x64.tar.gz | 2026-08-12 | 4.5 MB | |
| neurosploit-v3.6.9-macos-arm64.tar.gz | 2026-08-12 | 4.2 MB | |
| neurosploit-v3.6.9-linux-arm64.tar.gz | 2026-08-12 | 4.7 MB | |
| NeuroSploit v3.6.9 -- OpenCode Zen + Nous Research (Hermes) source code.tar.gz | 2026-08-12 | 426.7 kB | |
| NeuroSploit v3.6.9 -- OpenCode Zen + Nous Research (Hermes) source code.zip | 2026-08-12 | 756.3 kB | |
| README.md | 2026-08-12 | 1.9 kB | |
| Totals: 8 Items | 23.6 MB | 0 | |
NeuroSploit v3.6.9
New: OpenCode Zen + Nous Research (Hermes) providers
Two new model providers, each usable via API key or --subscription (local CLI login, no key needed):
--model prefix |
API key | Subscription CLI | Login |
|---|---|---|---|
opencode: |
OPENCODE_API_KEY (opencode.ai/zen) |
opencode |
opencode auth login / /connect in the TUI |
nous: |
NOUS_API_KEY (inference-api.nousresearch.com) |
hermes |
hermes setup --portal |
opencode:— OpenCode Zen's curated OpenAI-compatible gateway (Claude/GPT/Gemini/DeepSeek/Qwen/Grok/Kimi models routed through one key). Subscription mode drivesopencode run --auto, and supports--mcp— our Playwright.mcp.jsonis converted to OpenCode's own config schema and injected viaOPENCODE_CONFIG.-
nous:— Nous Research's Hermes-4 models (405B/70B) and Portal-routed frontier models. Subscription mode driveshermes chat -qagainst your Nous Portal OAuth login. No CLI-level MCP hook; falls back to Hermes's own built-in web/terminal/computer-use toolsets.:::bash
API key
export OPENCODE_API_KEY=... ./neurosploit run http://target --model opencode:claude-opus-5 -v
export NOUS_API_KEY=... ./neurosploit run http://target --model nous:Hermes-4-405B -v
Or subscription (no key), once logged into the respective CLI
./neurosploit run http://target --subscription --model opencode:claude-opus-5 --mcp -v ./neurosploit run http://target --subscription --model nous:Hermes-4-405B -v
Other
- Version bumped 3.6.8 → 3.6.9 across the binary, README, TUTORIAL, and installers.
./target/release/neurosploit modelslists both new providers and their models.
Full provider list: anthropic, openai, xai, gemini, nvidia_nim, deepseek, mistral, qwen, groq, together, moonshot, litellm, openrouter, azure, ollama, llamacpp, opencode, nous (18 total).