Skip to content

Releases: beNative/docforge

DocForge v0.9.5

Choose a tag to compare

@github-actions github-actions released this 21 Jul 16:29

DocForge v0.9.5

v0.9.5 - Dynamic Local Database Profiles (July 2026)

✨ Features

  • Aligned Local-Cloud Database Naming:
    • Configured local SQLite database files to match the selected cloud database filename (e.g. docforge-[selected-name].db).
    • Implemented dynamic database switching: selecting a database file in Settings now safely closes the current SQLite connection, opens/bootstraps the new local database, and reloads the interface automatically. This prevents any data overwrites and allows home and work database profiles to exist independently both locally and in the cloud.

Downloads

Platform Architecture Format Download
Linux ARM64 Debian Package (.deb) docforge_0.9.5_arm64.deb
Linux ARM64 AppImage (.AppImage) DocForge-0.9.5-arm64.AppImage
Linux ARM64 Tarball (.tar.gz) docforge-0.9.5-arm64.tar.gz
Linux ARMv7l Debian Package (.deb) docforge_0.9.5_armv7l.deb
Linux ARMv7l AppImage (.AppImage) DocForge-0.9.5-armv7l.AppImage
Linux ARMv7l Tarball (.tar.gz) docforge-0.9.5-armv7l.tar.gz
Linux x64 Debian Package (.deb) docforge_0.9.5_amd64.deb
Linux x64 AppImage (.AppImage) DocForge-0.9.5.AppImage
Linux x64 Tarball (.tar.gz) docforge-0.9.5.tar.gz
macOS x64 Disk Image (.dmg) DocForge-0.9.5.dmg
Windows x64 NSIS Installer (.exe) DocForge-Setup-0.9.5.exe

Verify the downloaded installer before running it in your environment.

DocForge v0.9.4

Choose a tag to compare

@github-actions github-actions released this 21 Jul 15:11

DocForge v0.9.4

v0.9.4 - Cloud Sync Conflict Auto-Resolution (July 2026)

✨ Features

  • Identical Database Auto-Resolution:
    • Automatically compares database file checksums when resolving conflicts. If local and cloud databases are byte-for-byte identical, the app now auto-resolves the sync as successful and baselines the tracking state, preventing confusing conflict prompts.

Downloads

Platform Architecture Format Download
Linux ARM64 Debian Package (.deb) docforge_0.9.4_arm64.deb
Linux ARM64 AppImage (.AppImage) DocForge-0.9.4-arm64.AppImage
Linux ARM64 Tarball (.tar.gz) docforge-0.9.4-arm64.tar.gz
Linux ARMv7l Debian Package (.deb) docforge_0.9.4_armv7l.deb
Linux ARMv7l AppImage (.AppImage) DocForge-0.9.4-armv7l.AppImage
Linux ARMv7l Tarball (.tar.gz) docforge-0.9.4-armv7l.tar.gz
Linux x64 Debian Package (.deb) docforge_0.9.4_amd64.deb
Linux x64 AppImage (.AppImage) DocForge-0.9.4.AppImage
Linux x64 Tarball (.tar.gz) docforge-0.9.4.tar.gz
macOS x64 Disk Image (.dmg) DocForge-0.9.4.dmg
Windows x64 NSIS Installer (.exe) DocForge-Setup-0.9.4.exe

Verify the downloaded installer before running it in your environment.

DocForge v0.9.3

Choose a tag to compare

@github-actions github-actions released this 21 Jul 14:10

DocForge v0.9.3

v0.9.3 - Cloud Sync Conflict UI Fix (July 2026)

✨ Features

  • Global Sync Conflict Modal:
    • Mounted the conflict resolution modal globally in App.tsx and updated IPC events to forward database statistics. This guarantees that background/startup sync conflicts trigger a visual resolution modal, even when the Settings page is closed.

Downloads

Platform Architecture Format Download
Linux ARM64 Debian Package (.deb) docforge_0.9.3_arm64.deb
Linux ARM64 AppImage (.AppImage) DocForge-0.9.3-arm64.AppImage
Linux ARM64 Tarball (.tar.gz) docforge-0.9.3-arm64.tar.gz
Linux ARMv7l Debian Package (.deb) docforge_0.9.3_armv7l.deb
Linux ARMv7l AppImage (.AppImage) DocForge-0.9.3-armv7l.AppImage
Linux ARMv7l Tarball (.tar.gz) docforge-0.9.3-armv7l.tar.gz
Linux x64 Debian Package (.deb) docforge_0.9.3_amd64.deb
Linux x64 AppImage (.AppImage) DocForge-0.9.3.AppImage
Linux x64 Tarball (.tar.gz) docforge-0.9.3.tar.gz
macOS x64 Disk Image (.dmg) DocForge-0.9.3.dmg
Windows x64 NSIS Installer (.exe) DocForge-Setup-0.9.3.exe

