Free Productivity Tools
As of August 2026, AIDiveForge tracks 37 free productivity tools. The top three by verified-data score are Cognikernel, Chalie, and Catalyst. Curated free productivity tools tracked by AIDiveForge. Each tool listed is currently free. Listings are verified against each tool's live website and re-checked regularly.
Last updated July 29, 2026 · 37 tools
Ranked by AIDiveForge's verified-data score: data completeness, verification recency, community rating, and real visitor engagement. How we rank · No tool can pay for placement.

1. Cognikernel
The tool hooks into Claude Code and Codex session surfaces, extracts decisions, constraints, and discarded approaches, and writes them into an event-sourced log keyed on the project path — so the next session picks up where the last one stopped. Because the store is path-keyed and local, memory made in Claude Code is readable by Codex on the same project without any sync step. There is no vector database, no embeddings infrastructure, no API call — just typed, auditable memo records on disk. The ceiling appears when your context needs go beyond structured decisions: narrative code understanding, semantic search across past sessions, or anything requiring retrieval ranked by similarity will not work here.
FreeOpen SourceSelf-hostedVerified Jul 21, 2026
2. Chalie
Chalie runs locally via Docker or install.sh, requires no account, and operates under Apache 2.0. It builds a working model of your goals over time — not a transcript archive — and lets irrelevant context fade rather than accumulate. When you step away, it runs tidying tasks autonomously, within a permission boundary that starts narrow and expands only as trust is established. Other local or external AI tools can plug into Chalie's context store, so you aren't rebuilding project state from scratch in every tool. This is beta software; the vendor states edges are rough by design, and the agent asks before acting in most cases.
FreeOpen SourceSelf-hostedVerified Jul 21, 2026
3. Catalyst
Built by Imbue under AGPL-3.0, Catalyst runs semi-autonomous research loops: it develops theories to explain observed ML/DL phenomena, fills gaps in researcher-provided drafts, and optimizes model configurations against programmatic verification scripts — all without a hosted API or managed service. The Darwinian evolver submodule signals that candidate solutions compete and iterate automatically, which means optimization targets measurable, code-checkable goals rather than researcher intuition. The ceiling appears when your research goal resists programmatic verification — if you cannot write a script that scores a solution, Catalyst cannot close the loop. Self-hosted deployment means your team owns the infrastructure and the configuration burden.
FreeOpen SourceSelf-hostedVerified Jul 26, 20264. LIA
LIA routes a single natural-language request across 19+ specialized agents running in parallel — calendar, contacts, email, browser, smart home — without you specifying which ones. Phone calls go through an ElevenLabs connector: you approve the recipient and purpose, LIA conducts the conversation, and a written summary lands in chat. Browser control handles JavaScript-rendered pages for form filling and data extraction, with progressive screenshots surfaced in the conversation. The approval gate is genuine — the vendor states that unexpected costs or commitments are flagged and held, never auto-accepted. As an open-source beta, the integration surface is wide, but the stability guarantees that come with a production SaaS product are not yet there.
FreeOpen SourceSelf-hostedVerified Jul 19, 2026
5. openscience
The tool runs agentic, multi-step research workflows: querying scientific databases, executing ML training and molecular simulations, generating reproducible reports, and producing literature reviews with hypothesis candidates — all driven by an AI agent that calls tools in sequence based on what each prior step returned. Because it is Apache-2.0 licensed and self-hostable, your data and your API keys stay under your control. The browser runtime and npm install path mean a researcher can get a workflow running without waiting on IT. Where it strains: the scrape surface for the vendor site is thin, so the depth of pre-built integrations, supported simulation backends, and report templating options is not independently verifiable beyond the stated use cases. Teams with highly specialized instrument pipelines will hit undocumented edges fast.
FreeOpen SourceSelf-hostedVerified Jul 14, 2026
6. AVA (Asterisk Admin)
The admin interface is the management layer for the AVA (AI Voice Agent for Asterisk) project, letting Asterisk and FreePBX administrators configure STT, LLM, and TTS providers through a UI rather than raw config files. You set up AI personalities, define contexts, and watch system metrics and live logs from one panel. The tool is open-source and self-hosted only — no cloud option exists. Where it breaks is scope: this is purpose-built for Asterisk deployments, and teams running other telephony stacks or needing multi-tenant management will hit the ceiling fast. Those teams generally move to a broader voice AI platform with its own telephony abstraction layer.
FreeOpen SourceSelf-hostedVerified Jul 15, 2026
7. notebrain-cli
NoteBrain indexes your Markdown notes into a local ChromaDB vector database and gives you semantic search, wikilink graph traversal, and hidden-connection discovery through structured CLI output. Every bit of it runs on your machine — no API calls, no cloud dependency, no data leaving the host. The structured output is designed to be consumed directly by shell pipelines or LLM tool-use workflows, which means a coding agent can query your vault the same way it queries a function. The ceiling appears when your query logic needs to span multiple hops or filter by metadata at scale — ChromaDB local mode is not a production vector database, and the index will need a rebuild whenever the vault structure shifts significantly.
FreeOpen SourceSelf-hostedVerified Jul 21, 2026
8. AI Secretary
Telegram AI Secretary is a self-hosted Python daemon that listens to a Telegram account via Telethon, runs each incoming message through configurable notification rules and an LLM filter, then fires only the alerts that pass to your phone through ntfy. Setup requires a working Python environment, Telegram API credentials, an LLM endpoint, and an ntfy instance — none of which come pre-configured. The filtering logic lives in notification_rules.py, which you edit directly; there is no UI. It handles muted groups, direct urgency signals, and same-day scheduling well. It does not handle anything beyond single-message evaluation — no thread awareness, no conversation memory across sessions.
FreeOpen SourceSelf-hostedVerified Jul 21, 2026
9. HeyChat
HeyChat is an open-source desktop chat client built on Tauri v2, React, and TypeScript. It handles real-time streaming conversations across Google Gemini, OpenAI, Groq, Anthropic, Ollama, and any OpenAI-compatible endpoint, with chat history stored locally in SQLite. The keychain-backed credential storage means your API keys never sit in a dotfile. Where it breaks: this is a chat interface, not a workflow builder — there are no tool calls, no agents running tasks on their own, no branching logic. Teams that need anything beyond a multi-provider chat window will hit that ceiling fast.
FreeOpen SourceSelf-hostedVerified Jul 17, 2026
10. Maith
Maith organizes AI exploration of open problems — Riemann Hypothesis, P vs NP, Collatz, Goldbach, and roughly twenty others — into a structured workflow that keeps generated ideas, numerical evidence, and symbolic output in separate lanes, so you can't accidentally treat one as the other. Each conjecture lives in its own directory, which means your lemma dependencies, small-case experiments, and falsification attempts stay auditable rather than buried in a chat thread. The workspace is self-hosted and open-source with no license file published, so production use requires legal review before deployment in institutional settings. There is no API, no autonomous agent loop, and no GUI — this is a code-and-file workflow, not a drag-and-drop canvas.
FreeOpen SourceSelf-hostedVerified Jul 22, 2026
11. Netmon
netmon runs a speed test every hour, scans active LAN devices via nmap ARP sweep, logs results to a local SQLite database, and every four hours fires a Telegram report with a 24-hour trend graph and an LLM-generated commentary on your network's behavior. The workflow is fixed: timed cycles, no branching, no autonomous decisions. That's intentional — it's a scheduled reporter, not an agent. It fits a Raspberry Pi tucked in a closet without complaint. The ceiling appears when you want anything beyond Telegram delivery, custom alert thresholds, or multi-site aggregation — none of those are in the codebase, so you extend it yourself or accept the defaults.
FreeOpen SourceSelf-hostedVerified Jul 24, 2026
12. Orbital PAI
Built on Elixir/Phoenix for low-latency local execution, it handles calendar management, email, reminders, weather queries, and web search through a tool-calling brain that chains steps without you scripting the handoffs. Persistent memory means it carries context across sessions rather than starting blank every conversation. The self-hosted path is real — there is a Dockerfile and docker-compose.yml in the repo. The warning the maintainers put at the top of the README is not decorative: the project is under heavy active development, which means APIs shift, documented behavior changes, and any deployment you build today is maintenance work tomorrow.
FreeOpen SourceSelf-hostedVerified Jul 16, 2026
13. PixFinder
PixFinder indexes your local image folders using on-device AI visual search and OCR, so you can retrieve a file by describing what you see in it or by typing text that appears inside it. The vendor states the tool handles libraries of 10,000-plus images without stutter, and every model runs on your Windows machine — nothing touches a server. It covers JPEG, PNG, WebP, BMP, and animated GIF. The ceiling appears when you leave Windows: there is no macOS or Linux build, no API, and no programmatic access, so any team workflow that needs to query the index from another tool hits a wall immediately. For a single Windows user with a sprawling local archive, that wall never appears.
FreeOpen SourceSelf-hostedVerified Jul 16, 2026
14. Scribe
The pipeline runs in three stages — capture from git repos, Claude Code/Codex sessions, iMessage-dropped URLs, and drop files; triage via keyword-density scoring before any LLM call touches the input; then compile into a typed-graph wiki of plain markdown with auto-generated wikilinks and backlinks. FTS5 pre-filtering means sessions with nothing worth keeping cost zero API tokens. The vendor states the full pipeline runs against a local Ollama server with one line changed in scribe.yaml, eliminating API spend entirely. Where it strains: the system is only as useful as the agent's ability to query the KB — if your agent doesn't read CLAUDE.md or AGENTS.md on startup, the handshake Scribe writes is ignored. Teams adopting this commit to a local-first, terminal-native workflow; there is no hosted dashboard or GUI to inspect what Scribe wrote.
FreeOpen SourceSelf-hostedVerified Jul 19, 2026
15. Teya
Teya is an open-source, Android-based home agent that listens, holds context across conversations, and acts across apps — running on a spare phone mounted on a wall. There is no cloud subscription, no hosted API, and no vendor to call when it stops working: you own the stack. The README describes skills, a memory layer, and the ability to coordinate family schedules rather than just execute one-off commands. That self-contained architecture is also the ceiling — setup requires Android build tooling, and any skill that doesn't exist yet is yours to write. Families comfortable with a Gradle build and a spare Android device will find this fits a gap no commercial product fills; families who are not will hit a wall before the first reminder fires.
FreeOpen SourceSelf-hostedVerified Jul 20, 2026
16. OpenKnowledge
OpenKnowledge is an open-source, local-first markdown editor with a Notion-like surface that sits on top of plain files, backed by git, and exposes an MCP server so agents running in Claude, Cursor, or Codex can read, write, and navigate the same knowledge base your team edits by hand. The agent integration is not a webhook bolted on after the fact — the vendor describes native 'agent skills' that teach agents to traverse and update files, plus hierarchical RAG so search returns contextually ranked results rather than raw vector matches. Where it strains: teams expecting real-time multi-user collaboration closer to Notion will find the local-first, file-based model puts that coordination burden on git. There is no cloud sync unless you wire it yourself.
FreeOpen SourceAPISelf-hostedVerified Jun 28, 2026
17. Hubble.md
Hubble.md stores notes as plain Markdown files, so anything that can write text can write a note — a script, an agent, a human. The page describes a tagging and topic system visible in the UI, covering categories like travel, cooking, and outdoors, with a file-per-note structure that keeps things portable. The 'Build any view' call-out suggests you can render custom HTML views over your notes, which matters if you want a map or bookshelf layout rather than a flat list. The project is open source and self-hostable, so your notes stay where you put them. At 61 GitHub stars, this is an early-stage personal tool, not a team system with a support tier behind it.
FreeOpen SourceSelf-hostedVerified Jul 4, 2026
18. GenName.io
The core workflow is a text prompt — describe your startup, cafe, or fantasy character — and the tool returns a shortlist with rationale attached to each suggestion, not just a word list. Domain availability and social handles across Twitter, Instagram, and TikTok surface inline, so you are not cross-referencing a separate registrar tab. A pronunciation playback feature lets you hear a name before you pitch it in a meeting. Collections and generation history prevent the common failure of dismissing a good name and being unable to find it again. The ceiling appears quickly for teams that need brand-linguistics depth, trademark screening, or international character-set handling — none of which the page describes.
FreeOpen SourceVerified Jun 30, 2026
19. Open Notebook
The core workflow takes links, PDFs, TXT files, PowerPoints, and YouTube URLs and turns them into AI-summarized notes you can query and build on. The podcast generator is the differentiating feature: the vendor describes the ability to convert notes into audio episodes with customizable voices and speakers, which means a dense research thread can become something you consume on a commute. Privacy control is the stated architectural commitment — you choose which AI models touch which content, so your notes do not route through services you did not approve. The wall appears at the integration layer: the project has no hosted API and no self-hosted installer documented on the page, so teams expecting to embed this into an existing knowledge pipeline will be writing that glue code themselves.
FreeOpen SourceVerified Jul 14, 2026
20. Persnally
The setup is a single npm install and an import command that reads your Claude exports, Claude Code sessions, and git repos, then builds a structured, evidence-linked profile in ~/.persnally. From there, a local daemon serves that profile over MCP so Claude, Cursor, Copilot, and other connected tools load your conventions and preferences at session start without you repeating them. Per-client scopes let you decide exactly what each tool can see. The architecture is the trust model — context never leaves your machine, deletions erase source events and rebuild all derived views with no residue. Where it breaks: any tool that does not speak MCP stays out of the loop, and teams using proprietary AI integrations without MCP support get nothing from this.
FreeOpen SourceSelf-hostedVerified Jun 30, 2026
21. Vanta
Vanta is an iOS Markdown note app with GTD built in end-to-end: capture to inbox, AI-assisted clarification, context-tagged Next Actions, Waiting For tracking, and a dated weekly review. The on-device AI processes dictation into clean Markdown and sorts your inbox into GTD categories — none of it leaves the phone. Storage stays local by default; iCloud or a private GitHub repo are the only sync options, so there is no proprietary cloud to depend on. Obsidian compatibility means wikilinks, backlinks, and bookmarks carry over without reformatting. The ceiling appears when you need anything beyond single-user iOS: no Android build, no desktop client, no API, and no collaboration layer.
FreeOpen SourceVerified Jul 2, 2026
22. Myna
Myna runs entirely inside Claude Code as a local-first agent layer — the vendor describes it as an AI Chief of Staff, covering meeting prep, inbox triage, project status tracking, escalation drafting, and retrieval of past decisions. The architecture the GitHub page documents is 12 agents and 31 skills, built autonomously by Claude Code itself. Nothing leaves your machine, which means it is a viable option for teams operating under data residency constraints where SaaS tools are ruled out before the demo ends. The ceiling appears quickly for teams who do not already live in Claude Code — this is not a standalone app or a web UI, it is a plugin layer, so anyone outside that workflow starts at zero setup cost before getting to zero productivity gain.
FreeOpen SourceSelf-hostedVerified Jul 1, 2026
23. AI Grand Prix Racing SIM
The simulator pairs a high-fidelity 6-DOF physics engine with a real Betaflight SITL flight controller running in lockstep, so the control loop your code talks to in simulation is the same one running on the physical airframe. Sensor outputs are deterministic across runs, which means a bug you reproduce once you can reproduce every time — no chasing phantom failures. The tool hands you a Python interface and gets out of the way; it does not plan or execute tasks on your behalf. The ceiling appears quickly for teams whose perception stack needs a specific reference airframe: the docs state the current physics model is "our best public guess until the reference airframe is published," so any tuning you do against geometry may need revisiting. Teams at that stage are maintaining two test configurations simultaneously.
FreeOpen SourceAPISelf-hostedVerified Jun 9, 2026
24. Aitne
Aitne is a local-first, open-source personal agent that runs on your machine, wakes at 04:00, pulls from your calendar, email, GitHub, and Markdown notes, and drops a one-page briefing into your Slack, Telegram, Discord, or WhatsApp DMs before your day starts. Hourly nudges surface urgent emails and pending PR reviews throughout the day. By evening it journals what actually happened, building a Markdown knowledge base you own entirely. The agent runs via npm with no cloud dependency — your data never leaves your machine. The ceiling appears fast: this is a single-user, single-machine system, and anything requiring team-wide coordination or multi-account enterprise integrations lives outside its scope.
FreeOpen SourceSelf-hostedVerified Jun 9, 2026
25. Alchimist
The extension parses the active web page and feeds that content as grounded context into your chosen persona, then generates output without sending anything to a hosted backend — your API key, your browser, your data. Persona-based rewriting lets you reshape or refine page content through a defined voice, which matters when you're producing client work that needs to sound like someone specific. The client-side architecture is the core differentiator: nothing leaves the browser except the call you make to your own API endpoint. That same architecture is the ceiling — there is no shared workspace, no team queue, and no way to chain steps across sessions without starting over.
FreeOpen SourceSelf-hostedVerified Jun 25, 2026
26. Artifold
The core loop is index-once, find-fast: Artifold scans your local folders for HTML artifacts produced by tools like ChatGPT Canvas or Claude, catalogs them with metadata, and gives you a searchable preview interface so you stop re-generating work you already did. A one-click share pushes an artifact to GitHub Pages under a permanent link — no infrastructure, no sign-up, no expiry. The '/craft' skill reads your library to carry forward visual patterns into new generation. The ceiling is narrow scope: this is an HTML artifact manager, not a general project archive, so teams storing mixed output formats will find precious little here.
FreeOpen SourceSelf-hostedVerified Jun 9, 2026
27. Bookstoread.ai
AI-powered book recommendation engine that discovers books matching your interests and professional curiosity.
FreeVerified May 15, 2026
28. Eatmydata.ai
eatmydata is an LD_PRELOAD library that intercepts and disables fsync, fdatasync, sync, and related calls at the process level — without modifying the application or the kernel. Drop it in front of any command and disk operations that normally wait for write confirmation return immediately. The win is real in CI: package manager installs and SQLite-backed test suites run measurably faster because they stop waiting on durability guarantees that only matter if the machine loses power mid-operation. The tool is available as a Debian package and as an open-source library you can compile yourself.
FreeOpen SourceSelf-hostedVerified Jun 12, 2026
29. Eva
The home screen organizes work across four tabs — Chat, Images, Music, Docs — so you are not stitching together separate apps to get a grounded assistant plus media playback. Music continues in the background with lock-screen controls while you use the chat or docs tabs, which means the assistant does not interrupt your queue. The ceiling appears fast on older or mid-range hardware: on-device inference is bottlenecked by the ARM64 chip you have, not a server you can upgrade. No API is exposed, so there is no path to building a pipeline around Eva or connecting it to other tooling. The open-source repo has 1 star and 0 open issues at time of curation, meaning community support is effectively nonexistent.
FreeOpen SourceSelf-hostedVerified Jun 18, 2026
30. OpenClaw
OpenClaw runs as a self-hosted agent on your machine, connecting to WhatsApp, Telegram, or other chat apps you already use, then executing multi-step tasks autonomously — clearing inboxes, managing calendars, controlling local devices. Your context and skills live on your hardware, not a vendor's server. The agent extends itself: you describe a new capability in chat and it builds the skill. Community reports and the GitHub source confirm it is still in beta, which means rough edges surface on tasks requiring precise sequencing or app-specific edge cases. Teams hitting those edges are currently writing custom extensions rather than finding a polished fallback.
FreeOpen SourceSelf-hostedVerified Jun 13, 2026
31. Paca
Paca is a self-hosted, open-source Scrumban board where AI agents participate in the full sprint cycle alongside humans: planning BDD specs, picking up tasks, running QA verification, and feeding retrospective data into the next sprint. The P·A·C·A loop — Plan, Act, Check, Adapt — mirrors Scrum phases and gives agents structured context through living BDD scenarios and System Design Documents, so they aren't operating blind. An in-app chat converts plain-English instructions into real backlog items without tab-switching. Every change — from agents and humans alike — lands in a diff-based activity feed with one-click revert. The ceiling appears when your workflow departs from Scrum or Scrumban structure; teams running Kanban-only or highly custom processes will find the framework opinionated.
FreeOpen SourceAPISelf-hostedVerified Jun 14, 2026
32. ParseHawk
ParseHawk takes PDFs, scans, images, plain text, and Markdown and outputs structured JSON against a schema you define, entirely locally. The vendor describes support for zero-shot and few-shot extraction, which means you can describe what fields you want without building a labeled training set first. The API, CLI, and Web UI surface the same underlying model, so you can wire it into a batch pipeline or hand it to a non-engineer for one-off jobs. The ceiling appears when documents get structurally unusual — community reports suggest edge-case layouts and multi-page tables require prompt iteration that adds real engineering time. Teams processing genuinely complex documents often end up maintaining a library of per-document-type schemas.
FreeOpen SourceAPISelf-hostedVerified Jun 26, 2026
33. Snippai
Snippai is a desktop screenshot processor for macOS and Windows that takes a capture and returns structured output: LaTeX for formulas, Excel or Markdown for tables, explained or refactored code blocks, and summarized text. The workflow is three steps — capture, analyze, export — with no prompt required. It handles the four content types most researchers and developers hit daily in screenshots. The ceiling appears when you need batch processing, API access for pipeline integration, or output formats beyond the ones baked in. Teams building automated document workflows will find there is no API and no hook to call from their own tooling.
FreeOpen SourceSelf-hostedVerified Jun 20, 2026
34. Tolaria
Tolaria answers that betrayal with a simple contract: every note is a Markdown file with YAML frontmatter, sitting on your disk, readable by any editor, version-controlled by Git. The block editor writes richly but saves durably — nothing proprietary touches your vault. Integrated Git means commit, push, and history browsing happen inside the app, not as a bolted-on afterthought. CLI coding agents like Claude Code and Codex can write to your vault when you want tool-backed editing; local or API model providers handle chat over note context without vault-write access. The ceiling appears when your workflow demands a hosted, collaborative, real-time editing surface — that architecture is not what Tolaria is.
FreeOpen SourceSelf-hostedVerified Jun 20, 2026
35. Ultramemory
The tool pulls from Gmail, Slack, Google Drive, Calendar, local files, screenshots, and Apple Notes — OCR and transcription run on device, nothing touches a server. Retrieval works without any AI model installed: deterministic full-text and vector search return ranked results immediately. Add a local model through Ollama and answers become conversational, with the model reading only the evidence it cites. The citation trail is the differentiating mechanic — click any claim and the original message or file opens alongside it. The ceiling arrives fast: macOS 14 and Apple Silicon are hard requirements, and the tool does not run on Windows, Linux, or Intel Macs.
FreeOpen SourceSelf-hostedVerified Jun 19, 2026
36. Umi-OCR
The tool handles screenshot capture, bulk image import, PDF extraction, and QR scanning through a GUI, a CLI, or an HTTP interface — all offline. Bundled OCR engines cover Chinese, Japanese, and other languages without additional downloads. Batch jobs on scanned archives run without throttling because there is no rate limit to hit. The ceiling appears when your documents need handwriting recognition or layout analysis that goes beyond what the bundled engines support — at that point you are looking at a custom engine swap, which the build docs describe but requires developer effort. Teams needing cloud-scale parallel processing across distributed workers will find the single-machine model too constrained.
FreeOpen SourceAPISelf-hostedVerified Jun 20, 2026
37. Weave
Weave watches your screen via OCR, pulls Gmail and Calendar data, and stores all of it locally in SQLite — so the context it works from is yours and stays on your machine. The morning brief surfaces to-dos, overdue commitments, and response debt before your day starts. When you need action rather than summary, a browser agent plans and executes steps toward a goal, and a separate macOS agent drives native apps by voice or intent. The ceiling appears early: this is a solo developer project at 72 commits with no hosted fallback, no API, and no documented path for teams or shared memory.
FreeOpen SourceSelf-hostedVerified Jun 18, 2026
Listings on this page are sourced and verified by the AIDiveForge data pipeline. AIDiveForge is editorially independent — no money changes hands for inclusion.