raunen is a terminal agent for local LLMs: one Go binary that reads and writes files, runs commands, and keeps the conversation where you can see it.
It works in the directory you start it in. Tools are rooted there, so raunen in a project is what gives it something to read. There is no separate window and no web UI โ a running agent has nowhere else to put things.
/help lists.prefix + R.These pages summarise the README. It is the canonical reference and goes into more detail on every topic here โ the full README is worth reading once.
Install it, have something serving an OpenAI-compatible API, and run raunen in a project. The first run writes a config, asks your endpoints what they serve and picks a model โ preferring anything local. /help lists everything and ctrl+c leaves. The conversation is saved, so raunen --continue picks it back up tomorrow.