AIAny
AI Client2023
Icon for item

Files.md

Browser-first, local-first note app that stores your notes as plain Markdown files and offers a chat-like input flow. LLM-friendly file structure, offline-capable PWA, and Telegram bot integration — data stays on your device unless you enable syncing.

Introduction

In an ecosystem dominated by cloud-first note services and plugin-heavy PKM tools, Files.md deliberately treats plain Markdown files as the primary durable artifact and the browser as the runtime. That choice reframes notes from an app-specific database into portable, long-lived files you control — and pairs that with a minimal, chat-like capture flow designed to reduce friction for thinking and later LLM-assisted expansion.

What Sets It Apart
  • Local-first, file-native approach: stores everything as plain .md files so your notes remain portable and inspectable. This avoids vendor lock-in and makes backups trivial — so what: you keep long-term access and can use any tool to process your data.
  • Chat-like quick capture with explicit LLM friendliness: a simple chat input dumps content into Markdown files and the repo provides a small, readable file scheme (Chat.md, journal/, etc.), making it easy to connect an LLM for search, summarization, or agents. So what: it lowers the integration cost for LLM workflows while keeping data local.
  • Minimal, single-maintainer codebase and PWA-first UX: very small frontend, optional self-hosted sync server, and a Telegram bot for write-only mobile entry. So what: lighter maintenance surface and easy auditability compared with large plugin ecosystems.
Who It's For & Tradeoffs

Great fit if you want a distraction-minimizing, privacy-preserving notes system that prioritizes portability and simple LLM integration. It’s ideal for Zettelkasten/second-brain users who prefer plain files and occasional automation. Look elsewhere if you need heavy-duty graph visualizations, rich plugin ecosystems, or advanced multi-user collaboration out of the box — Files.md intentionally limits features to keep the system simple and local-first.

Where It Fits

Files.md sits between plain-file workflows (Obsidian, simple editors) and full cloud PKM platforms (Notion). Compared to Obsidian it emphasizes minimalism and an integrated chat/capture flow; compared to cloud services it prioritizes privacy and portability over hosted conveniences.

Information

  • Websitegithub.com
  • Authorszakirullin
  • Published date2023/05/23

Categories

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).