LuisTerminal is a real GTK3 + VTE terminal emulator -- the same real terminal-rendering engine GNOME Terminal uses -- with a live health status bar and AI that watches what you're typing and suggests how to finish the command, inline, before you hit enter.
Most "AI terminal" tools make you stop and ask a chatbot in plain English, then copy a command back in. LuisTerminal works the way your shell's autosuggestions already do -- it just predicts further and smarter, using what's actually running on your machine as context.
Suggestions appear as dim "ghost text" ahead of your cursor while you type -- press Tab to accept, or just keep typing to ignore it. No mode switch, no separate prompt box.
Suggestions aren't generic -- they're grounded in what's actually running: current processes, recent command history, disk usage, service status.
A live health dashboard (CPU, RAM, disk, network) and process/service control sit alongside the shell -- no switching to htop or systemctl in another pane.
The AI only ever completes what you're already typing -- it never executes anything on its own. You still press enter.
Part of the LuisHae family -- same principle as the rest: real, working, and honest about what's actually built versus what's still an idea.
CPU, RAM, disk, and network at a glance, updating in real time, without leaving the terminal.
See what's running, start/stop/restart services, tail logs -- from one place instead of juggling ps, systemctl, and journalctl.
The headline feature -- ghost-text command suggestions as you type, grounded in real system context, powered by LuisAI.
Straight answers, no marketing spin.
Vte, the same real terminal-rendering library GNOME Terminal and Tilix are built on. It isn't a reinvented VT100 parser or a styled mockup; it's the actual thing, just running our own AI-assisted shell as its foreground process instead of bash directly.gh auth login use. Your password is only ever typed into that real login page, never into the terminal itself.python3, python3-gi, gir1.2-vte-2.91, and gir1.2-gtk-3.0 -- all declared as real package dependencies, so apt/dpkg pulls them in automatically on Debian, Ubuntu, and Linux Mint. Nothing installs silently beyond what the package manager shows you..deb exists right now, so it's Debian/Ubuntu/Mint (and derivatives) only. The underlying app is just Python + GTK/VTE, so a .rpm or an Arch package is realistic to add later; it just isn't packaged yet.sudo apt remove luisterminal -- it's a normal .deb package, nothing installs outside of what dpkg tracks. Your linked LuisAI login is cached in ~/.config/luisterminal/, which removal doesn't touch automatically; delete that folder too if you want a clean slate.The .deb above installs a genuinely working app -- a real GTK3 + VTE terminal window running a custom shell that streams live suggestions from the real LuisAI API as you type (Tab to accept). It needs python3-gi, gir1.2-vte-2.91, and gir1.2-gtk-3.0 (pulled in automatically as package dependencies on Debian/Ubuntu/Mint). On first launch it opens your browser to log into your LuisAI account, then polls until that completes -- the terminal-app equivalent of the iframe login the rest of LuisHae uses. The terminal demo animation above the fold is still just a scripted preview of the idea, not this real app -- that's next to fix. No system-wide install of package updates or anything beyond the app itself; nothing silent.