OpenYak: Open-Source Desktop AI Agent for Local File Management and Automation

What OpenYak Does
OpenYak is an open-source desktop AI assistant that runs entirely on your machine. It manages files, analyzes data, drafts documents, and automates office workflows without uploading anything to the cloud.
Key Features and Capabilities
- Office Automation – Batch rename, sort, and clean up files across folders with auditable change logs
- Data Analysis – Parse spreadsheets, CSVs, and documents locally to spot anomalies, track trends, and export decision-ready reports
- Content & Writing – Turn rough notes into polished documents and draft professional communications
- Team Operations – Merge notes from PDFs, DOCX, and CSVs into structured briefings with auto-extracted action items and deadline tracking
- IM Integration – Connect 8+ messaging platforms (WhatsApp, Discord, Telegram, Slack, Feishu, Signal, iMessage) through OpenClaw for centralized message handling
- Automations – Schedule recurring tasks with cron-based triggers for daily data digests, weekly reports, and automated file cleanup
- Remote Workflows – Start on desktop and continue on phone with one-click secure tunnel and QR code access
Technical Specifications
- 100% Local-First – No cloud storage or telemetry; all data stays on your machine
- 100+ AI Models – Access through OpenRouter including Claude Opus 4.6 & Sonnet 4.6, DeepSeek V3.2, Gemini 3 Flash, GPT-4.1, MiniMax M2.5, Step 3.5 Flash, MiMo-V2-Pro
- 20+ BYOK Providers – Bring your own API key for OpenAI, Anthropic, Google, Groq, DeepSeek, Mistral, xAI, plus Chinese providers like Qwen, Kimi, MiniMax, and ZhiPu
- ChatGPT Subscription Integration – Connect existing ChatGPT subscription directly with no extra API costs
- 20+ Built-in Tools – File read/write/edit, bash execution, glob/grep search, web fetch, long-term memory
- 7 Agent Modes – Specialized agents for building, planning, exploring with multi-step tool calling and sub-agent nesting
- Long-term Memory – Stores preferences, work context, and key facts across conversations locally
- MCP Connectors – Integrate external tools and services via Model Context Protocol
- Pricing – 1M tokens/week on free models, pay-as-you-go at OpenRouter prices with zero markup, or bring your own API key
Getting Started
- Download the installer for Windows or macOS
- Connect a model – use free models instantly, top up for premium models, bring your own API key from 20+ providers, or run locally via Ollama
- Start working – manage files, analyze local data, and generate office-ready outputs
For developers, technical details, project structure, and development setup are available in frontend/README.md and backend/README.md. The project is licensed under AGPL-3.0 and built with Python (60.2%), TypeScript (31.7%), HTML (5.4%), Rust (1.5%), CSS (0.5%), and Shell (0.4%).
📖 Read the full source: HN AI Agents
👀 See Also

OpenClaw vs Hermes: Choose the Right Self-Hosted AI Agent After 100+ Deployments
After deploying 100+ AI agents for clients, a Reddit user shares hard-won lessons: OpenClaw (149K stars) is the reliable workhorse for single/small fleets; Hermes excels at multi-agent orchestration but has a smaller community.

Scaffold Framework Addresses Claude Code Memory and Workflow Issues
Scaffold is a 17-skill framework for Claude Code that provides persistent memory, decision enforcement, and workflow gates. It uses a 3-tier model routing system for token savings and can be installed via the Claude Code plugins menu.
Wakehook: Trigger OpenClaw Morning Automations on Actual Wake Time, Not Cron
Wakehook reads Google Health/Fitbit sleep data and POSTs a user.awake event to OpenClaw when you actually wake up. Self-hostable, poll-based, no public URL needed.

ClaudeHive: Web UI for Managing Parallel Claude Code Sessions
ClaudeHive is a web UI that handles parallel Claude Code sessions, allowing users to define prompt templates with placeholders, batch-run them across multiple inputs with configurable concurrency, and review all results in one place. It includes a CLI tool for manager agents to spawn and coordinate worker agents.