Hangarvibe

Reference

CLI reference

The Hangarvibe CLI ships with the desktop installer and is added to your PATH.

Two commands ship today: hangar (alias hg) to open the app, and hg mem for project memory. Everything else — HangarSwarm, HangarVoice, HangarVision, HangarAssistant — runs inside the desktop app itself. See the product guides for how to use each one.

hangar

hangar

Open a folder in the Hangarvibe desktop app — like `code .` for VS Code. If the app is already running, the folder opens in the existing window. `hg` is the short alias and runs the same CLI.

usage
$ hangar [path] [--new-window]

Flags

pathDirectory to open (default: the current directory)
--new-windowForce a new window instead of reusing the running one
--versionPrint the Hangarvibe version and exit
--helpShow help and exit

hg mem

logbook

Search and manage your HangarMemory graph — the local-first Markdown notes stored in <project>/.bridgememory. Instant weighted keyword search across note titles, tags, and content. hangar mem runs the same CLI.

usage
$ hg mem <search|list|show|create|graph> [args]

Flags

search <query>Weighted keyword search across note titles, tags, and content
listList all notes in the current project's memory graph
show <id>Print a single note by id, with its wikilinks
create --title <title>Write a new note into the current project's HangarMemory
graphPrint the note graph — every note and its [[wikilinks]]