A Golang terminal UI chat client for talking to local AI models — powered by the Microsoft Foundry Local SDK ported to Go. No cloud, no API keys, just your machine running models locally. 🚀


| Flag |
Default |
Description |
-system |
"You are a helpful AI assistant." |
System prompt |
-device |
auto |
Device: auto · cpu · gpu · npu |
-temp |
0.2 |
Sampling temperature (0–2) |
-ctx |
4096 |
Context window size |
-mode |
local |
Session mode label (local · remote) |
| Key |
Action |
↑ / ↓ |
Scroll through prompt history |
: |
Enter command mode (:clear, :temp, :model, :stats, :export) |
clear |
Reset session & history |
q / quit / exit |
Quit |
Ctrl+C / Ctrl+Q |
Quit |