DEV Community

Cover image for Can someone help finish this:
Tech_Nuggets
Tech_Nuggets

Posted on

Can someone help finish this:

i am not able to finish and ship this project , i have vibe coded the whole project in vms but it is pretty sad and is not functioning well, please help :)

GOLEM AI File Manager

ci release License: MIT

GOLEM is a local-first desktop file manager for Windows and macOS. It watches a folder you choose, extracts text from supported files, writes Obsidian notes, organizes files into category folders, and gives you a global hotkey for finding files by description.

Everything runs on your machine. The only outbound network calls are to the AI provider you have configured (or none, if you use Heuristic mode).

What it does

  • Watches a chosen folder for new and changed files
  • Extracts text from .txt, .pdf, .docx, and .xlsx
  • Creates an Obsidian note (.md) for each indexed file
  • Moves files into <vault>/GOLEM Files/<category>/
  • Stores a searchable local SQLite + FTS5 index
  • Supports Heuristic mode (no API key) and remote AI providers (Groq, OpenAI, OpenRouter, xAI, NVIDIA NIM, Anthropic, Gemini, custom)
  • Global hotkey Ctrl+Shift+Space opens the search popup
  • Undo for the latest organization action
  • Tray…

Top comments (0)