Skip to main content
OpenWiki ships as a single openwiki binary for interactive chat and one-shot documentation runs. For installation and first use, see Quickstart.

Core commands

Common flags

Visualize

You can visualize the generated wiki as an interactive node graph and live Markdown reader, or export a static site for hosting:
For details, see Visualize your wiki.

Coding-agent integrations

Install OpenWiki into a host coding agent so the host’s model and repository tools drive generation while OpenWiki owns the durable page-job lifecycle:
For details, see Coding-agent integrations.

Auth and connectors

Cron (macOS)

Manage optional connector schedules for personal mode sources. On macOS, OpenWiki can install schedules as user LaunchAgents that periodically refresh a source (for example Gmail or web search). Use these commands to list, pause, resume, or delete them:
cron delete removes the saved schedule and unloads its LaunchAgent. It does not remove auth, connector config, raw data, or wiki content.

Slash commands (interactive)

In interactive chat mode, you can use the following commands:
  • /api-key: Update the current provider API key (masked prompt)
  • /langsmith-key: Update or clear LangSmith tracing credentials (masked prompt)
  • /provider and /model: Change provider or model for the session (persisted to ~/.openwiki/.env)
  • /effort: Set reasoning effort for supported OpenAI GPT-5.6 and NVIDIA NIM models, or /effort default to restore the provider default
  • /init and /update: Launch init or update from the session
  • /exit: Exit the app

See also