I open sourced memduck, a self-hosted AI memory workspace
Memduck is a self-hosted AI memory workspace designed to help users manage and retrieve context from various sources. It allows users to save materials from browser pages, text, and chat channels into a local memory workspace. The tool aims to provide a personal memory engine that keeps the source trail visible while facilitating AI retrieval.
- ▪Memduck enables users to save materials from different sources into a local workspace.
- ▪The tool supports various input channels including Telegram, Slack, and Discord.
- ▪It is designed to be self-hosted for better personal control over memory management.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3160328) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } tage cc Posted on May 21 I open sourced memduck, a self-hosted AI memory workspace #ai #productivity #opensource #showdev I built memduck because useful context keeps disappearing across links, copied text, screenshots, and chat messages. Most of my actual working memory is not in one clean notes app. It is spread across browser tabs, saved links, snippets, screenshots, Telegram messages, and random text I copied while researching something.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).