Discover and explore top open-source AI tools and projects—updated daily.
jsgrrchgLocal-first knowledge workspace for agentic workflows
Top 47.3% on SourcePulse
NeverWrite offers a local-first knowledge workspace, merging a code editor-like Markdown experience with multi-agent AI workflows. It targets power users needing robust change control and parallel agent management, providing a unified environment for notes, code, and data with an emphasis on transparent AI interactions.
How It Works
The project employs an Electron desktop application with a Rust sidecar for local vault management. It utilizes CodeMirror 6 for a rich Markdown, CSV, and text/code editing experience, featuring wikilinks and live previews. A core differentiator is its ACP-based AI layer (Codex, Claude, Gemini, Kilo) integrated with an explicit AI change-review system, ensuring all AI-generated edits are user-reviewable via inline controls and a dedicated review tab, preventing silent modifications.
Quick Start & Requirements
cd apps/desktop && npm install && npm run devcd apps/web-clipper && pnpm install && pnpm devhttp://127.0.0.1:32145.NEVERWRITE_WEB_CLIPPER_DEV_ORIGINS.Highlighted Details
Maintenance & Community
The project is in a "polish and hardening phase" and actively seeking community contributions, particularly for Linux support and bug identification. The developer is committed to long-term improvement.
Licensing & Compatibility
Licensed under Apache-2.0. This license is permissive and generally compatible with commercial use and closed-source linking.
Limitations & Caveats
The project is pre-1.0, indicating ongoing development and potential for edge cases. The 3D graph view has known memory leaks, requiring application restarts after use. The developer is actively seeking help to resolve these issues.
1 day ago
Inactive