New:Socket for Asana Is Now Available.Learn more
Get Started

@vaur94/opencode2-memory

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaur94/opencode2-memory

Persistent memory plugin for OpenCode V2

npmnpm
Version
0.1.0
Version published
Weekly downloads
66
-93.36%
Maintainers
1
Weekly downloads
 
Created
Source

OpenCode2 Memory

Persistent memory plugin for OpenCode V2. It stores memories locally in SQLite and provides retrieval, pinboard, timeline, graph, backup, and maintenance tools.

Install

Add the package to the global OpenCode configuration:

{
  "plugins": [
    {
      "package": "@vaur94/opencode2-memory@0.1.0",
      "options": {
        "enabled": true,
        "writeApproval": true
      }
    }
  ]
}

Restart the OpenCode service after changing the package version, then verify it:

opencode2 api get /api/plugin

The active plugin ID is opencode2-memory.

Requirements

  • OpenCode V2 with Bun 1.3.14 or later.
  • A supported sqlite-vec platform: Linux x64/arm64, macOS x64/arm64, or Windows x64.

FAQs

Package last updated on 16 Aug 2026

Related posts