Responsive Terminal UI and CLI to browse and read The Economist with your subscription. Unofficial.
economist browsestarts the TUI with current headlines (requires login witheconomist login)economist demostarts the TUI with pre-loaded archived articles
Browsing archived articles in economist demo mode
brew install tmustier/tap/economist-tuigit clone https://github.com/tmustier/economist-tui
cd economist-tui
# Build local binary
make
./economist --version
# Install to ~/bin (macOS codesign included)
make installPrereqs: Go 1.25+, Chrome/Chromium (for login and article fetching).
# Login (one-time, for full articles)
economist login
# Demo mode (no login required)
economist demo
# Interactive Terminal UI
economist browse
economist browse finance
# Non-interactive
economist headlines leaders --json
economist read "https://www.economist.com/finance-and-economics/2026/01/19/article-slug" --rawlogin— open browser to authenticatebrowse [section]— interactive TUI (defaults to Leaders)Enterread article,bback, type to searchctoggle columns on/off,Escclear,qquit
demo— interactive TUI with demo content (no login required)headlines [section]— list headlines-n/--number,-s/--search,--json,--plain
read [url|-]— read full article (--raw,--wrap,--columns)sections— list sections
Global flags: --version, --debug, --no-color
Config + cookies: ~/.config/economist-tui/
Cache: ~/.config/economist-tui/cache (1h TTL)
- RSS provides ~300 items per section (~10 months)
- Full articles require an active Economist subscription
MIT
