Discover and explore top open-source AI tools and projects—updated daily.
team-reflectLocal-first Markdown note-taking app with AI integration
Top 33.9% on SourcePulse
Summary Reflect Open is a local-first, AI-agent-friendly Markdown note-taking app prioritizing data ownership and privacy. It enables users to manage daily notes, connect ideas via wiki links, and perform fast local searches, all within a folder of plain Markdown files. The benefit lies in a private, extensible knowledge base that can optionally leverage user-provided AI models without external data sharing.
How It Works
The core "graph" is a folder of Markdown files, ensuring notes are accessible with any tool. Features include daily notes, bidirectional [[wiki links]], and robust local search (optional semantic). AI integration allows querying notes via user-provided API keys (OpenAI, Anthropic, Google, OpenRouter), with AI responses citing source Markdown. A private: true flag prevents AI processing of specific notes.
Quick Start & Requirements
Install the signed Mac app from GitHub Releases (Apple silicon/Intel). An iOS beta is available via TestFlight. The Reflect Capture Chrome extension is on the Chrome Web Store. Building from source requires Rust, Node.js (pnpm), Xcode Command Line Tools, bash, and git. Clone the repo, run pnpm install, then pnpm tauri dev or pnpm tauri build. Links to releases, CLI docs (docs/cli.md), privacy details (docs/privacy.md), contribution guides, and release notes (CHANGELOG.md) are available within the repository.
Highlighted Details
reflect today, reflect search, reflect show for scripting and agents.Maintenance & Community The project is in beta, actively used daily, focusing on Mac/iOS apps, browser capture, local data model, and sync reliability. Contribution guidelines are available, but specific community channels are not detailed.
Licensing & Compatibility Licensed under the MIT license, permitting commercial use and integration into closed-source projects.
Limitations & Caveats Currently in beta. Windows, Android support, and a plugin API are out of scope. Development focus is on Mac/iOS apps and sync reliability.
8 hours ago
Inactive