alphai-tui apt repository

Debian and Ubuntu packages for alphai-tui, a terminal stock dashboard with live charts, AI scored news and SEC Form 4 insider activity.

Install

sudo install -d -m 0755 /etc/apt/keyrings
sudo curl -fsSL https://makeev.github.io/alphai-tui-apt/alphai-tui.gpg \
  -o /etc/apt/keyrings/alphai-tui.gpg
echo "deb [signed-by=/etc/apt/keyrings/alphai-tui.gpg] https://makeev.github.io/alphai-tui-apt stable main" \
  | sudo tee /etc/apt/sources.list.d/alphai-tui.list
sudo apt update && sudo apt install alphai-tui

What is here

Currently serving alphai-tui 0.11.0 for amd64 and arm64. The packages need glibc 2.35 or newer, which means Ubuntu 22.04 and later or Debian 12 and later. On older releases apt refuses the install rather than handing you a binary that cannot start.

Single package, without adding the repository

Direct downloads, if you would rather install once and not get updates: alphai-tui_0.11.0_amd64.deb and alphai-tui_0.11.0_arm64.deb. Install with sudo apt install ./alphai-tui_0.11.0_amd64.deb. Only the last few releases stay in the pool.

Signing key

Everything here is signed by F2E1 9930 D21E B459 AF91  A85B 72DE 82F5 F074 E30D. The public half is also committed to the project repository at packaging/deb/alphai-tui.gpg, so the key apt trusts can be compared against the one in source control.