Skip to content

v0.0.1-beta.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jan 05:52

Memex v0.0.1-beta.3

macOS arm64 - Claude Code 会话历史管理

产物

文件 说明 SHA256
memex-darwin-arm64 Memex 主程序 d5b3e1f24ef0129bd9d8fe87ab32b8cd772ccc95f9cff0436d6d1c57dea5b82f
vimo-agent Agent 守护进程 a027b82991a79a1bbaaaca736110e3bf67cedaa83ea7f845d18a9bbea708cac4

安装

mkdir -p ~/.vimo/bin

# 下载 memex
curl -L -o ~/.vimo/bin/memex \
  https://github.com/vimo-ai/memex/releases/download/v0.0.1-beta.3/memex-darwin-arm64
chmod +x ~/.vimo/bin/memex

# 下载 vimo-agent
curl -L -o ~/.vimo/bin/vimo-agent \
  https://github.com/vimo-ai/memex/releases/download/v0.0.1-beta.3/vimo-agent
chmod +x ~/.vimo/bin/vimo-agent

依赖

  • vimo-agent: v0.0.1-beta.5 (from ai-cli-session-db)