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 | shStart it from any folder:
bash
openagent serve ./my-agentThe 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 mysecretDesktop 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.