LoomBoard v0.1.2 ships as the user-facing chat app for the loomcycle agentic runtime. Four packagings on one React codebase: a Tauri v2 native desktop app for macOS (universal DMG), Windows (NSIS + MSI), and Linux (AppImage + deb); an npm CLI runner (@loomboard/app) that opens the same UI in your default browser via a local reverse-proxy that sidesteps browser CORS; an embeddable React component (@loomboard/chat) with peer deps react + react-dom + @loomcycle/client; and a Chrome MV3 side-panel extension that registers browser_read_page / fill / click / navigate as RFC BC client-executed tools. Thin client — no LoomBoard-side backend, database, auth, or message queue. Six shipped capabilities: streamed output with tool calls + reasoning traces from every provider, live token/throughput/context HUD + context compaction, Interruption answers in place, image + PDF + DOCX attachments (pdfjs-dist + mammoth extract text browser-side), embedded Skills + MCP catalog via the reusable @loomcycle/library React component, and inline RFC AW EventLimit budget warnings (amber soft / red hard). Chrome extension actuation gated by a Confirm-vs-Auto toggle; sensitive fields always require confirmation. All builds UNSIGNED for v0.1.x (macOS Gatekeeper right-click → Open; Windows SmartScreen "More info" → "Run anyway"). Signed builds queued for v0.2. Board mode + Explorer mode target v0.3. Android/iOS via Tauri mobile after that. Chrome Web Store submission after v0.2 signing. Apache-2.0. Downloads at loomcycle.dev/loomboard.
Client-executed tools: the agent's eyes and hands (v1.16.0 to v1.16.1)