cd /news/ai-agents/moonshot-ai-launches-kimi-work-a-loc… · home topics ai-agents article
[ARTICLE · art-25070] src=marktechpost.com pub= topic=ai-agents verified=true sentiment=↑ positive

Moonshot AI Launches Kimi Work, a Local Desktop Agent Reportedly Running on Kimi K2.6 With a 300-Sub-Agent Agent Swarm

Moonshot AI launched Kimi Work, a downloadable desktop AI agent for macOS and Windows that operates locally on a user's machine rather than in the cloud. The agent, reportedly running on the company's Kimi K2.6 model, can deploy up to 300 sub-agents in parallel to read local files, control a real browser through a WebBridge extension, and execute scheduled tasks via a built-in cron engine. The product targets knowledge workers by providing direct access to local files and live browser sessions, eliminating the need to upload data to remote servers.

read5 min publishedJun 12, 2026

Moonshot AI has introduced ** Kimi Work,** an AI agent that runs on your own desktop. The Beijing-based AI entity announced it this week along with downloads for macOS and Windows. Kimi Work reads local files, drives your real browser, and runs scheduled tasks. It targets knowledge workers whose bottleneck is access to files and live sessions.

Most agent tools of the past two years ran in the cloud. You type a goal, a remote server spins up a sandbox, and a hosted browser acts. Kimi Work runs locally instead, reaching files and sessions you already use.

What is Kimi Work?

Kimi Work is a downloadable application, not a web chat. You give it goals in plain language, and it acts on your machine. Independent community mentions report that it runs on Kimi K2.6, Moonshot’s flagship model.

K2.6 is an open-weight Mixture-of-Experts model released on April 20, 2026. It activates about 32 billion parameters per token. It carries a 256K-token context window for long, multi-step work.

How Kimi Work Operates

Four building blocks define the product. Knowing them helps you reason about what it can do.

Agent Swarm: Kimi Work can run many sub-agents in parallel on your machine. According to Moonshot release, the swarm scales to 300 sub-agents. The system splits a task into parts, then coordinates the results. K2.6’s swarm is documented up to 4,000 coordinated steps.WebBridge: This browser extension lets the agent use a browser like a person. It searches, scrolls, extracts data, and fills forms across tabs. Because it uses your real session, it inherits your existing logins and cookies.Cron scheduling engine: A built-in scheduler runs jobs on a daily, hourly, or conditional basis. Per Moonshot, triggers include LLM agent calls and Python or shell scripts. A “Keep Computer Awake” toggle keeps overnight jobs from stalling.Local files and code: The agent reads folders you mount and runs Python in the background. According to Moonshot release, original files stay in place unless you approve a change.

The desktop app also ships finance-specific data. It is pre-integrated with market data for A-shares, Hong Kong stocks, and US equities. According to Moonshot release, this removes the need for custom API setup. Finished research can convert into PowerPoint decks or Excel sheets.

Use Cases With Examples

Document triage: Point the agent at a folder of quarterly PDFs. Ask it to summarize them into one document, keeping originals intact. The swarm assigns one reader per file, then merges findings.Web data collection: Tell WebBridge to pull historical prices for three tickers. It opens your browser, sets the date range, and extracts the tables. Python then normalizes columns and writes an Excel workbook.Scheduled briefings: Define a 7:00 AM job in the cron engine. Each morning it gathers headlines and drafts a markdown briefing. With “Keep Computer Awake” on, the job survives overnight.Office generation: Ask for a short market-brief deck after a research pass. The agent drafts sections in parallel and renders native slides.

Kimi Work vs Cloud Agents

The core difference is where the agent runs and what it can reach. The table compares Kimi Work against a typical cloud agent.

Dimension Kimi Work (local) Typical cloud agent
Execution location Your desktop Vendor servers
File access Mounts your local folders Uploaded or sandboxed files
Browser Your real, logged-in browser via WebBridge Hosted virtual browser
Scheduling Built-in cron engine Often external or limited
Underlying model Kimi K2.6, reported Vendor’s hosted model
Setup Install app, grant folder access Zero-install, open a tab
Security responsibility Falls on the user Falls on the vendor

Neither approach wins outright. Local execution keeps data on your device and reaches real files. Cloud execution trades that control for zero-setup convenience and managed safety.

Scheduling: The Cron Engine in Practice

Kimi Work is driven by natural language, not a public API. Its scheduler is a cron engine, so it accepts standard cron schedules. The five fields are: minute, hour, day-of-month, month, and day-of-week.

0 7 * * *      # every day at 07:00
0 * * * *      # every hour, on the hour
30 8 * * 1-5   # 08:30 on weekdays only (Mon-Fri)
0 0 1 * *      # 00:00 on the first day of each month

You pair a schedule with a plain-language task. A daily briefing job reads like this.

Schedule: 0 7 * * *   (every day at 07:00)
Task:     "Draft today's market briefing and save it to
           ~/KimiWorkspace/briefing.md. Ask before writing."

The approval gate then applies to that write, and to any web action.

Key Takeaways

  • An “Ask before acting” gate, with YOLO mode off, prompts before any file write.
  • Kimi Work is a local desktop agent for macOS (Apple silicon) and Windows.
  • An Agent Swarm runs up to 300 sub-agents in parallel on your machine.
  • WebBridge drives your logged-in browser; a built-in cron engine runs scheduled jobs.
  • It reads local folders and runs Python, keeping originals unless you approve changes.

Marktechpost’s Interactive Explainer

Check out the ** Details here. **Also, feel free to follow us on

and don’t forget to join ourTwitter

and Subscribe to

150k+ML SubReddit. Wait! are you on telegram?

our Newsletter

now you can join us on telegram as well.Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us

── more in #ai-agents 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/moonshot-ai-launches…] indexed:0 read:5min 2026-06-12 ·