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

anamnesis-dashboard

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anamnesis-dashboard

Browser dashboard for Anamnesis, the cross-machine, file-first memory layer for Claude Code.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

anamnesis-dashboard

Browser dashboard for Anamnesis, the cross-machine, file-first memory layer for Claude Code. Browse, search, and edit your memory store, see per-machine history, and sync, all from a local web UI.

Usage

npx anamnesis-dashboard

or, if you already have the core installed:

anamnesis dashboard

Serves http://127.0.0.1:3000 against the store at ~/.anamnesis (or ANAMNESIS_HOME).

Prerequisites

  • Node.js >= 20.
  • An Anamnesis store: uv tool install anamnesis-memory && anamnesis init.
  • The anamnesis CLI on your PATH for edits and sync (browsing works without it).
  • better-sqlite3 installs a prebuilt binary on common platforms; exotic platforms compile from source and need standard build tools.

Options

--port <n>            port to listen on (default 3000)
--store <dir>         store root (default ANAMNESIS_HOME, else ~/.anamnesis)
--no-open             do not open the browser
--install-desktop     add Anamnesis to your applications menu (Linux, macOS)
--uninstall-desktop   remove the applications-menu entry again
-v, --version         print the package version
-h, --help            show help

Desktop launcher

Add a clickable entry to your applications menu (Linux and macOS):

npx anamnesis-dashboard --install-desktop

Clicking Anamnesis starts the dashboard and opens your browser; if one is already running it just opens the browser instead. Remove the entry again with --uninstall-desktop.

The server binds 127.0.0.1 only. Docs: https://oscardvs.github.io/anamnesis/

Keywords

anamnesis

FAQs

Package last updated on 04 Jul 2026

Related posts