# Termalime > The open-source desktop terminal emulator with built-in local LLM intelligence. Termalime is a desktop terminal cockpit fusing a blazing-fast pseudo-terminal (PTY) emulator with an offline local AI copilot (via Ollama). Built with Tauri 2.x, Rust, and React for zero cloud latency, zero subscription fees, and 100% private execution without prompt logging. ## Core Capabilities - **Split-Pane Cockpit**: Resizable panes keep your live shell sessions and AI assistant replies side-by-side in a unified window. PTY sessions stay alive while prompting. - **Interactive AI Code Blocks**: Shell snippets generated by Lime Copilot feature instant action buttons: Run in Terminal (safeguarded by Preflight), Insert at Prompt, and Copy Code. - **1-Click Error Diagnosis (`Ctrl+Shift+E`)**: Instantly captures recent terminal tracebacks and asks Lime Copilot for root cause explanations and remedial commands. - **Preflight Security Checker**: Two-tier security analyzer using token heuristics and local SOC-analyst LLM prompts to intercept destructive commands (`rm -rf`, piped `curl | sh`, raw network sockets) before execution. - **In-Buffer Terminal Search (`Ctrl+F`)**: Floating search overlay with incremental find, match navigation, and case sensitivity. - **Smart Tabs**: New tabs automatically inherit current working directory (CWD), support in-place renaming via double-click, and handle truecolor (`COLORTERM=truecolor`). - **Context Bar Telemetry**: Real-time status at the base of the window showing CPU, RAM, Git branch, Local IP, shell binary, and CWD. ## Installation & Downloads (v0.6.0) - **Ubuntu/Debian (.deb)**: `sudo apt install ./Termalime_0.6.0_amd64.deb` - **Standalone Linux AppImage**: `chmod +x Termalime_0.6.0_amd64.AppImage && ./Termalime_0.6.0_amd64.AppImage` - **Fedora/RHEL (.rpm)**: `sudo rpm -i Termalime-0.6.0-1.x86_64.rpm` - **macOS (Apple Silicon)**: `Termalime_0.6.0_aarch64.dmg` - **Windows (x64)**: `Termalime_0.6.0_x64-setup.exe` or `Termalime_0.6.0_x64_en-US.msi` ## Prerequisites - Requires **Ollama** running locally on `http://127.0.0.1:11434`. Pull any model (e.g. `ollama run llama3` or `ollama run qwen2.5-coder`). ## Links & Resources - [Full LLM Documentation](https://termalime.com/llms-full.txt): Comprehensive product details, architecture, keyboard shortcuts, and FAQs for AI systems. - [GitHub Repository](https://github.com/daveymason/Termalime): Source code, issue tracker, and contributing guide. - [GitHub Releases](https://github.com/daveymason/Termalime/releases): Official downloadable binaries for Linux, macOS, and Windows. - [Website](https://termalime.com): Official homepage and feature tour.