local first automation canvas

Describe.Verify.Get your time back.

Work.Flow turns plain English into automation

work.flow does repetitive computer work for you — sorting files, tracking markets, updating spreadsheets, sending reports. Every step your AI assistant generates is yours to verify. Your files stay with you. The code is yours to inspect. You stay in control — and get more time for the work only you can do.

see it build

One sentence in. Full pipeline out.

Keep scrolling. The agent lays the automation out on the canvas as circular nodes wired into a pipeline, then runs it. Once it’s built: drag the nodes, hover to inspect.

Work.Flow — canvas · files + AI
you

Every Friday, update my dashboard with the latest sales files. Flag anything unusual and send me the three things I need to know.

at a glance

161built-in steps. Open any one and read it
0files uploaded. Your documents never leave your device
3platforms: macOS · Windows · Linux
20sfrom one sentence to a working pipeline

Everything in one place

Your assistant can create files, images, audio, video, PDFs, and spreadsheets, pull market data, use AI, and send emails — all on the canvas. See exactly what's happening, every step of the way.

Work.Flow — browse · the whole step library
drag to spin · hover a glyph

how it works

HOW IT WORKS

Nothing runs without your approval

01 · preview — you see it

YOU SEE IT

See the plan

Before anything runs, work.flow tells you the plan in plain English: “I’ll read 312 files and write 312 new ones. Your originals won’t be touched.”

02 · consent — you decide

YOU DECIDE

Approve the risky bits

Safe steps run automatically. Anything that could overwrite your files needs your approval first.

03 · keep — it’s yours

IT’S YOURS

Keep it

The workflow is saved as a file on your device. Run it on a schedule, or whenever new files land. It’s yours.

READ THE CODE

See the code behind every step

The agent doesn’t hand you a black box. It connects pre-built steps, and writes new ones only when you need them. Behind every step is plain, readable code. There’s no code you can’t inspect.

Don’t like what you see? Change it. Your version becomes a new building block.

Your files and your AI key stay on your device. Bring your own key — Anthropic, DeepSeek, OpenRouter — or link it to a local model (Ollama/oMLX). No per-task fees. No credits. Run a workflow a thousand times a day without paying anything extra.

Editing Compress JPEGNew scratch
1# nothing leaves — your files and API keys stay on your machine.
2# byo key: anthropic · openrouter · deepseek — or run fully local on ollama.
3@node("image.compress_jpeg")
4class CompressJpeg:
5    """Compress each JPEG to a target quality."""
6    quality: int = 82   # 1..100
7
8    def run(self, ctx, files):
9        out = []
10        for src in files:
11            dst = ctx.out_dir / src.name
12            img = Image.open(src)
13            img.save(dst, "JPEG",
14                     quality=self.quality,
15                     optimize=True)
16            out.append(dst)
17        return {"files": out}

See how each step works. Open any node in the app, inspect the code, make changes, and save your own version.

01 / 04keep scrolling · the boards slide

who it’s for

04 · who it’s for

Built for people who actually do the work

You’ll want this if you spend half your Monday renaming files, resizing images, copying data between spreadsheets, or emailing reports that could write themselves. And nobody’s coming to automate it for you. Now you can do it yourself.

Do it once more.Then never again.

Private beta. Free while it lasts. Invites go out in batches.

First invites go out in early autumn, in small batches.

Questions

What does it cost?
Free during the beta. Final pricing isn’t set, but one thing is: no per-task fees and no credits, ever. The waitlist hears first.
Does my data leave my device?
Your files never do. The assistant calls the AI provider you pick, with your own key — or a local model, and nothing leaves at all.
Do I need to know Python?
No. The Python is there when you want it, not because you need it.
Which platforms?
macOS, Windows, Linux.
When do I get in?
Invites go out in small batches, in referral order.
What’s the catch?
It’s early and rough. You’d be helping us find the edges.
What if work.flow disappears?
Your workflows are plain files on your device, and the app keeps running without us. Cloud automation tools shut down and take your automations with them. Ours can’t — there’s nothing to take.

you’re on the list

You’re in. You’re #412 in line.

Invites go out in order, and referrals move you up. Every friend who joins moves you up 10 spots; three friends puts you in the first batch.

First invites go out in early autumn, in small batches. We’ll email you once when it’s your turn.