1.0.0 - initial
🚀 Release v1.0.0 — Traliran AI Hub CLI / TUI Edition
First stable release of Traliran AI Hub CLI — a lightweight, serverless, and privacy-first AI terminal client (traliran-hub) written in native C11 (ncursesw + libcurl).
⚡ Quick Install (Linux x86_64)
Option 1: Binary Installation (Recommended)
Download the traliran-hub executable attached to this release, make it executable, and move it to your system PATH:
chmod +x traliran-hub
sudo mv traliran-hub /usr/local/bin/
Now you can launch it from anywhere in your terminal:
traliran-hub
Option 2: Build from Source
If you (gentoo user) prefer building it yourself:
git clone https://github.com/Traliran/traliran-ai-hub-cli.git
cd traliran-ai-hub-cli
make
sudo make install
🪟 Note for Windows Users
There is no native Windows .exe build available. If you are on Windows, ask yourself: why are you even using a Linux terminal client? 😉
If you still want to use the Traliran AI Hub ecosystem on Windows without WSL:
- Use the main web version: Traliran AI Hub Web Edition — runs directly in any browser.
- Check out Traliran AI Hub DriftWM — an in-browser window-manager experience with infinite desktops and tiling modes.
Please do not open GitHub Issues complaining that the binary doesn't run natively on Windows CMD/PowerShell.
🌟 Key Features
- 100% Privacy-First & Serverless: Direct requests to API providers (Groq, Gemini, OpenAI, OpenRouter, DeepSeek, Claude, Ollama, Llama.cpp) straight from your machine. No proxy servers, no telemetry.
- ⚡ Parallel Multi-Model Benchmarking: Run side-by-side prompt comparisons across multiple models simultaneously.
- 💡 Reasoning / Thinking Blocks: Native rendering and collapsible sections for DeepSeek-R1 and other thinking models.
- 👥 AI Group Debate Mode: Multi-agent discussion loops (Optimist, Critic, Technologist) analyzing your prompts in real time.
- ⚡ AI IDE & Workspace: Full-screen code editor, persistent coding agent panel, version control (commits/reverts), and workspace export (
.tar.gz). - 🧠 RAG Knowledge Base: Upload
.mdor.txtfiles to chat with local documents. - 💻 Built-in Sandbox Interpreter: Test and preview generated HTML/JS/CSS code locally.
- 🏪 Assistant Store: Built-in marketplace for free and premium system prompt presets.
- ⌨️ Full Vim Navigation Support: Toggle Vim keys anytime with
F12.
🎹 Quick Keymap Cheat Sheet
| Screen | Key Actions |
|---|---|
| Global | 1..6 Switch screens · ? Help dialog · q Quit · F12 Toggle Vim mode |
| Chat | Enter Send · F2 New session · F7 Multi-model · F8 Debate · F9 Sandbox last code |
| IDE | F1 Files · F2 Versions · F4 New file · F5 Save · F9 Commit · PgUp/PgDn Scroll |
| Notes | F2 New note · F4 AI complement · F6 Export to RAG · F8 Preview |
| RAG | F2 Upload .md/.txt · Tab Switch focus · Enter Chat with docs |
Licensed under AGPLv3. Full source code and documentation available in the repository.