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

Prefex: A Local Proxy for Claude Code That Automates Prompt Caching and Session Memory
Prefex is a local proxy that sits between Claude Code and Anthropic's API, automatically injecting the header required for Anthropic's beta prompt caching feature. It also implements session memory to avoid resending full conversation history and includes a model router for cost optimization.

ReasonDB: Open-Source Document Database Using LLM-Guided Tree Navigation Instead of Vector Search
ReasonDB is an open-source document database that preserves document structure as a hierarchy and uses LLM-guided tree traversal for retrieval instead of vector search. It uses BM25 for initial search, tree-grep for structure filtering, and beam-search traversal where the LLM visits ~25 nodes out of millions.

Harnessing Claude Code for Bot Consultancy: A Deep Dive
Exploring the integration of Claude Code within bot development to enhance functionality through AI consultancy, as shared by an enthusiast on r/clawdbot.

antirez's DS4: Running DeepSeek V4 Flash with 1M Context on Mac Metal and DGX
Redis creator Salvatore Sanfilippo released DS4, a project to run DeepSeek V4 Flash with a 1M context window on Mac Metal hardware and DGX, with OpenAI/Anthropic endpoints for agentic coding tools.