EveryDev.ai
Subscribe
Home
Tools

3,245+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. OpenWorker
    OpenWorker icon

    OpenWorker

    Autonomous Systems
    Featured

    An open-source, local-first AI desktop agent that completes everyday work tasks end-to-end across your files, Slack, calendar, email, and more — using any model you choose.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free and open source. Bring your own model API keys or run locally with Ollama. Pay your model provider directly.

    Engagement

    Available On

    Windows
    macOS
    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Autonomous SystemsTask AutomationAgent Frameworks

    Alternatives

    PipaliGoGogotClawTick
    Developer
    OpenWorkerPalo Alto, CAEst. 2026

    Listed Jul 2026

    About OpenWorker

    OpenWorker is a 100% open-source AI coworker that runs on your desktop and delivers finished work — polished documents, Slack replies, updated calendars, triaged inboxes — rather than just chat responses. Created by Andrew Ng and released under the MIT license, it is currently in open beta on macOS (Apple Silicon), with a Windows build available but not yet code-signed. The project is built on aisuite, Ng's lightweight Python library for unified LLM access.

    What It Is

    OpenWorker is a local-first autonomous agent harness that sits on your machine and orchestrates multi-step tasks across 25+ connected tools. You describe the outcome you want — "prep me for the Northwind renewal call," "untangle my Tuesday," "triage the checkout alert" — and OpenWorker breaks the task into steps, works across your desktop and connected apps, and returns a finished deliverable. Before any consequential action (sending an email, posting to Slack, running a shell command), it pauses and asks for your approval. The agent loop, conversations, connector tokens, and model keys all live locally; the only cloud component is a small OAuth broker for one-click tool connections.

    Architecture and Local-First Design

    Under the hood, OpenWorker is a three-layer stack:

    • Native desktop shell — a Tauri-based GUI (React + Rust) that supervises the server process and renders the chat and artifact views.
    • Local agent server — a Python backend (coworker/) that runs the agent engine, model providers, connectors, MCP client, memory, and automations.
    • Your keys, your machine — all data leaves the machine only through the model API and integrations you explicitly configure.

    The app auto-updates, so fixes reach installs quickly. It can also be run from source with Python 3.10+, Node 20+, and the Rust toolchain.

    Model Flexibility

    OpenWorker does not bundle or lock you into any model. Supported providers out of the box include OpenAI, Anthropic, Google Gemini, DeepSeek, Kimi (Moonshot), Qwen, MiniMax, Mistral, Grok (xAI), GLM (Z.ai), Together AI, and Fireworks. For fully local inference, Ollama is supported. You can switch models per task or even mid-conversation. A curated model list marks providers verified for reliable tool-calling.

    Tool Integrations and Trigger Modes

    OpenWorker ships with 25+ connectors covering the most common workplace tools:

    • Communication — Slack, Gmail, Outlook
    • Calendar — Google Calendar
    • Project management — Jira, Linear, Asana, Notion
    • CRM — HubSpot, Attio
    • Files and storage — Google Drive, Dropbox, Box
    • Dev tools — GitHub, terminal/local files
    • Protocol — any MCP-compatible tool plugs in with per-tool control

    Beyond interactive chat, OpenWorker supports trigger-based automations: a Slack mention, an incoming email, or a scheduled time can kick off a task automatically. Unattended runs park approval requests in an inbox rather than acting autonomously.

    Pre-Built Use Cases

    The app ships with four ready-made "coworker" configurations:

    • Sales — researches accounts, preps meetings, drafts follow-ups; integrates with HubSpot, Email, and Calendar.
    • Executive Assistant — manages calendar conflicts, triages inbox, drafts replies; integrates with Email, Calendar, and Slack.
    • Marketing — tracks spend and attribution, generates reports; integrates with HubSpot and Slack.
    • Ops On-call — triages alerts, digs through runbooks, drafts incident notes; integrates with Slack and GitHub.

    Update: v0.1.6 Open Beta

    The latest release is v0.1.6, published on July 23, 2026. The repository was created on July 20, 2026 and has accumulated over 3,300 GitHub stars and 450 forks within days of launch, reflecting rapid early community interest. The project self-describes as "open beta: fully usable, updates itself, and we're actively polishing rough edges." Windows builds are available but code-signing is still in progress, so SmartScreen warnings appear on Windows installs. The project originated inside the aisuite repository before moving to its own home.

    OpenWorker - 1

    Community Discussions

    Be the first to start a conversation about OpenWorker

    Share your experience with OpenWorker, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free and open source. Bring your own model API keys or run locally with Ollama. Pay your model provider directly.

    • 100% open source (MIT license)
    • Bring your own API keys (OpenAI, Anthropic, Google, and more)
    • Local inference via Ollama
    • 25+ tool integrations
    • Local-first, privacy-preserving

    Capabilities

    Key Features

    • Delivers finished work (documents, reports, Slack replies, calendar updates) not just chat responses
    • Local-first: agent loop, conversations, tokens, and model keys all stored on-device
    • Bring your own model and API keys — no vendor lock-in
    • 25+ tool integrations including Slack, Gmail, Outlook, Google Calendar, Notion, HubSpot, GitHub, Jira, Linear, Asana, Dropbox, Box, Google Drive, Attio
    • Approval-gated actions: checks in before sending emails, posting to Slack, or running commands
    • Trigger-based automations: Slack mention, incoming email, or scheduled time
    • Fully local inference via Ollama
    • MCP (Model Context Protocol) support for any compatible tool
    • Pre-built use cases: Sales, Executive Assistant, Marketing, Ops On-call
    • Run from source (Python 3.10+, Node 20+, Rust toolchain)
    • Auto-updates
    • Speech-to-text voice input sidecar (Rust)
    • Unattended run inbox for approval requests
    • Outputs in chat, Slack thread, Markdown, PDF, HTML, or image formats

    Integrations

    Slack
    Gmail
    Outlook
    Google Calendar
    Google Drive
    Notion
    HubSpot
    GitHub
    Attio
    Jira
    Linear
    Asana
    Dropbox
    Box
    Ollama
    OpenAI
    Anthropic
    Google Gemini
    DeepSeek
    Kimi (Moonshot)
    Qwen
    MiniMax
    Mistral
    Grok (xAI)
    GLM (Z.ai)
    Together AI
    Fireworks
    MCP-compatible tools
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate OpenWorker and help others make informed decisions.

    Developer

    OpenWorker Team

    OpenWorker builds an open-source, local-first AI desktop agent that delivers finished work across everyday tools like Slack, email, calendar, and CRMs. The project is created by Andrew Ng and released under the MIT license, built on top of aisuite — Ng's lightweight Python library for unified LLM access. OpenWorker runs entirely on the user's machine, using their own model API keys, with no data stored in the cloud beyond an OAuth broker for tool connections.

    Founded 2026
    Palo Alto, CA
    Read more about OpenWorker Team
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Pipali icon

    Pipali

    An open-source AI co-worker desktop app that researches, creates documents, and automates routine workflows by safely interacting with your local files, browser, and tools.

    GoGogot icon

    GoGogot

    Open-source self-hosted AI agent written in Go — a single ~15 MB binary with ~10 MB RAM idle, 27 built-in tools, and one-command Docker deployment.

    ClawTick icon

    ClawTick

    Cloud-based job scheduler for AI agents that replaces local cron with a CLI-first API offering built-in monitoring, alerts, and automatic retries.

    Browse all tools

    Related Topics

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    347 tools

    Task Automation

    Agent-powered tools that automate routine project tasks and workflows with intelligent prioritization, dependency management, and contextual assignment of work across teams.

    104 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    522 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions