Skip to content

Latest commit

 

History

History
82 lines (54 loc) · 1.44 KB

File metadata and controls

82 lines (54 loc) · 1.44 KB

Installation Guide

中文安装指南

Unofficial community tool. cbm-tool is an independent community wrapper for codebase-memory-mcp. It is not maintained, endorsed, or supported by DeusData / the upstream project.

Linux

Arch (AUR)

yay -S cbm-tool
# or: paru -S cbm-tool

Other distributions

curl -fsSL https://github.com/fxjs/cbm-tool/releases/latest/download/install.sh | bash

Open a new terminal, then:

cbm -h

macOS

curl -fsSL https://github.com/fxjs/cbm-tool/releases/latest/download/install.sh | bash

Open a new terminal, then:

cbm -h

Windows

CMD (recommended)

curl -fsSL -o %TEMP%\cbm-install.cmd https://github.com/fxjs/cbm-tool/releases/latest/download/install.cmd && %TEMP%\cbm-install.cmd

PowerShell

irm https://github.com/fxjs/cbm-tool/releases/latest/download/install.ps1 | iex

Reopen the terminal, then:

cbm -h

Uninstall

Arch (AUR)

sudo pacman -Rns cbm-tool

Linux / macOS (one-liner install)

curl -fsSL https://github.com/fxjs/cbm-tool/releases/latest/download/uninstall.sh | bash

Windows

curl -fsSL -o %TEMP%\cbm-uninstall.cmd https://github.com/fxjs/cbm-tool/releases/latest/download/uninstall.cmd && %TEMP%\cbm-uninstall.cmd
irm https://github.com/fxjs/cbm-tool/releases/latest/download/uninstall.ps1 | iex