Skip to content

Latest commit

 

History

910 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mill — guardrailed agentic workflows, on your desktop

An Atlas board in Mill: a diagram, a table, and cards side by side, with the sidebar's Workflows, Configure, Atlas, Activity, Review, Secrets, and Extensions pages

Mill

A guardrailed desktop workbench for automations, a knowledge board and connectors — what you see is what your AI sees.

CI OpenSSF Scorecard License Go Platform

An AI acting on a system it can't verify has to guess at the real state, and the gap between the guess and reality is where hallucination and silent failure live. Mill closes that gap: the human and the agent work from the same verified view, and every action that reaches outside your machine is previewed and gated before it happens. Mill is one binary, keeps your data in local files, never calls an AI API of its own, and never phones home.

What Mill does today

  • Home — What ran, what is waiting for your approval, and the workflows you use most.
  • Workflows — Copy something from a web page and the seeded Clipboard → Markdown workflow reads it, converts the HTML, writes the Markdown back to your clipboard, and notifies you — one trigger, three steps, connected in order on a canvas.
  • Configure — Point two workflows at one Integration entry instead of pasting the base URL and auth into each step, and changing the endpoint later is a single edit that both workflows pick up.
  • Atlas — Drop a folder of markdown files onto the board and every file becomes a card — edit one outside Mill and the card updates itself, no re-import.
  • Activity — Every run, guardrail decision, and agent call in one searchable log.
  • Review — Mill crashes or restarts mid-workflow, and the run picks up where it left off instead of vanishing.
  • Secrets — Every field in Mill that needs a password, a token, or a key takes a pick from Secrets, never a typed value — a workflow carries the name of a secret, and Mill fills in the value only at the moment a step runs.
  • Extensions — An extension adds what Mill can do — a board object, a workflow step, a command, a secret source, a view — as a folder of two files you install, and it runs only with your say-so.

51 step types · 8 board object kinds · 11 extension contribution families · 40 MCP tools

Everything above is reachable by a human in the app and by an agent over MCP, under the same guardrails.

Quick start

Mill installs by cloning and building — no hosted service, no account. You need Go, Node, the Task CLI, and the Wails v3 CLI (go install github.com/wailsapp/wails/v3/cmd/wails3@latest).

git clone https://github.com/alicoding/mill.git
cd mill
task setup:hooks    # once: installs the pre-commit hooks that mirror CI
task install:app    # builds Mill and installs it in /Applications

task dev runs a hot-reloading development copy instead of installing. Prebuilt macOS releases are on the releases page; the Install page covers both routes and where your data lives.

Then, in ten minutes:

  1. Run the seeded example workflow and rebuild it yourself — Your first workflow.
  2. Put a card, a table, and a diagram on a board — Your first board.
  3. Point an agent at Mill over MCP — Automate with agents.

Documentation

The same documentation is in three places: the Docs view inside the app (the footer link, or "Open docs" in the command palette), userdocs/ here on GitHub, and userdocs/llms.txt for agents, with userdocs/llms-full.txt carrying every page in one file.

Contributing

File bugs and feature requests as issues; the bug template asks for the build badge the app shows, which tells us exactly which build you ran. Pull requests are welcome through the process in CONTRIBUTING.md. Report a vulnerability privately, as SECURITY.md describes, never as a public issue.

License

Apache License 2.0 (Apache-2.0) — see LICENSE.

About

Guardrailed agentic workflows, on your desktop — agents and humans compose automations; a guardrail previews and gates every action before it happens. Single-binary Go + React (Wails3).

Topics

Resources

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages