What px0 is for
- Recurring reports you assemble by hand every week.
- Chores that follow the same steps every time: draft the release notes, precheck a pull request, triage overnight alerts, file the standup update.
- Work that has to sound like you, because px0 follows conventions you write down once.
- A searchable library of everything you read, so you can ask questions across it later.
Workflows you could build
Each of these is one sentence you type intopx0 workflows new, and each becomes a file you can edit and put on a schedule.
How it fits together
- Workflows are the unit of work: Markdown files with YAML frontmatter, generated from your description and editable by hand.
- Tools are how a workflow reaches outside px0. Most route through Composio, and apps authorize themselves the first time a workflow needs one; a few reach this machine directly - a file, a shell command, a URL.
- Guidelines are your conventions, inlined verbatim into prompts so output comes back in your voice.
- Brain is the library of what you have read and kept, searchable and askable.
- Runs are the record of everything px0 did, so any output can be traced back to its inputs.
px0 has no model backend of its own. It shells out to a coding agent CLI you already sign into -
claude, gemini, pi, or opencode - and reuses that CLI’s own login, model choice, and rate limits. What leaves your machine spells out exactly what that means for your data.Start here
Installation
Install px0, pick a model backend, and scaffold your store.
Quickstart
Get a real output in a handful of commands.
Core concepts
The store, workflows, tools, guidelines, brain, and runs.
CLI reference
Every command, grouped by the entity it acts on.

