Skip to content

Releases: MDMAtk/TormentNexus

v1.0.1

Choose a tag to compare

@robertpelloni robertpelloni released this 23 Jul 00:12

TormentNexus v1.0.1

What's New

  • Claude Desktop and Cursor MCP configuration
  • Auto-updater with secure updates
  • Corporate mode branding

Installation

Windows (PowerShell):

irm https://tormentnexus.site/install.ps1 | iex

macOS/Linux:

curl -fsSL https://tormentnexus.site/install.sh | bash

npm:

npx @tormentnexus/install

Downloads

  • tormentnexus-setup.exe - Windows installer
  • tormentnexus-darwin-amd64 - macOS Intel
  • tormentnexus-darwin-arm64 - macOS Apple Silicon
  • tormentnexus-linux-amd64 - Linux x64
  • tormentnexus-linux-arm64 - Linux ARM64

v1.0.0-b8

Choose a tag to compare

@github-actions github-actions released this 15 Jul 09:50

Full Changelog: v1.0.0-b4...v1.0.0-b8

v1.0.0-b4

Choose a tag to compare

@github-actions github-actions released this 15 Jul 07:39

What's Changed

  • feat(core): complete Phase P full assimilation and Go endpoint parity by @robertpelloni in #150
  • feat(go): implement architectural boilerplate for LLM waterfall, dual-tier memory, and progressive routing by @robertpelloni in #152
  • chore(deps)(deps): bump openai from 6.16.0 to 6.25.0 by @dependabot[bot] in #78
  • chore: merge all open dependabot PRs and branches into main by @robertpelloni with @Copilot in #115
  • Feat/go control plane foundation 6860691747768432370 by @robertpelloni in #156
  • Merge pull request #4 from robertpelloni/main by @robertpelloni in #159
  • Borg AIOS Maintenance and v1.0.0-alpha.54 Release by @robertpelloni in #158
  • feat: implement Nexus Tiered Memory and Rebrand (v1.0.0-alpha.56) by @robertpelloni in #162
  • Nexus active memory v56 11836332248517830615 by @robertpelloni in #163
  • Nexus active memory v56 11836332248517830615 by @robertpelloni in #164
  • chore(deps): bump the go_modules group across 3 directories with 5 updates by @dependabot[bot] in #160
  • chore(deps): bump the pip group across 2 directories with 11 updates by @dependabot[bot] in #154
  • chore(deps): bump the uv group across 2 directories with 11 updates by @dependabot[bot] in #155
  • feat: implement hypercode:// deep linking protocol handler (v1.0.0-alpha.62) by @robertpelloni in #171
  • chore(deps): bump the pip group across 2 directories with 6 updates by @dependabot[bot] in #168
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.19.0 to 5.19.1 in the go_modules group across 1 directory by @dependabot[bot] in #169
  • chore(deps): bump the uv group across 2 directories with 6 updates by @dependabot[bot] in #170
  • chore(deps): bump the npm_and_yarn group across 7 directories with 10 updates by @dependabot[bot] in #167
  • chore(deps): bump the npm_and_yarn group across 8 directories with 10 updates by @dependabot[bot] in #166
  • chore(deps): bump the npm_and_yarn group across 8 directories with 7 updates by @dependabot[bot] in #173
  • chore(deps): bump the npm_and_yarn group across 4 directories with 2 updates by @dependabot[bot] in #174
  • Global Rebranding to Hypercode and Memory Optimization by @robertpelloni in #175
  • chore(deps): bump the npm_and_yarn group across 2 directories with 12 updates by @dependabot[bot] in #178
  • chore(deps): bump the npm_and_yarn group across 2 directories with 12 updates by @dependabot[bot] in #180
  • chore(deps): bump the uv group across 2 directories with 1 update by @dependabot[bot] in #185
  • chore(deps): bump the npm_and_yarn group across 6 directories with 5 updates by @dependabot[bot] in #187
  • chore(deps): bump the npm_and_yarn group across 3 directories with 9 updates by @dependabot[bot] in #188
  • chore(deps): bump the uv group across 2 directories with 3 updates by @dependabot[bot] in #189
  • chore(deps): bump the pip group across 4 directories with 3 updates by @dependabot[bot] in #191
  • chore(deps): bump the npm_and_yarn group across 3 directories with 2 updates by @dependabot[bot] in #181
  • chore(deps): bump the npm_and_yarn group across 5 directories with 5 updates by @dependabot[bot] in #184
  • TormentNexus Assimilation Pipeline & Harness Integration by @robertpelloni in #192
  • Comprehensive Assimilation Pipeline & System Hardening by @robertpelloni in #193
  • Release v1.0.0-alpha.128: Hardened Kernel & Verified Dashboard by @robertpelloni in #201
  • Finalize TS Control Plane Decommission & Enhance A2A Mesh UI by @robertpelloni in #215
  • Verified AES-GCM Gossip Logic & Wails GUI by @robertpelloni in #224
  • Fix Next.js Turbopack Cache Corruption on Windows & Enhance MCP Client Installer by @robertpelloni in #225
  • fix: build pipeline, add pi extension installer and tests fallbacks by @robertpelloni in #226
  • Fix: Turbopack layout and dev-readiness checks by @robertpelloni in #227
  • fix: resolve Next.js build errors and add missing DB files by @robertpelloni in #228

Full Changelog: v0.9.0-beta...v1.0.0-b4

v1.0.0-b13

Choose a tag to compare

@github-actions github-actions released this 15 Jul 18:29

Full Changelog: v1.0.0-b8...v1.0.0-b13

v0.9.0-beta — First Honest Pre-Release

Choose a tag to compare

@robertpelloni robertpelloni released this 07 Mar 22:22

What Changed

  • Documentation Consolidation: Root files reduced from 243 to 39 (84% reduction). 22 legacy docs archived to docs/archive/.
  • Version Reset: Honest pre-release versioning (was 2.7.110, now 0.9.0-beta).
  • Build Fixes: Removed stale turbo filters, added missing type declarations.
  • Clean Install Verified: pnpm install completes in ~11s, pnpm build passes all core packages.

What's Next (v1.0.0)

  • MCP Master Router
  • Model Fallback & Provider Routing
  • Session Supervisor
  • Dashboard MVP

See ROADMAP.md for full details.