Verify the downloaded installer before running it in your environment.

DocForge v0.9.1

Choose a tag to compare

@beNative beNative released this 31 May 16:05

DocForge v0.9.1

v0.9.1 - The Google Drive Multi-Database Sync Update

✨ Features

  • Google Drive Multi-Database Sync:
    • Added support for syncing multiple independent databases under a single Google account.
    • Implemented auto-discovery of remote SQLite database files (*.db) in the Google Drive appDataFolder, displaying them in a dropdown list.
    • Added custom database naming support with .db file extension enforcement, allowing clear separation of home and work profiles.
    • Added a styled refresh button next to the selector with tooltip hover hints ("Refresh cloud database list") matching standard UI patterns.
    • Optimized connection transition by resetting local tracking hashes when database targets are changed, triggering normal conflict comparison.

Downloads

Platform Architecture Format Download
Linux ARM64 Debian Package (.deb) docforge_0.9.1_arm64.deb
Linux ARM64 AppImage (.AppImage) DocForge-0.9.1-arm64.AppImage
Linux ARM64 Tarball (.tar.gz) docforge-0.9.1-arm64.tar.gz
Linux ARMv7l Debian Package (.deb) docforge_0.9.1_armv7l.deb
Linux ARMv7l AppImage (.AppImage) DocForge-0.9.1-armv7l.AppImage
Linux ARMv7l Tarball (.tar.gz) docforge-0.9.1-armv7l.tar.gz
Linux x64 Debian Package (.deb) docforge_0.9.1_amd64.deb
Linux x64 AppImage (.AppImage) DocForge-0.9.1.AppImage
Linux x64 Tarball (.tar.gz) docforge-0.9.1.tar.gz
macOS x64 Disk Image (.dmg) DocForge-0.9.1.dmg
Windows ia32 NSIS Installer (.exe) DocForge-Setup-0.9.1-ia32.exe
Windows x64 NSIS Installer (.exe) DocForge-Setup-0.9.1.exe

Verify the downloaded installer before running it in your environment.

DocForge v0.9.0

Choose a tag to compare

@github-actions github-actions released this 27 May 15:58

DocForge v0.9.0

v0.9.0 - The Embedded Web Link Update

✨ Features

  • Embedded Web Browser & Web Link Support:
    • Added a new document type 'weblink' that loads and displays websites in an integrated, sandboxed web browser viewport using Electron's native <webview>.
    • Implemented drag-and-drop support for external URLs, allowing users to drag links directly from standard web browsers into the document tree (folders/root) or the main editor space to create new web link nodes.
    • Built a browser toolbar featuring standard controls: Back and Forward navigation, page Reload, an interactive Address Bar input, and an "Open in Default Browser" action.
    • Added a "Save Location" tool to the browser toolbar which allows users to manually save the current navigated URL as a new document version in the database.
    • Integrated document locking for web links, disabling address input and navigation tools when a document is locked.
    • Automatically bypassed RAG indexing for web link nodes to prevent vector search database pollution.

🛠 Improvements

  • Workspace Editor Layout Polish:
    • Changed the root document editor container's overflow styling from overflow-y-auto to overflow-hidden. This prevents double scrollbars, keeps the document toolbar pinned at the top, and forces the code editor, rich text editor, preview panes, and embedded webviews to stretch correctly to fill the client viewport height.
    • Updated the webview styling to position absolutely (absolute inset-0) and display as inline-flex inside the browser container, which guarantees that guest pages (such as GitHub) render full-bleed and layout correctly without collapsing.

Downloads

