Open Source · Linux Desktop

AI Summary Log Viewer for Linux, Docker, SSH, and systemd

Alogi connects to local files, systemd journal, Docker, and remote SSH hosts — then uses AI to turn noisy logs into plain-English explanations, root-cause hints, and actionable fixes.

Alogi showing live log tailing with AI analysis panel

Live tailing with AI-powered root cause analysis.

Everything you need, nothing you don't

Terminal-grade speed with a UI that surfaces patterns you'd miss scrolling raw output.

Live tailing

Stream logs in real-time with auto-scroll. Pause to inspect, resume to catch up.

AI analysis

Ask Gemini, OpenAI, or Claude to summarize errors, find root causes, and suggest fixes.

Smart highlighting

Severity heatmap, JSON pretty-printing, and keyword coloring make patterns obvious at a glance.

System journal

Browse systemd services and read journalctl output without leaving the app.

Remote SSH

Connect to remote servers over SSH with key or password auth. No agents to install.

Docker logs

List running containers and tail logs from any Docker host over SSH.

Three steps to clarity

Connect your sources, find the signal, let AI explain it.

1

Connect

Point Alogi at a local log directory, add SSH hosts, or browse the system journal. Setup takes seconds.

2

Inspect

Tail logs live, search across files, and use the severity heatmap to spot error clusters instantly.

3

Explain

Hit analyze and get an AI summary with root causes, affected services, and recommended next steps.

Get started in one command

Prebuilt packages for major Linux distros. No runtime dependencies.

Ubuntu / Debian

Native .deb package for apt-based systems.

# Download to /tmp to avoid apt sandbox warnings on locked-down $HOME
curl -L -o /tmp/Alogi-amd64.deb https://github.com/allisonhere/alogi/releases/latest/download/Alogi-amd64.deb
sudo apt install /tmp/Alogi-amd64.deb
Download .deb

Arch / CachyOS

Pacman package, ready to install.

curl -LO https://github.com/allisonhere/alogi/releases/latest/download/alogi-arch.pkg.tar.zst
sudo pacman -U alogi-arch.pkg.tar.zst
Download pacman pkg

Run the UI in your browser

Serve the same UI over HTTP without the desktop window.

Local (default)

Runs on your machine only. Opens in the browser.

alogi --web --open

Default URL: http://127.0.0.1:3000

LAN access

Expose the UI to your local network on port 8111.

alogi --web --host 0.0.0.0 --port 8111 --open

Open from another device: http://<your-host-ip>:8111

Need help?

Open an issue with your distro, architecture, and relevant logs.

Open an issue

Frequently Asked Questions

What is Alogi?

Alogi is a local-first AI summary log viewer for Linux and DevOps troubleshooting.

Can Alogi summarize logs with AI?

Yes. Alogi can analyze selected log context and generate AI summaries, likely causes, and recommended next steps.

What logs does Alogi support?

Alogi supports local log files, systemd journal, Docker logs, and remote logs over SSH.

Does Alogi require cloud log storage?

No. Alogi is local-first and is designed to help inspect and summarize logs without requiring hosted log storage.