Golem
An extensible personal AI agent that runs on your machine.
Install
macOS or Linux:
curl -fsSL https://raw.githubusercontent.com/terracotta4u/golem/main/install.sh | sh
Get Started
You can run Golem from the terminal:
golem
LLM Setup
By default Golem uses OpenRouter. You will need to set an OPENROUTER_API_KEY environment variable.
Telegram Setup
The quickest way to start talking to Golem is with Telegram:
golem extension add https://github.com/terracotta4u/golem-telegram
Telegram also requires you create a new bot; instructions can be found here.
Once you have created a new bot, set the TELEGRAM_BOT_TOKEN environment variable.