Platform Architecture Format Download
Linux ARM64 Debian Package (.deb) docforge_0.9.0_arm64.deb
Linux ARM64 AppImage (.AppImage) DocForge-0.9.0-arm64.AppImage
Linux ARM64 Tarball (.tar.gz) docforge-0.9.0-arm64.tar.gz
Linux ARMv7l Debian Package (.deb) docforge_0.9.0_armv7l.deb
Linux ARMv7l AppImage (.AppImage) DocForge-0.9.0-armv7l.AppImage
Linux ARMv7l Tarball (.tar.gz) docforge-0.9.0-armv7l.tar.gz
Linux x64 Debian Package (.deb) docforge_0.9.0_amd64.deb
Linux x64 AppImage (.AppImage) DocForge-0.9.0.AppImage
Linux x64 Tarball (.tar.gz) docforge-0.9.0.tar.gz
macOS x64 Disk Image (.dmg) DocForge-0.9.0.dmg
Windows ia32 NSIS Installer (.exe) DocForge-Setup-0.9.0-ia32.exe
Windows x64 NSIS Installer (.exe) DocForge-Setup-0.9.0.exe

Verify the downloaded installer before running it in your environment.

DocForge v0.8.9

Choose a tag to compare

@beNative beNative released this 03 May 11:35

DocForge v0.8.9

v0.8.9 - The Agentic Polish & Transparency Update

✨ Features

  • Customizable Agent Tools: Users can now enable or disable specific AI Agent tools (e.g., Document Management, Content Refactoring, Script Execution) in the AI Chat settings, providing more granular control over AI autonomy.

🛠 Improvements

  • RAG Execution Transparency:
    • Integrated real-time log propagation from the backend RAG search and Agent tool execution process directly into the chat panel.
    • Users can now monitor search distances, source retrieval counts, and tool call statuses as they happen.
  • Context Window Efficiency: Optimized conversation history management by limiting it to the last 10 turns (user/assistant/tool calls), ensuring faster response times and better token utilization.
  • Pinned Document Integration: Refined how pinned documents are included in the prompt context to ensure more robust cross-document reasoning.

📝 Documentation

  • Manual Refresh: Extensively updated both the Functional Manual and Technical Manual to reflect the new Agent tool selection and RAG logging architecture.
  • Documentation Sync: Standardized and synchronized all documentation files between the project root and the docs/ folder.

Downloads

Platform Architecture Format Download
Linux ARM64 Debian Package (.deb) docforge_0.8.9_arm64.deb
Linux ARM64 AppImage (.AppImage) DocForge-0.8.9-arm64.AppImage
Linux ARM64 Tarball (.tar.gz) docforge-0.8.9-arm64.tar.gz
Linux ARMv7l Debian Package (.deb) docforge_0.8.9_armv7l.deb
Linux ARMv7l AppImage (.AppImage) DocForge-0.8.9-armv7l.AppImage
Linux ARMv7l Tarball (.tar.gz) docforge-0.8.9-armv7l.tar.gz
Linux x64 Debian Package (.deb) docforge_0.8.9_amd64.deb
Linux x64 AppImage (.AppImage) DocForge-0.8.9.AppImage
Linux x64 Tarball (.tar.gz) docforge-0.8.9.tar.gz
macOS x64 Disk Image (.dmg) DocForge-0.8.9.dmg
Windows ia32 NSIS Installer (.exe) DocForge-Setup-0.8.9-ia32.exe
Windows x64 NSIS Installer (.exe) DocForge-Setup-0.8.9.exe

Verify the downloaded installer before running it in your environment.

DocForge v0.8.8

Choose a tag to compare

@beNative beNative released this 02 May 11:19

DocForge v0.8.8

v0.8.8 - The Agentic Workspace Update

✨ Features

  • Agentic Chat & Workspace Orchestrator:
    • Transformed the chat panel from a passive RAG assistant into an active Workspace Agent.
    • Autonomous Operations: The AI can now create, rename, move, and edit documents and folders directly through natural language commands.
    • Script Orchestration: The agent can write and execute Python, Shell, and PowerShell scripts to automate complex data processing or system tasks.
    • Multi-Step Reasoning: Capable of performing complex workflows (e.g., "Find all documents mentioning X, then move them to a new folder called Y") in a single conversation.
  • Security & Action Approval:
    • Implemented a high-fidelity Action Approval Modal with a glassmorphic design.
    • Configurable safety gates: Users can choose to require manual approval for all agent actions, especially destructive operations or script executions.
  • UI/UX Polish:
    • Tool Execution Visibility: Added specialized status indicators and animated icons to show when the AI is "thinking" or "using a tool."
    • Syntax-Highlighted Tool Results: Results from scripts and workspace operations are now rendered in a dedicated terminal-style card within the chat history.
    • Enhanced Settings: Added a new "AI Chat" settings section to toggle Agent Mode and Approval requirements.

