Evener
About
Evener came out of the observation that interactive chat is the wrong default for much agent work: given a prompt, it reads, writes, runs commands, and searches in a loop until done, and every surface — the one-shot CLI, the terminal TUI, and the browser Hub — drives that same loop. The Hub serves many concurrent sessions with a live project-grouped sidebar, a two-tier transcript that separates messages from muted tool annotations, ⌘K search, and cookie-based auth via one-time token URLs. Any user message can be forked into a sibling branch or, via /aside, forked at the tip into a side thread with the same permissions and config, which makes recovering from a bad direction cheap. Subagents and hooks follow documented runtime contracts, sandbox flags confine file/process/network access, and nine model providers including local Ollama are supported.