Skip to content

Releases: digitalforgeca/sulcus

Sulcus v3.5.5 — Cloud fallback + Plugin fixes

30 Mar 08:00

Choose a tag to compare

What's New

Plugin (openclaw-sulcus)

  • Cloud-first init: Cloud-only users no longer need local dylibs (v3.5.3)
  • Cloud HTTP fallback: Lightweight stateless HTTP client for serverUrl+apiKey users (v3.5.0)
  • Fixed: Config path reading (v3.5.2), API prefix /api/v1 (v3.5.4), store body format (v3.5.5)
  • Better diagnostics: Startup summary shows backend mode + config status (v3.5.1)
  • Auto-download wizard: npx @digitalforgestudios/openclaw-sulcus configure downloads platform binaries (v3.4.0)

Prebuilt Binaries

  • sulcus-macos-x64.tar.gz — Intel Mac (libsulcus_store.dylib + libsulcus_vectors.dylib)
  • sulcus-linux-x64.tar.gz — Linux x86_64 (libsulcus_store.so + libsulcus_vectors.so)

Still Needed

  • macOS ARM64 (Apple Silicon)
  • Linux ARM64

Install

npm install @digitalforgestudios/openclaw-sulcus@3.5.5
npx @digitalforgestudios/openclaw-sulcus configure

Sulcus v3.4.0 — Architecture Refactor + Easy Button

30 Mar 07:12

Choose a tag to compare

What's New

Architecture Refactor

  • Crate restructuring: sulcus-localsulcus, sulcus-embedsulcus-store + sulcus-vectors
  • New shared crates: sulcus-core, sulcus-types for clean separation of concerns
  • WASM SIU: Client-side memory classification via WebAssembly
  • Server: libsulcus_vectors.so now ships in the container — semantic search fully operational

OpenClaw Plugin v3.4.0

  • One-command setup: npx @digitalforgestudios/openclaw-sulcus configure
  • Auto-downloads prebuilt binaries for your platform
  • Everything off by default — full opt-in, privacy-safe
  • No dynamic code execution — ClawHub scanner clean
  • Config-driven hook dispatch with hooks.defaults.json

Prebuilt Binaries

Platform tarballs for the configure wizard:

  • sulcus-macos-x64.tar.gz — macOS Intel
  • sulcus-macos-arm64.tar.gz — macOS Apple Silicon (coming soon)
  • sulcus-linux-x64.tar.gz — Linux x86_64 (coming soon)
  • sulcus-linux-arm64.tar.gz — Linux ARM64 (coming soon)

Quick Start

npx @digitalforgestudios/openclaw-sulcus configure

Sulcus v0.1.0

21 Mar 01:52

Choose a tag to compare

Sulcus v0.1.0

Thermodynamic memory for AI agents. Local-first, zero-config.

Install

Homebrew (macOS/Linux):

brew tap digitalforgeca/sulcus
brew install sulcus-local

NPX (no install):

npx @digitalforgestudios/sulcus-local stdio

Claude Code MCP Config:

{
  "mcpServers": {
    "sulcus": {
      "command": "npx",
      "args": ["-y", "@digitalforgestudios/sulcus-local", "stdio"]
    }
  }
}

Binaries

Platform Architecture File
macOS Intel (x86_64) sulcus-local-darwin-x86_64.tar.gz
macOS Apple Silicon (arm64) sulcus-local-darwin-arm64.tar.gz
Linux x86_64 sulcus-local-linux-x86_64.tar.gz

What's Included

  • sulcus-local MCP server (stdio + HTTP modes)
  • Thermodynamic memory engine with heat-based decay
  • Local PGlite database (zero external deps)
  • FastEmbed semantic search (local vectors, no API calls)
  • Programmable memory triggers
  • Optional cloud sync (requires subscription at sulcus.ca)

Full Changelog: https://github.com/digitalforgeca/sulcus/commits/v0.1.0