Installation
Prerequisites
Agent of Empires requires tmux to be installed on your system.
macOS:
brew install tmux
Ubuntu/Debian:
sudo apt install tmux
Fedora:
sudo dnf install tmux
Install Agent of Empires
Quick Install (Recommended)
Run the install script:
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
The binary will be at target/release/aoe.
Verify Installation
aoe --version
Uninstall
To remove Agent of Empires:
aoe uninstall
This will guide you through removing the binary, configuration, and tmux settings.