A solution to the long-term memory problem of AI chats.
FUR turns your AI conversations into a digital diary — searchable, branchable, and yours to keep. Build a lasting memory for the thoughts you share with machines.
Log a Conversation with Gemini: Best-Seller
See FUR in Action
Watch how FUR makes saving and organizing conversations effortless
Everyday Commands
$ fur jot "explain quantum mechanics"Jot a quick message as yourself (your avatar). Perfect for capturing ideas on the fly.
$ fur chat geminiSave AI responses by pasting them directly to the terminal
$ fur timeline --contents --out TIMELINE.mdExport the full conversation with all attached documents as a Markdown file.
$ fur convoShow all conversations stored in folder with their unique hashes.
$ fur convo <hash(first chars)>Jump directly to the conversation identified by its hash.
$ fur new "Motivational quotes from Linus Torvalds"Start a brand new conversation and keep it separate from the rest.
$ fur your_script.frsRun an entire fur script (.frs) directly with the CLI. Perfect for automating saved conversations or replaying demos.
Rust Crate Installation
Install from Crates.io
cargo install fur-cli
Build from Source
git clone https://github.com/andrewrgarcia/fur-cli
cd fur-cli && cargo build --release
Quick Start
fur new "my first conversation"
fur avatar andrew 🦊
fur jot "Hello pengu!"
Built to Be
Tools that feel natural, save you time, and make your conversations easy to keep.
Track Conversations
Every chat, note, or log is a versioned thread you can revisit and fork anytime.
Branch & Merge Ideas
Create alternate paths for thoughts and combine them later — just like Git.
Attach Files & Markdown
Add documents, references, or essays directly to your conversational threads.
Script with .frs Files
Automate and replay structured chat flows for consistent results.
Local-First Memory
All your data is stored locally — searchable, portable, and fully yours.
Export Beautifully
Render threads as clean Markdown or PDFs with avatars and formatting preserved.
Introducing FurScript
FurScript is a simple scripting language designed to capture, branch, and export conversations. Think of it as Markdown for interactive chats: readable, editable, and always in your control.
Run a script
fur your_script.frs
✨ Official VS Code Highlighter
Write FurScript with full syntax highlighting directly inside your editor.
Get the Extension

