Install it. Run it.
Learn the keys.
ApeTerm is a terminal app, not a web dashboard. There's no account. Everything below is what you'll actually type or press.
Install
One script puts apeterm on your PATH, installs the runtime under ~/.local/share/apeterm, and sets up the private Python runtime used for streaming quotes.
$curl -fsSL https://github.com/LongdeLao/apeterm/raw/master/install.sh | bashOn Windows, download apeterm-x86_64-pc-windows-msvc.zip from GitHub Releases and put apeterm.exe somewhere on your PATH.
First run
Launch it. If your shell hasn't picked up the new PATH, open a fresh terminal window. You land on the dashboard with News, Watchlist, Calendar and Notes.
$apetermCLI
Beyond the interactive terminal, a few subcommands run outside the TUI.
- apeterm sec-sync
- Sync SEC EDGAR entities (13F, Form 4, congress) into the local DB.
- apeterm update
- Pull the latest release and replace the installed binary.
- apeterm --check-locales
- Validate the bundled en / de translation files.
Keys
Vim-style motions throughout. No command palette — just single keys.
Config
A single config.json in your platform's app-config directory holds watchlists, provider keys and preferences. Delete it to reset.
Providers
Open settings with ,, or set these environment variables before launch:
APETERM_FINNHUB_API_KEYFinnhub — deeper fundamentalsAPETERM_FMP_API_KEYFMP — financial statementsOPENROUTER_API_KEYAgent — model of your choice
FAQ
A single SQLite file on your machine, alongside config.json. Nothing is synced unless you turn it on.
No.
Yes. Download the Windows x86_64 zip from GitHub Releases.