Skip to content

RTerm v3.9.0

Choose a tag to compare

@DrOlu DrOlu released this 24 Sep 01:08
· 6 commits to main since this release

RTerm v3.9.0 — AI-Native Terminal App by Hyperspace Technologies

v3.9.0 (2026-09-24)

neuralOS native — on-device data agents as first-class RTerm tools, bundled.

A new official plugin, neuralos, wires the neuralOS instances
(~/neuralos-instances — verified probe menus over real data sources) into
the agent as four tools: neuralos_list_instances, neuralos_ask
(plain-English question -> the 121M on-device engine selects the probe, the
instance bridge executes it, a verified digest comes back), neuralos_graph
(relationship maps, executed directly by probe name), and neuralos_admin
(write probes behind a confirm="yes" interlock). Settings block neuralos
(instancesDir, pythonBin, engineBin/engineWeights, autoDownload); config also
via NEURALOS_* env.

True install-and-nothing-else, on every channel:

  • Desktop: the engine binary + 35 MB needle3.cact weights are
    downloaded at build time and shipped inside every installer (macOS ARM64,
    Windows x64, Linux x64 + ARM64) at <resources>/neuralos/ — a build-time
    verify gate fails the release if the bundle is missing.
  • npm (rterm-backend + neuralos, the same package under both names):
    the plugin auto-provisions ~/.cache/neuralos on first use — one ~36 MB
    fetch from the public Cactus-Compute/needle3 release, then offline
    forever. Publishing is now a first-class release-workflow job (was manual).

Also new: the npm publish pipeline (scripts/publish-npm.mjs +
scripts/npm-package.template.json) assembles the standalone backend into
the published layout (bin/gybackend.cjs + plugins/ + README) and publishes
both names at the repo version, driven by the NPM_TOKEN secret.

Downloads

Platform File
macOS ARM64 RTerm-3.9.0-arm64.dmg
Windows x64 (Portable) RTerm.Portable.3.9.0-x64.exe
Windows x64 (Setup) RTerm.Setup.3.9.0-x64.exe
Linux x64 (AppImage) RTerm-3.9.0-x64.AppImage
Linux x64 (deb) RTerm-3.9.0-x64.deb
Linux x64 (pacman) RTerm-3.9.0-x64.pacman
Linux x64 (rpm) RTerm-3.9.0-x64.rpm
Linux ARM64 (AppImage) RTerm-3.9.0-arm64.AppImage
Linux ARM64 (deb) RTerm-3.9.0-arm64.deb
Linux ARM64 (rpm) RTerm-3.9.0-arm64.rpm

Install

macOS: After installing, run xattr -cr /Applications/RTerm.app to remove quarantine.

Linux AppImage: chmod +x RTerm-*.AppImage && ./RTerm-*.AppImage

Linux deb: sudo dpkg -i RTerm-*.deb

Linux rpm: sudo rpm -i RTerm-*.rpm


Contact: rterm@hyperspace.ng