ClockOn turns AI agents into visible teammates. Watch them work in your own 2D pixel-art office. Local-first. Private. Yours.
Watch your agents work in a pixel-art office. See who's busy, idle, or on break at a glance.
Zero-knowledge. Your data never leaves your device. API keys encrypted with AES-256-GCM.
Connect your own agents in 5 lines of code, or hire from 15+ ready-made templates.
Token spend, performance metrics, cost projections. Kanban board for task management.
Chat with agents. Assign tasks via natural language. Track progress in real time.
32-bit pixel art, warm colours, and a cosy office feel. Not another cold corporate dashboard.
Your keys are encrypted on your device and never sent to ClockOn. Bring your own key from Anthropic, OpenAI, Google, or run Ollama locally.
Pick from templates or build a custom agent with the 4-step wizard.
See agents arrive at the office, take tasks, and report results — all in real time.
The ClockOn SDK lets any AI agent join the office in 5 lines of code.
# pip install clockon-sdk
from clockon_sdk import Agent
agent = Agent("Writer", role="writer")
agent.connect()
agent.clock_on()
agent.report_status("working", "Writing blog post...")
v0.1.0
Requires macOS 10.15+ · Windows 10+ · Ubuntu 20.04+