From a36671ceb2f60a2dabda917a43ead0191996655b Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Mon, 4 May 2026 01:03:54 +0300 Subject: [PATCH] Update README.md --- README.md | 54 ++++++++++++++++++++++++++---------------------------- 1 file changed, 26 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index f67d299..ac4c5ba 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,32 @@ ## 👀 capture-ai Overview ## 🚀 Features +- [x] Easy access with keyboard shortcuts +- [x] Model management per chat +- [x] Generate image +- [x] Access every AI model easily +- [x] Unlimited reference tree support +- [x] Customize how the AI responds +- [x] Shows how many tokens are consumed for each message +- [x] Dark/Light themes +- [x] Just one configure file +- [x] Copyable code blocks +- [x] Regenerate +- [x] Keep all your chats in your machine +- [x] Enter input with your voice -Speech to text(online or local)- +- [x] Adding documents via drag & drop +- [x] AI can read, analyze, modify your documents (within permission) +- [x] Files returned as downloadable outputs +- [x] Supports PDF, DOCX, XLSX +- [x] Lazy Loading, Chat Loading System (Loads latest messages first,older messages load on scroll) +- [x] Change UI colors +- [x] Language support [Turkish, English]*You can easily create your own language file* +- [x] Caching the language file to avoid repeated file reads +- [x] Compatible with Linux(Arch,Debian/Ubuntu) devices +- [x] Control via Terminal (excluding STT and some UI features) +- [x] Per-chat conversational RAG system with enable/disable support(short-term memory + summary memory + embedding-based retrieval + code-aware context) +- [x] Run local text model(Local API-based AI) +- [ ] Compatible with macOS, Windows ## 📦 Setup 1. `Go to the`[`Open Router`](https://openrouter.ai/)`and create your own api key` @@ -268,34 +294,6 @@ bind = $mainMod, Q, exec, $capture-ai text

-## Roadmap -- [x] Easy access with keyboard shortcuts -- [x] Model management per chat -- [x] Generate image -- [x] Access every AI model easily -- [x] Unlimited reference tree support -- [x] Customize how the AI responds -- [x] Shows how many tokens are consumed for each message -- [x] Dark/Light themes -- [x] Just one configure file -- [x] Copyable code blocks -- [x] Regenerate -- [x] Keep all your chats in your machine -- [x] Enter input with your voice -Speech to text(online or local)- -- [x] Adding documents via drag & drop -- [x] AI can read, analyze, modify your documents (within permission) -- [x] Files returned as downloadable outputs -- [x] Supports PDF, DOCX, XLSX -- [x] Lazy Loading, Chat Loading System (Loads latest messages first,older messages load on scroll) -- [x] Change UI colors -- [x] Language support [Turkish, English]*You can easily create your own language file* -- [x] Caching the language file to avoid repeated file reads -- [x] Compatible with Linux(Arch,Debian/Ubuntu) devices -- [x] Control via Terminal (excluding STT and some UI features) -- [x] Per-chat conversational RAG system with enable/disable support(short-term memory + summary memory + embedding-based retrieval + code-aware context) -- [x] Run local text model(Local API-based AI) -- [ ] Compatible with macOS, Windows - ## 🔎 ALL APP FEATURES