Golem
An extensible personal AI agent that runs on your machine.
Install
macOS or Linux:
curl -fsSL https://terracotta4u.com/golem/install.sh | sh
Get Started
You can run Golem from the terminal:
golem serve
You should now be able to access the Golem web interface.
LLM Setup
Out of the box, Golem has no built-in model. Install a provider extension, then set that provider's key:
golem extension add https://github.com/terracotta4u/golem-openrouter
export OPENROUTER_API_KEY=...
Writing extensions
Install the Python SDK from PyPI and import it as golem:
pip install golem-agent-sdk
Source is in sdk/. The wire protocol is in docs/develop/protocol.md.