The GNO web workspace — search, browse, graph, edit, and capture — running 100% locally.
gno serve launches a local web workspace at localhost:3000 with search, browse, graph, editing, and AI answers. It’s keyboard-first and 100% local.
Launch the workspace
gno serve
gno serve --port 8080
Keyboard shortcuts
Cmd+K — command palette
Cmd+N — quick capture a new note
Cmd+S — save the current note
/ — focus the search bar
? — show keyboard shortcut reference
What’s in the workspace
Home — recent tabs, search entry point, current collection overview
Browse — cross-collection tree with folder detail panes
Editor — split-view markdown with live preview, frontmatter-aware metadata, read-only view for converted PDF / DOCX / PPTX / XLSX docs
Graph — force-directed visualization of wiki links, markdown links, and semantic similarity edges
Ask — cited answers from local LLMs
Collections — add, remove, re-index, and tune per-collection model overrides
Safe editing model
Markdown and plain text stay editable. Converted binaries (PDF, DOCX, XLSX, PPTX) stay read-only. If you want to work on the content of a converted document, use Create editable copy in the doc view — it spawns a new markdown note with source provenance intact.