MnemosyneC UI Demo

Visual Reference for UX Evaluation ยท v0.1.33

Non-interactive. No real AI. No state. No data. This page exists for Pawn (UX evaluator) to understand the full UI shell without running the Electron app.



Tab 1 โ€” Frame (Home)

Frame tab = the substrate / AI answer view. Primary interaction surface for asking questions.
๐Ÿ˜ MnemosyneC v0.1.33 โ€” โœ•
MnemosyneC
Caithedral ยท Liana Banyan
Get FULL AI Free Check for Updates โœ•
Frame
AI
FAQ
Kitchen Table
$ LB Account
More โ–พ
โš™
Ask anything. Substrate answers first, AI second.
Type your question here...
Last answer
No conversation yet. Ask something above.
Frame tab = substrate query + AI answer display. No data in this demo.

Tab 2 โ€” AI (Model Status)

AI tab = shows which model is running, tier status, and the upgrade path.
๐Ÿ˜ MnemosyneC v0.1.33
Frame
AI
FAQ
Kitchen Table
$ LB Account
Current AI
Active model
qwen2.5:0.5b (NANO โ€” bundled, always available)
Running
Upgrade Path
Get FULL AI Free
Gemma 4 12B โ€” ~8 GB download. Runs fully offline on your machine. Free forever.
Download Gemma 4 12B
AI tab = model status + upgrade. No real model data in this demo.

Tab 3 โ€” FAQ

FAQ tab = answers common questions about what MnemosyneC is and how it works. Key orientation surface for new users.
๐Ÿ˜ MnemosyneC v0.1.33
Frame
AI
FAQ
Kitchen Table
$ LB Account
What is MnemosyneC?
A local AI memory tool. Runs entirely on your machine. No cloud account required. Your data never leaves your computer.
Does it cost anything?
The app is free forever (SSPL + Pledge #2260). Cooperative membership is $5/year and unlocks collaborative features.
What AI model does it use?
Bundled NANO tier: qwen2.5:0.5b (always available, no download). Free FULL upgrade: Gemma 4 12B (~8 GB). Both run 100% offline.
What is the Liana Banyan cooperative?
A member-owned cooperative. 83.3% of all earnings go to creators and workers. $5/year membership. No profit motive over member outcomes.

Tab 4 โ€” Kitchen Table

Kitchen Table = cooperative family coordination hub. Local network peer discovery, shared notes, family AI sessions.
๐Ÿ˜ MnemosyneC v0.1.33
Frame
AI
FAQ
Kitchen Table
$ LB Account
Your Network
No family members found on local network yet. Nodes on the same WiFi appear here automatically.
Shared Notes
No shared notes yet.

Tab 5 โ€” $ LB Account

LB Account tab = cooperative membership status, Credits/Marks balance, and $5/year membership flow.
๐Ÿ˜ MnemosyneC v0.1.33
Frame
AI
FAQ
Kitchen Table
$ LB Account
Membership Status
Not yet a member
$5/year unlocks cooperative features, shared substrate, and credential staking.
Join โ€” $5/year
Your Balance
Join the cooperative to see your Credits, Marks, and contribution history.

Settings โ€” Key Sections

Settings is reachable via the โš™ gear icon top-right. Has a search box for quick navigation. Key sections shown below.
๐Ÿ˜ MnemosyneC v0.1.33 โ€” Settings
<div style="background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);border-radius:6px;padding:8px;color:#475569;font-size:10px;margin-bottom:12px;">Search settings... (e.g. AI Tier, Gemma, retrieval)</div>

<div class="demo-section-header">MnemosyneC Update</div>
<div class="demo-card">
  <div class="demo-row">
    <div><div class="demo-label">Current strain</div><div class="demo-value">v0.1.33</div></div>
    <div style="display:flex;gap:6px;">
      <span class="demo-chip">Check for update</span>
      <span class="demo-chip on">Auto-install ON</span>
    </div>
  </div>
</div>

<div class="demo-section-header">Appearance</div>
<div class="demo-card">
  <div class="demo-row">
    <div class="demo-label">Theme</div>
    <div style="display:flex;gap:4px;">
      <span class="demo-chip">Dark</span>
      <span class="demo-chip on">System</span>
      <span class="demo-chip">Light</span>
    </div>
  </div>
</div>

<div class="demo-section-header">AI Model Assignment</div>
<div class="demo-card">
  <div class="demo-value" style="margin-bottom:6px;">Which AI agent handles which role. Ollama = local free. Anthropic = cloud (requires API key).</div>
  <div style="display:grid;grid-template-columns:1fr 1fr;gap:6px;">
    <div class="demo-card" style="padding:6px;margin:0"><div class="demo-label" style="font-size:9px;">Bishop (reasoning)</div><span class="demo-chip" style="font-size:9px;">Ollama local</span></div>
    <div class="demo-card" style="padding:6px;margin:0"><div class="demo-label" style="font-size:9px;">Knight (code)</div><span class="demo-chip" style="font-size:9px;">Ollama local</span></div>
    <div class="demo-card" style="padding:6px;margin:0"><div class="demo-label" style="font-size:9px;">Pawn (review)</div><span class="demo-chip" style="font-size:9px;">Manual</span></div>
    <div class="demo-card" style="padding:6px;margin:0"><div class="demo-label" style="font-size:9px;">Rook (patents)</div><span class="demo-chip" style="font-size:9px;">Manual</span></div>
  </div>
</div>

<div class="demo-section-header">AI Tier</div>
<div class="demo-card">
  <div class="demo-row" style="margin-bottom:8px;">
    <div class="demo-label">Current: NANO (qwen2.5:0.5b, bundled)</div>
    <span class="demo-chip" style="color:#6ee7b7;border-color:rgba(110,231,183,0.3);">Upgrade to FULL (free)</span>
  </div>
  <div class="demo-value">FULL = Gemma 4 12B. ~8 GB. Runs offline. No subscription.</div>
</div>

<div class="demo-section-header">Auto-Prepare FULL Upgrade</div>
<div class="demo-card">
  <div class="demo-row">
    <div>
      <div class="demo-label">Download Gemma 4 12B in background</div>
      <div class="demo-value">When ON: silently pulls on launch + every 30 min idle. Notifies when ready. Never activates without your click.</div>
    </div>
    <span class="demo-chip">OFF</span>
  </div>
</div>

<div class="demo-section-header">For Techies</div>
<div class="demo-card">
  <div class="demo-label">Developer Tools</div>
  <div class="demo-value" style="margin-bottom:6px;">Open the Chromium DevTools panel. Three paths: this button, right-click the title bar, or Ctrl+Shift+D.</div>
  <span class="demo-chip">Toggle DevTools</span>
</div>

<div class="demo-section-header">Developer Mode</div>
<div class="demo-card">
  <div class="demo-row">
    <div>
      <div class="demo-label">Cooperative Defensive Patent Pledge #2260</div>
      <div class="demo-value">Requires membership + Pledge #2260 agreement</div>
    </div>
    <span class="demo-chip">OFF</span>
  </div>
</div>

What Each Tab Does โ€” Quick Reference

TabPurposePrimary user action
FrameAsk questions, get AI + substrate answersType a question
AISee model status, upgrade tierDownload Gemma 4 12B
FAQLearn what the app isRead / browse
Kitchen TableConnect to family on local networkDiscover peers
$ LB AccountCooperative membership + earningsJoin ($5/year)
Settings (โš™)Configure app behaviorToggle options

Off-the-Street Evaluation Notes

For Pawn’s evaluation per PAWN_UX_EVALUATION_V0132_BP078.md:

Does a stranger understand what MnemosyneC is within 30 seconds? The FAQ tab is the primary answer surface. The tagline “Caithedral ยท Liana Banyan” may not be self-explanatory to a cold user. Recommendation: a one-line subtitle on the Frame tab (“Your local AI memory โ€” runs on your machine, no cloud required”).

Can they find the AI upgrade path? The “Get FULL AI Free” pill in the top nav is visible but may be overlooked. The AI tab is the explicit path. The Auto-Prepare toggle in Settings provides a passive path.

Does anything appear to cost money? The “$ LB Account” tab label may suggest cost. The $5/year membership should be framed as optional cooperative membership, not a paywall.

Bishop / Knight / Pawn / Rook labels in AI Model Assignment: Non-obvious to non-technical users. Short descriptors “(reasoning)” / “(code)” / “(review)” / “(patents)” added in v0.1.33 to each model assignment card.


Static demo ยท MnemosyneC v0.1.33 ยท SEG-Q-6 BP078 ยท Knight (Cursor ยท Sonnet 4.6) No real AI, no real data, no state. Visual reference only.