LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

tenere

TUI interface for large language models

TLDR

Launch the LLM chat TUI
$ tenere
copy
Use a specific config file
$ tenere --config [~/.config/tenere/config.toml]
copy

SYNOPSIS

tenere [options]

DESCRIPTION

tenere is a terminal user interface for interacting with LLMs like ChatGPT, llama.cpp, and Ollama. It features Vim-like modes (Normal, Visual, Insert), syntax highlighting, chat history, and file saving. Configuration is done via TOML files.

INSTALL

brew install tenere
copy
nix profile install nixpkgs#tenere
copy

HISTORY

tenere was created by Badr (pythops) and is written in Rust.

SEE ALSO

aichat(1), ollama(1), oterm(1)

Copied to clipboard
Kai