🐛 Fixes

  • RAG Workspace Indexing:
    • Fixed a critical bug where workspace indexing would find documents but fail to process them (showing "0 documents processed").
    • Corrected the rag_vectors virtual table schema by removing an unsupported PRIMARY KEY constraint.
    • Added automated schema recovery logic to detect and report missing or broken vector tables.
  • Transparency & Feedback:
    • Main Process Error Propagation: Backend indexing errors are now captured and displayed directly in the Chat Panel log, providing clear feedback if document processing fails.
    • Enhanced Status Diagnostics: The "Build Index" process now performs a pre-flight check of the database schema and reports specific configuration or initialization errors.
    • Detailed Content Logs: Added diagnostic logging to identify documents that are skipped due to missing content or extraction failures.
  • Chat Stability: Fixed several syntax and state synchronization errors in the chat panel that could cause crashes during long-running tool executions.
  • Tag Balance: Resolved various build-breaking JSX tag mismatches in the Chat UI.

Downloads

Platform Architecture Format Download
Linux ARM64 Debian Package (.deb) docforge_0.8.8_arm64.deb
Linux ARM64 AppImage (.AppImage) DocForge-0.8.8-arm64.AppImage
Linux ARM64 Tarball (.tar.gz) docforge-0.8.8-arm64.tar.gz
Linux ARMv7l Debian Package (.deb) docforge_0.8.8_armv7l.deb
Linux ARMv7l AppImage (.AppImage) DocForge-0.8.8-armv7l.AppImage
Linux ARMv7l Tarball (.tar.gz) docforge-0.8.8-armv7l.tar.gz
Linux x64 Debian Package (.deb) docforge_0.8.8_amd64.deb
Linux x64 AppImage (.AppImage) DocForge-0.8.8.AppImage
Linux x64 Tarball (.tar.gz) docforge-0.8.8.tar.gz
macOS x64 Disk Image (.dmg) DocForge-0.8.8.dmg
Windows ia32 NSIS Installer (.exe) DocForge-Setup-0.8.8-ia32.exe
Windows x64 NSIS Installer (.exe) DocForge-Setup-0.8.8.exe

Verify the downloaded installer before running it in your environment.

DocForge v0.8.7

Choose a tag to compare

@github-actions github-actions released this 29 Apr 17:54

DocForge v0.8.7

v0.8.7 - The RAG & Clipboard Image Update

✨ Features

  • RAG-Powered "Chat with Workspace":
    • Finalized the workspace analysis tool with configurable Similarity Threshold and increased context limits (up to 500 documents).
    • Intelligent source attribution: Sources are now streamed immediately and automatically hidden if the AI determines no relevant information was found.
  • Enhanced Image Clipboard Support:
    • New from Clipboard: Now detects images on the system clipboard and automatically creates a new image document.
    • Direct Paste/Drop: Drag-and-drop or paste images directly into existing image nodes to update their content.
  • Navigation Polish: Refined the "Create New Document" action in chat to navigate directly to the new file, ensuring a seamless transition from AI response to workspace document.

🐛 Fixes

  • RAG Reliability: Optimized the retrieval logic to trigger search and streaming in parallel, reducing latency.
  • Copyright Maintenance: Updated all internal About boxes and legal notices to 2026.

Downloads

Platform Architecture Format Download
Linux ARM64 Debian Package (.deb) docforge_0.8.7_arm64.deb
Linux ARM64 AppImage (.AppImage) DocForge-0.8.7-arm64.AppImage
Linux ARM64 Tarball (.tar.gz) docforge-0.8.7-arm64.tar.gz
Linux ARMv7l Debian Package (.deb) docforge_0.8.7_armv7l.deb
Linux ARMv7l AppImage (.AppImage) DocForge-0.8.7-armv7l.AppImage
Linux ARMv7l Tarball (.tar.gz) docforge-0.8.7-armv7l.tar.gz
Linux x64 Debian Package (.deb) docforge_0.8.7_amd64.deb
Linux x64 AppImage (.AppImage) DocForge-0.8.7.AppImage
Linux x64 Tarball (.tar.gz) docforge-0.8.7.tar.gz
macOS x64 Disk Image (.dmg) DocForge-0.8.7.dmg
Windows ia32 NSIS Installer (.exe) DocForge-Setup-0.8.7-ia32.exe
Windows x64 NSIS Installer (.exe) DocForge-Setup-0.8.7.exe

