Now I have a comprehensive picture. Here are the most-starred GitHub repos similar to Star-Office-UI — all featuring pixel-art virtual offices for AI agent visualization — sorted by stars:
| # | Repo | Stars | Description | Tech Stack | Key Difference |
|---|---|---|---|---|---|
| 1 | Star-Office-UI | ~4,800 | Pixel office for OpenClaw — status visualization, daily notes, guest agents, AI-generated backgrounds | Flask + Phaser.js | Deep OpenClaw integration, tri-lingual (CN/EN/JP), desktop pet mode |
| 2 | pixel-agents | ~4,300 | VS Code extension that turns AI coding agents into animated pixel art characters in a virtual office | TypeScript + VS Code Webview | Watches Claude Code JSONL transcripts; characters animate based on what the agent is doing |
| 3 | SkyOffice | ~1,200 | Immersive virtual office built with Phaser, React, Redux, PeerJS, and Colyseus | Phaser + React + Colyseus | Multiplayer human-to-human virtual office with video/screen sharing (not AI-focused) |
| 4 | claw-empire | ~710 | Local-first AI agent office simulator that orchestrates CLI, OAuth, and API-connected agents as a virtual autonomous company | TypeScript + React + Vite | Multi-provider support (Claude Code, Codex CLI, Gemini CLI, OpenCode), meeting minutes, messenger integration |
| 5 | pixel-agent-desk | ~63 | Electron app with 2D pixel art office, agent desk dashboard, activity heatmap, and token analytics | Electron + Node.js | PiP mode (always-on-top floating window), GitHub-style activity heatmap, per-session token cost tracking |
| 6 | agent-office | ~16 | Self-growing AI teams in a pixel-art virtual office powered by local LLMs via Ollama | Phaser.js + React + Colyseus | Agents autonomously hire new team members, execute code, and grow the team — runs 100% locally |
| 7 | Claw-Arena | ~10 | A pixel-style agent economy battle game based on Star Office UI | Flask + Phaser.js | Agents enter an arena, play rock-paper-scissors, bet tokens, and losers complete tasks assigned by winners |
| 8 | openclaw-office | New | Visual monitoring and management frontend for the OpenClaw Multi-Agent system with isometric office and 3D scene | React + Three Fiber + SVG | Both 2D floor plan and 3D scene views; connects to OpenClaw Gateway via WebSocket |
Notable forks of pixel-agents adapted for other AI agents include pixel-agents-cursor (for Cursor) and pixel-agents-gemini (for Gemini CLI).
Star-Office-UI and pixel-agents are neck-and-neck as the two most popular projects in this space. The key split is that pixel-agents targets IDE integration (VS Code extension), while Star-Office-UI is a standalone web dashboard designed specifically for the OpenClaw ecosystem.