WUPHF Launches AI Office with Markdown Wiki
Get the Tech newsletter
Daily tech — startups, AI labs, chips, the launches that shape the next decade. Free.
- WUPHF can be installed via npm with
npx wuphfor globally withnpm install -g wuphf, and also built from source using Go and Bun. - WUPHF supports multiple LLM providers, defaulting to Claude Code, with optional
--provider codexfor Codex CLI,--provider ollamafor Ollama, and custom OpenAI‑compatible endpoints. - WUPHF includes built‑in memory: per‑agent notebooks and a shared wiki stored as a markdown git repo at
~/.wuphf/wiki/. - WUPHF’s wiki functions as a living knowledge graph with typed facts, triplets, LLM‑synthesized briefs, citation retrieval, and a lint suite that flags contradictions, stale claims, and broken cross‑references.
- WUPHF can bridge to external services such as Telegram and OpenClaw agents, offering private‑network invites via Tailscale/WireGuard or public Cloudflare tunnels.
- WUPHF enables publishing and installing agent “skills” to/from the Anthropic skills marketplace, GitHub repositories, and other hubs, using PR‑based publishing and raw skill fetching.
Why it matters: AI development teams gain a unified, real‑time workspace that replaces fragmented API calls with a shared markdown wiki, enabling instant visibility of tasks and knowledge, while eliminating the need for separate backend services. The tool’s built‑in linting and knowledge‑graph features help maintain consistent, up‑to‑date information across agents.