Verify the downloaded installer before running it in your environment.

DocForge v0.8.6

Choose a tag to compare

@github-actions github-actions released this 29 Apr 12:59

DocForge v0.8.6

v0.8.6 - The Usability & Drag-Drop Fixes

✨ Features

  • HTML Preview Default: HTML content imported via "New from Clipboard" now automatically opens in Preview mode by default, saving an extra click when pasting web snippets.

🐛 Fixes

  • Empty Folder Drag and Drop: Fixed a subtle bug that prevented dropping documents directly into empty folders due to restrictive hit area dimensions.
  • Version History Diffing: Fixed a bug where the A/B version comparison forced chronological ordering, causing the A/B labels to mismatch the diff view. The history pane now strictly respects your selection (A is always the left side, B is always the right).
  • Dialog & Rename Polish: Resolved an input focus issue when renaming folders and added drop shadows to dialogs for better visual depth.

Downloads

Platform Architecture Format Download
Linux ARM64 Debian Package (.deb) docforge_0.8.6_arm64.deb
Linux ARM64 AppImage (.AppImage) DocForge-0.8.6-arm64.AppImage
Linux ARM64 Tarball (.tar.gz) docforge-0.8.6-arm64.tar.gz
Linux ARMv7l Debian Package (.deb) docforge_0.8.6_armv7l.deb
Linux ARMv7l AppImage (.AppImage) DocForge-0.8.6-armv7l.AppImage
Linux ARMv7l Tarball (.tar.gz) docforge-0.8.6-armv7l.tar.gz
Linux x64 Debian Package (.deb) docforge_0.8.6_amd64.deb
Linux x64 AppImage (.AppImage) DocForge-0.8.6.AppImage
Linux x64 Tarball (.tar.gz) docforge-0.8.6.tar.gz
macOS x64 Disk Image (.dmg) DocForge-0.8.6.dmg
Windows ia32 NSIS Installer (.exe) DocForge-Setup-0.8.6-ia32.exe
Windows x64 NSIS Installer (.exe) DocForge-Setup-0.8.6.exe

Verify the downloaded installer before running it in your environment.

DocForge v0.8.5

Choose a tag to compare

@github-actions github-actions released this 08 Mar 09:08

DocForge v0.8.5

v0.8.5 - The Codebase Consistency Upgrade

This release is a comprehensive refactoring effort that standardizes styling, typing, and error handling patterns across the application, laying a cleaner foundation for future development without changing functional behavior.

🛠 Improvements

  • Quotes Consistency: All internal TypeScript and React source files now strictly enforce single quotes.
  • TypeScript Rigor: Cleaned up inline object prop types into documented interfaces (EditorRefPluginProps) and replaced several broad any usages with exact Lexical editor state types.
  • Error Handling: Globally unified our Promise implementations to catch as error (e.g., catch (error) { ... }) for consistency across backend and frontend calls.
  • Code Structure: Converted mixed component initializations into predictable arrow functions, stripped unneeded I prefixes from interfaces, and hoisted deferred imports to the top of their modules.

Downloads

Platform Architecture Format Download
Linux ARM64 Debian Package (.deb) docforge_0.8.5_arm64.deb
Linux ARM64 AppImage (.AppImage) DocForge-0.8.5-arm64.AppImage
Linux ARM64 Tarball (.tar.gz) docforge-0.8.5-arm64.tar.gz
Linux ARMv7l Debian Package (.deb) docforge_0.8.5_armv7l.deb
Linux ARMv7l AppImage (.AppImage) DocForge-0.8.5-armv7l.AppImage
Linux ARMv7l Tarball (.tar.gz) docforge-0.8.5-armv7l.tar.gz
Linux x64 Debian Package (.deb) docforge_0.8.5_amd64.deb
Linux x64 AppImage (.AppImage) DocForge-0.8.5.AppImage
Linux x64 Tarball (.tar.gz) docforge-0.8.5.tar.gz
macOS x64 Disk Image (.dmg) DocForge-0.8.5.dmg
Windows ia32 NSIS Installer (.exe) DocForge-Setup-0.8.5-ia32.exe
Windows x64 NSIS Installer (.exe) DocForge-Setup-0.8.5.exe

Verify the downloaded installer before running it in your environment.