Project docs

YodaMan Docs

Quick, browser-friendly summaries with links back to the source Markdown files in the repository.

Ecosystem Architecture

YodaMan is organized around one shared local runtime used by the web UI, desktop app, VS Code extension, mobile companion, CLI, and mandatory Graphify knowledge graph layer.

Security And Audit

The runtime includes baseline hardening for local agent tools.

Mobile Linking

The phone must connect to the Mac's LAN address, not 127.0.0.1.

curl -X POST http://127.0.0.1:3090/api/pairing \
  -H "Content-Type: application/json" \
  -d '{"runtimeUrl":"http://YOUR-MAC-LAN-IP:3090"}'

Paste the returned yodaman://pair deep link into the mobile app and tap Use Pairing Link.

Downloads and Updates

YodaMan gives you a choice of clients so you can work from the environment that fits the moment.

API Reference

Important runtime endpoints include:

Choosing A Client

Use the desktop app when you want the full control center, the VS Code extension when you are actively coding, and mobile when you only need oversight away from the keyboard.