[← Home]

DOCS

Install LastDB

Install the local LastDB node and the daily apps on macOS.

Last reviewed: 2026-07-17. Product status: alpha.

[Docs index] [Install] [Apps] [Developer]

FULL STACK INSTALL

This path installs LastDB plus the common first-party app CLIs.

# Bun (skip if already installed)
curl -fsSL https://bun.sh/install | bash
export PATH="$HOME/.bun/bin:$HOME/.local/bin:$PATH"

git clone https://github.com/EdgeVector/last-stack ~/.last-stack
~/.last-stack/setup
~/.last-stack/bin/last-stack-install-apps

brew services start lastdb
brain init --grant-consent
kanban init
situations init

DATABASE ONLY

brew install edgevector/lastdb/lastdb
brew services start lastdb

The Homebrew package ships lastdbd, the local daemon, and lastdb, the control CLI.

CONFIRM IT IS RUNNING

HEALTH

curl -s --unix-socket ~/.lastdb/data/folddb.sock \
  http://localhost/health
# expect: {"status":"ok"}

VERSIONS

lastdb status
lastdb --version
lastdbd --version

The owner socket is ~/.lastdb/data/folddb.sock. TCP :9001 is retired.

WHAT IS NOT INCLUDED

No desktop app, DMG, or file-ingestion product surface ships in the current Homebrew path. Use the local node plus app CLIs.

RELATED DOCS

Use

Daily Loop

Brain for durable context, Kanban for live work, MCP for agents.

Operate

Node Health

Health checks, status, socket expectations, and the safe restart boundary.