DOCS
Check the local daemon without confusing retired TCP behavior for an outage.
Last reviewed: 2026-07-17. Product status: alpha.
[Docs index] [Install] [Apps] [Developer]
curl -s --unix-socket ~/.lastdb/data/folddb.sock \
http://localhost/health
# expect: {"status":"ok"}If this succeeds, the local node is up.
NODE
lastdb status
Shows host vitals and request activity.
APP READ
kanban list brain ask "what did I decide recently?"
A successful socket-backed app read also proves the node is reachable.
The legacy TCP endpoint on 127.0.0.1:9001 is retired. A connection failure there does not, by itself, mean LastDB is down.
Prefer the Unix socket path: ~/.lastdb/data/folddb.sock.
Restart only after the socket health check fails and ordinary app reads fail. Do not restart just because an old TCP-only command printed a :9001 error.
brew services restart lastdb