DOCS
Install the local LastDB node and the daily apps on macOS.
Last reviewed: 2026-07-17. Product status: alpha.
[Docs index] [Install] [Apps] [Developer]
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
brew install edgevector/lastdb/lastdb brew services start lastdb
The Homebrew package ships lastdbd, the local daemon, and lastdb, the control CLI.
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.
No desktop app, DMG, or file-ingestion product surface ships in the current Homebrew path. Use the local node plus app CLIs.