🤔 What is FUR?
FUR is a lightweight tool that helps you organize your AI chats into diaries — each diary containing 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 multiple diaries (
fur new) - Assign avatars/personas
- Jump to any message
- View conversations as timelines or trees
- Switch quickly between diaries
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 diaries.fur/threads/*.json→ one file per diary.fur/messages/*.json→ messages inside each diary.fur/avatars.json→ your persona mapping
Everything is human-readable, portable, and version-safe.
📘 Example workflow
# Create a new AI diary
# Add quick jot
# Paste long chats or Markdown
# View as timeline
# Export to Markdown or PDF
# Switch to another diary (alias 'thread')
# 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, with collaborators — deserve structure. FUR gives them a home.
Fast. Local. Searchable. Yours.
🛣 Roadmap to v1.0
✅ Already complete
- Multiple diaries & 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.