ComAI
Ask Linux questions, explain commands before you run them, inspect files, scan logs, and talk to local or OpenAI-compatible providers from your shell.
curl -fsSL https://hossbit.github.io/comai/install.sh | bash
curl-ready Linux tools
One-command installers for people who believe the terminal is a perfectly reasonable place to live. Add ComAI for shell-side AI help, or LocalAI Server for local GGUF models behind an OpenAI-compatible API.
Copy a command, inspect the source, then let the terminal do its little victory lap.
Ask Linux questions, explain commands before you run them, inspect files, scan logs, and talk to local or OpenAI-compatible providers from your shell.
curl -fsSL https://hossbit.github.io/comai/install.sh | bash
Run GGUF language models locally with llama.cpp, automatic model discovery, llama-swap routing, and a user service that behaves like it read the manual.
curl -fsSL https://hossbit.github.io/localai/install.sh | bash
Install scripts are public. Read them first if your shell has trust issues:
curl -fsSL URL is also a fine command without the pipe.