🤔 What is FUR?
FUR is a lightweight tool that helps you organize your AI chats into diaries, with each diary holding multiple conversations you can revisit, navigate, and export.
Instead of endless scrolling through chat history, FUR gives you:
✅ multiple diaries
✅ each diary containing its own conversations
✅ every conversation cleanly structured
✅ easy navigation, timelines, and exports
✅ memory you can actually use later
Think of it as your AI companion's journal, stored locally, under your control.
No cloud.
No syncing.
No mystery.
Just clean conversation tracking, built for people who think with AI.
🌟 What can FUR do?
Write
- Jot quick notes
- Chat long-form messages or paste documents
- Attach Markdown files
- Save conversations as portable
.frsscripts
Organize
- Create a new conversation (
fur new) - Assign avatars/personas
- Jump to any message
- View conversations as timelines or trees
- Switch quickly between conversations
Export
- Save conversations as Markdown
- Generate PDF timelines
- Script entire conversations using
.frs
Optional Git enhancements
If your FUR project lives inside a Git repo, you also get:
fur statusshowing Git status- passthrough commands (
fur add,fur commit, etc.)
...but Git is never required.
FUR works perfectly without it.
🛠 How it works
FUR stores everything inside a small local folder:
.fur/index.json→ list of conversations.fur/threads/*.json→ one file per conversation diary.fur/messages/*.json→ messages inside each conversation diary.fur/avatars.json→ your persona mapping
Everything is human-readable, portable, and version-safe.
📘 Example workflow
# Create a new AI conversation
# Add quick jot
# Paste long chats
# Quick jot with attached document
# See all conversations in your diary (.fur project)
# Switch to another conversation
)>
# Export your currently-tracked conversation to Markdown
# Global scan for all diaries in your computer (very fast)
# Optional: Git passthrough (if repo exists)
🚀 Installation
From crates.io
From source
🐾 Philosophy
FUR isn't trying to be an AI client or a chat interface.
It's something simpler:
A place to keep your conversations with clarity.
Your chats with AI, with yourself, and with collaborators deserve a clear place to live. FUR gives them that home.
Fast. Local. Searchable. Yours.
🛣 Roadmap to v1.0
✅ Already complete
- Multiple diaries (.fur projects) & conversations
- Avatars / personas
- Timelines & trees
- Jot & chat modes
- Jump navigation
.frsscripting- Markdown & PDF exports
- Optional Git passthrough
🔜 Planned
- Message deletion & editing
- Diary-level tagging
- Richer export layouts
- Search improvements
- Optional helper for Git ignore rules
- Cross-platform installers
📜 License
MIT, like almost everything else that's friendly and open-source.