Get Early AccessEverything
that runs, in one place.
Point Mochi at any directory. It finds what you can run, gives you one place to run it, and remembers what happened.

FIND
Mochi is a dashboard where you can see everything you can run in your projects — how to run it, search it, trigger it.
Point Mochi at any directory and it finds your Makefiles, npm scripts, Justfiles, Taskfiles, and GitHub Actions. Everything becomes a runnable, documented workflow.
Not another Makefile wrapper — Make still runs the commands; Mochi is where you find them, search them, and see what they did.
RUN
A desktop app and a CLI that read the same files. Power users live in the terminal — everyone else gets a native dashboard.
Not just a GUI bolted onto scripts — desktop and CLI read the same flowfiles, so anything you click, you could've typed.
REMEMBER
When I started letting agents do real work, they were making decisions and running things, and while I could follow along, it didn't always give me a clear sense of what was actually happening without feeling super overwhelmed.
Agents run a lot of commands on your behalf. The transcript is ephemeral and unstructured — there one moment, gone the next. Mochi keeps the record: what ran, how long it took, whether it failed, and why.
“Why did my deploy fail?” Mochi reads your logs and flowfile and tells you exactly what went wrong.
LOCAL-FIRST
Your commands, your logs, and your secrets stay on your machine. Nothing is uploaded. AI is optional — bring your own key, or run fully offline via Ollama.
BUILT ON FLOW
Flow is the open-source engine underneath. Mochi is the layer built on top of it.
Every run starts as a Flow execution, and Flow keeps its own execution logs — see the open-source engine at flowexec.io.