Quickstart
Install OpenAcme and meet your first agent
Install
You'll need Node.js 18 or newer. Then, in a terminal:
npm install -g @openacme/cliSet up
Run the setup wizard:
openacme setupIt walks you through connecting a model: sign in with a Claude or ChatGPT subscription, or paste an API key from any major provider. That's the whole wizard — agents are hired in the web UI, where you can actually shape their roles.
Start
openacmeThis starts OpenAcme in the background and opens the web UI at
http://127.0.0.1:3210. From here on it starts automatically — you can close
the terminal.


Hire your first agent
You start with Acme, the built-in platform helper. To grow the roster, open the Agents page and create one — give them a name and describe their role in plain language ("researches competitors and writes briefs," "keeps our docs up to date") — or import a ready-made template from the catalog.
Say hello
Pick your agent in the web UI and start chatting. Tool runs — shell commands, file edits, web lookups — render inline in the conversation:


Some things to try:
- Ask them to research something and write up what they find.
- Drop in a file and ask questions about it.
- Create a task for them on the Tasks page, then close the tab — they'll work on it and leave their result as a comment.
Where things live
Everything OpenAcme knows is stored on your machine under ~/.openacme/ —
agents, conversations, tasks, and settings. Nothing leaves your computer
except the requests to your AI provider.