CONVERSATIONS
OWNED.
ENCRYPTED.
PRESERVED.

Fur transforms scattered AI conversations into secure, searchable electronic diaries you control. Local. Encrypted. Yours forever.

Locked diary
CONVERSATIONS STORED
AESus
Argon2id + AES-256-GCM
LOCAL
NO CLOUD REQUIRED
GIT
VERSION CONTROL READY

CORE COMMANDS

fur lock

Encrypt entire diary with password-protected AES-256-GCM encryption

$ fur lock
Enter password: ••••••••••
✓ Diary encrypted

fur unlock

Decrypt and restore conversations locally

$ fur unlock
Enter password: ••••••••••
✓ Diary unlocked

High-Entropy Passwords

Diceware password generation with 77+ bits entropy

$ aesus generate
muddy-cramp-royal-
brink-entry-awful

fur search

Search across conversations and attachments

$ fur search "deep learning"
Found 12 results

CONVERSATION MANAGEMENT

fur new <name>

Create a new conversation thread

fur jot "text"

Add short-form messages or notes

fur timeline

View chronological conversation history

fur convo --tag <tag>

Organize conversations with flexible tagging

ENCRYPTION GUARANTEES

AESUS CRYPTOGRAPHY

Fur uses AESus (AES + us) — a memory-hard encryption library built in Rust, combining Argon2id key derivation with AES-256-GCM authenticated encryption.

NON-DETERMINISTIC

Same plaintext produces different ciphertext each time. Random nonces and salts prevent pattern detection.

AUTHENTICATED ENCRYPTION

AES-256-GCM provides confidentiality and integrity.

EVERYTHING PROTECTED

Metadata, IDs, ordering, content, attachments — all encrypted together.

GIT COMPATIBLE

Encrypted conversations can be safely stored in public Git repos.

AESus encryption library

WORKFLOW EXAMPLE

# Create a project
$ mkdir research && cd research
$ fur new "GPT-5 Experiments"
# Add conversations
$ fur jot "Symbolic regression with KAN"
$ fur chat gpt-5
$ fur jot "Derivations" --file derivations.md
# Explore & search
$ fur timeline
$ fur tree
$ fur search "universal approximator"
# Secure your data
$ fur lock
$ git add -A && git commit -m "Add research notes"
$ git push origin main
# Later: restore anywhere
$ fur unlock
$ fur printed
Fur Safe - Encrypted diary vault with electronic security

THE FUR SAFE

A companion project demonstrating encryption in action. The Fur Safe is a public Git repository with password-protected conversations stored as encrypted artifacts.

Key insight: Conversations remain completely private even when their encrypted artifacts live in a public repository. Perfect for version control, backup, and reproducible demonstrations.

EXPLORE THE SAFE

The Fur Safe demonstrates how encrypted conversations behave under Git version control without exposing any plaintext.

VIEW REPOSITORY

RESOURCES & FUTURE

OFFICIAL DOCS

Complete reference for all Fur commands, workflows, and encryption details.

READ DOCS

GITHUB REPOSITORY

Source code, issues, and community contributions. Built with Rust for performance and reliability.

VISIT GITHUB

PRO FUR (COMING)

Complete guide to mastering Fur. Advanced encryption, backup strategies, and enterprise workflows.

COMING SOON

OWN YOUR CONVERSATIONS

Keep them local. Encrypt them. Own them.