Tech News
← Back to articles

Show HN: Agent-of-empires: OpenCode and Claude Code session manager

read original related products more articles

Agent of Empires (aoe)

A terminal session manager for Linux and MacOS using tmux to aid in management and monitoring of AI coding agents, written in Rust.

Installation

Quick install (Linux & macOS):

curl -fsSL \ https://raw.githubusercontent.com/njbrake/agent-of-empires/main/scripts/install.sh \ | bash

Homebrew:

brew install njbrake/aoe/aoe

Update via brew update && brew upgrade aoe .

Build from source:

git clone https://github.com/njbrake/agent-of-empires cd agent-of-empires cargo build --release

... continue reading