Skip to content

Getting Started

OpenAgent has three installable pieces plus a hosted Web App. You only need the Agent Server — the CLI and Desktop App are optional clients.

Agent Server

The runtime. Install this on the machine where your agent should live.

Loading latest release…

macOS — double-click the .pkg. Linux / Windows — extract the archive. Or from a terminal:

bash
curl -fsSL https://openagent.uno/install.sh | sh

Start it from any folder:

bash
openagent serve ./my-agent

The folder becomes your agent — config, memory, and database live inside ./my-agent/.

CLI Client

A terminal client for talking to a running server.

Loading latest release…

Extract the archive, then:

bash
openagent-cli connect localhost:8765 --token mysecret

Desktop App

A native chat window for your agent.

Loading latest release…

Launch the installer and point it at your Agent Server's address. Prefer no install? Use the hosted Web App.

Next steps

MIT Licensed