Skip to content

nasroykh/foxmayn_ai_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foxmayn AI CLI

A terminal chat UI for conversing with AI models via OpenRouter, built with Bubble Tea.

Features

  • Streaming AI responses rendered with Markdown support
  • Multiple model selection via an in-app picker (/model)
  • Slash-command autocomplete
  • Alt-screen TUI with scrollable viewport

Prerequisites

Setup

cp .env.example .env
# Edit .env and set your OPENROUTER_API_KEY

Usage

make run
Keybinding Action
Enter Send message
Esc / Ctrl+C Quit
/model Open model picker (↑↓ navigate, Enter select)
/clear Clear conversation
/quit or /exit Quit

Available Models

  • google/gemini-2.5-flash-lite-preview-09-2025
  • minimax/minimax-m2.1
  • z-ai/glm-4.7-flash
  • deepseek/deepseek-v3.2
  • x-ai/grok-4.1-fast
  • openai/gpt-oss-120b
  • openai/gpt-oss-20b

Build

make build        # outputs to ./bin/foxmayn_ai_cli
make dev          # hot-reload (requires: brew install watchexec)

About

A Go terminal chat UI for conversing with AI models via OpenRouter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors