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=...