Free AI Tools
As of August 2026, AIDiveForge tracks 200 free ai tools. The top three by verified-data score are Cognikernel, Chalie, and Catalyst. A curated, regularly updated list of fully free AI tools — no paid tier, no credit card required. Each tool below has been verified against its live website. AIDiveForge is editorially independent; nobody pays for inclusion.
Last updated July 29, 2026 · 200 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, 2026
4. Crowdmind
Crowdmind is a local-first desktop app (Electron + React + TypeScript) that lets you build synthetic persona panels, expose them to a product, message, pricing proposal, or landing page, and export a stakeholder-ready PDF report — without sending any data to a hosted service. The full workflow runs on your machine, which matters when you're testing unreleased positioning or confidential pricing. The MCP integration means persona panels can be pulled into agent-driven research pipelines. Where the tool runs out of road: it generates directional qualitative signal, not statistically valid findings, and the synthetic panel is only as credible as the persona definitions you feed it.
FreeOpen SourceSelf-hostedVerified Jul 13, 2026
5. Jaybase
Jaybase stores every agent-generated fact as an immutable, time-stamped record, which means the full sequence of what an agent wrote, when, and why is always recoverable. The vendor describes it as designed for accounting, compliance, and approval workflows where you cannot afford to lose the paper trail. Because it is append-only, there is no overwrite risk — replaying a sequence from any point is a native operation. The library is self-hostable and open-source under AGPL, so it runs inside your own infrastructure without a call home. The project has a small contributor footprint, which means production teams should expect to own gaps in documentation rather than wait for the maintainer to fill them.
FreeOpen SourceAPISelf-hostedVerified Jul 23, 20266. 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
7. Mispher
Mispher runs speech-to-text and a lightweight local agent entirely on-device, targeting Apple Silicon Macs running macOS 26 and above. You dictate into any focused app field, issue spoken rewrite or translation instructions, or let the agent pull context from your screen, files, and notes — no packet ever leaves the machine. The MIT license means you can inspect, fork, and self-host without restriction. The ceiling arrives quickly: no API surface means integration into external pipelines requires custom code, and the agent's scope is bounded by what a local tool loop on a single Mac can reach.
FreeOpen SourceSelf-hostedVerified Jul 13, 2026
8. 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
9. Boffin
Boffin sits between your codebase and agents like Cursor, Claude Code, or Codex, feeding each edit the specific rules that apply to that file rather than a flat global prompt. The GitHub page describes it as a staff-engineer control layer: it enforces verification steps after code changes and routes constraints designed to protect existing test coverage and API contracts. It ships via npx boffinit, carries an MIT license, and has no hosted API or agent logic of its own — it controls agents, it does not become one. Where it shows limits: if your team needs dynamic rule generation or the constraint set grows complex enough to require its own maintenance cycle, you are now managing a rules system on top of your codebase. Teams that reach that ceiling tend to bake the constraints directly into their CI pipeline instead.
FreeOpen SourceSelf-hostedVerified Jul 28, 2026
10. Drever
The core workflow is brief-in, plan-review, then slide authoring — the agent pauses after generating a page-by-page outline so you redirect emphasis, density, or motion intent before a single slide is authored. Once you approve, Drever generates a complete story across audience view, speaker notes, document, web, and PDF from one source. The MDX and React-based authoring pipeline is deterministic and inspectable, which matters when you need to trace why a transition behaves a certain way. The wall appears early for teams who do not write MDX: this is not a drag-and-drop canvas, and non-technical stakeholders will need a developer in the loop to do anything beyond the AI-generated draft. Requires Node.js 24.18+ and a Safari or Chromium-family browser — that narrows the install base before you start.
FreeOpen SourceSelf-hostedVerified Jul 28, 2026
11. Aido
Aido plugs into GitHub Actions and responds to comment commands like `aido review` or `aido summarize` on any PR or issue, routing the diff to Gemini, Claude, or ChatGPT and posting structured output back in the thread. Installation is a single workflow file pinned to a release tag; upgrading is a one-line tag bump. The commands cover the full review lifecycle — summaries, inline bug flags, refactor suggestions, test plans, documentation drafts, and issue triage. The ceiling appears at the command level: Aido executes discrete tasks you trigger, so any workflow requiring autonomous multi-step decision-making sits outside what it does.
FreeOpen SourceSelf-hostedVerified Jul 23, 2026
12. Bohay
The tool gives you a single interface to watch every agent's real status, not what the CLI reports but whether the process is actually doing work. File leases prevent overlapping edits before they're even assigned; isolated git worktrees keep agents from colliding on the same checkout; a test gate must pass before a task merges. Sessions survive terminal restarts, and each agent reloads its own chat history without you repasting flags. The orchestration board tracks dependencies so tasks wait for upstream work to clear the quality gate before they start.
FreeOpen SourceSelf-hostedVerified Jul 24, 2026
13. Bothread
Bothread runs locally on your machine and coordinates MCP-compatible agents — Claude Code, Cursor, Gemini CLI, Codex, and others — on a single codebase through a shared room where agents claim files before editing them. You watch the live thread of agent activity and can pause, redirect, mute, or remove any agent mid-task. An optional approval gate lets you sign off before any action flagged as risky proceeds. The coordination layer calls no models itself and requires no API keys — it only manages the agents you are already running. The ceiling appears when your project requires agent tooling that does not speak MCP: any agent outside that protocol sits outside Bothread's coordination entirely.
FreeOpen SourceSelf-hostedVerified Jul 20, 2026
14. ego-lite
ego (lite) is a custom Chromium build that installs as your daily browser and exposes a skill called ego-browser, which any code-writing agent — Claude Code, Codex, Cursor, Kiro — can drive directly. Agents run inside isolated Spaces so they don't collide with your open tabs. The vendor states the engine handles cross-origin iframes, shadow DOM, and third-party widgets like Stripe and Salesforce that JS shims typically fail on. The page claims task completion up to 3.45x faster than agent-browser tooling, on fewer tokens, because multiple in-page actions batch into a few lines of JavaScript instead of one tool call at a time. Mac-only at this point — Windows support is on a waitlist.
FreeOpen SourceAPISelf-hostedVerified Jul 28, 2026
15. Excalibur
Excalibur runs the full cycle: Discovery weighs scope and risk before a line is written, a swarm of agents in isolated worktrees handles the build, and an adversarial verification mesh checks typed claims before anything ships. Every run is recorded as an immutable, append-only event log — scrub it like a video, fork from any step, or share a read-only link. The local web dashboard exposes live swarm chronograms and cost tracking without a SaaS account. The ceiling appears on teams whose workflow lives outside the CLI — no hosted API means you cannot call Excalibur from a pipeline without scripting around it yourself.
FreeOpen SourceSelf-hostedVerified Jul 7, 2026
16. FableCut
FableCut is a browser-based, Premiere-style non-linear video editor with zero npm dependencies, designed from the ground up so that AI agents — Claude Code, Claude Desktop, or anything that speaks MCP or REST — can drive the timeline directly. The JSON document *is* the project: agents write to it, the UI reflects the change live. That's the promise. The wall appears when you need effects, color grading, audio mixing, or any of the post-production work that professional editors expect — the docs describe a lean, agent-first tool, not a full-featured studio. Teams that hit that ceiling move to a traditional NLE and use FableCut only for the automated rough-cut stage.
FreeOpen SourceAPISelf-hostedVerified Jul 9, 2026
17. improv.sh
improv operates as a task harness: the @im call pulls repo context, detects your test commands, writes acceptance criteria, and packages shell validation steps into one spec the agent can implement on turn one. The loop infrastructure is the distinguishing piece — judges run your actual exit-code commands (npm test, typecheck, build), so done means your tests pass, not that the agent says it's done. The tool installs locally via curl with no external API keys required, and the Chrome extension brings the same engine into web-based chat interfaces. The 920-skill library and daily auto-research loop suggest the routing layer will keep growing — but the page offers no independent benchmarks to validate the token-savings figures cited.
FreeOpen SourceSelf-hostedVerified Jul 22, 2026
18. mindwalk
The tool replays Claude Code or Codex session logs against a spatial model of your repository, showing file touch history, exploration paths, and where the agent's footprint diverged from the intended task boundary. Everything runs locally as a compiled Go binary — no server, no API key, no data leaving the machine. That local constraint is also the ceiling: Mindwalk reads and visualizes; it does not flag anomalies automatically or integrate into a CI gate. Teams using it for post-session audits get a fast, honest picture of agent behavior. Teams that need automated alerts or diff-level review stay in their existing toolchain.
FreeOpen SourceSelf-hostedVerified Jul 22, 2026
19. firstmate
firstmate puts a single orchestrating agent — the 'first mate' — in front of you, while it spawns a crew of autonomous coding agents behind the scenes, each isolated in its own git worktree. You describe what needs doing; the crew splits the work in parallel and keeps collisions out of your main branch. The visible session backend means you can watch what each agent is doing without switching tabs. The architecture works cleanly for investigation tasks, parallel fixes, or supervised PR generation — the constraint is that there is no API surface, so anything requiring programmatic integration into an existing CI pipeline has to wire around the tool manually.
FreeOpen SourceSelf-hostedVerified Jul 14, 2026
20. Agentic FC
Agentic FC is a Go-based, MIT-licensed football management simulation where AI agents control a club through MCP tool calls — reading match state, setting tactics, reacting to news — while a human watches through a terminal TUI with ASCII match scenes and live commentary. The engine is deterministic and seeded, so simulations replay identically, which matters when you are debugging agent decision loops rather than blaming random variance. The agent shapes the in-game Manager's mindset rather than clicking menus, making this a concrete testbed for studying how an LLM actually behaves inside a continuous decision loop. The project has two stars on GitHub and zero open pull requests — the community is early. Teams pushing beyond the built-in MCP tool surface will be writing Go extensions against a codebase that is still accumulating commits.
FreeOpen SourceAPISelf-hostedVerified Jul 9, 2026
21. AI App Builder Open
The tool takes a prompt and runs an AI agent that builds, sandboxes, and deploys a full-stack Next.js application — database, auth, GitHub sync, and custom domains included. Self-hosting means your code and your data stay on your infrastructure, which matters the moment a client asks where their data lives. Multitenancy and white-labeling are built into the architecture, so SaaS teams can embed the builder inside their own product rather than bolt on a third-party tool. The GitHub repository shows 58 commits and 12 stars at time of writing — this is early-stage software, not a hardened production platform. Teams shipping to real users will hit missing documentation, edge-case bugs, and a support model that is a GitHub issues tab.
FreeOpen SourceAPISelf-hostedVerified Jul 17, 2026
22. 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
23. AI-CLI
The tool compiles to a single binary from one C file, connects to a local LLM server via the standard `/v1/chat/completions` endpoint, and drops you into an interactive edit buffer before anything touches your shell. You read the generated command, edit it inline if needed, then press Enter to run or Ctrl+C to abort — nothing executes without your sign-off. The `--memory` flag carries context across requests within a working directory, so follow-up instructions like "now make that readable by all" resolve against what the previous command already set up. The ceiling appears fast: one command at a time, no branching, no chaining across steps without issuing each instruction separately.
FreeOpen SourceSelf-hostedVerified Jul 17, 2026
24. AI-factory
The repo structures the AI coding workflow around specs, roles, skills, agents, and hooks — all defined in config, not scattered across prompt files. An adversarial review bench pits agents against each other before code reaches a human, and deterministic gates block merges when quality checks fail. This fits teams already running Claude Code or similar agents who want repeatable process rather than one-off prompt magic. The toolkit is early-stage — five commits, zero open issues — which means the primitives are present but the community-tested edge cases are not. Teams pushing beyond the documented patterns write their own skills and roles, which is supported by the model but undocumented territory.
FreeOpen SourceSelf-hostedVerified Jul 24, 2026
25. AIfunc
The tool treats AI calls the way you already treat HTTP requests: stateless, typed, testable, and wired into your existing code with standard language control flow. No canvas, no orchestration runtime, no new mental model. The vendor states the target is the 80% of real-world AI work that is text-in, structured-data-out — sentiment analysis, summarization, classification. Multi-step workflows are composed with the same if-else and loops you already write. Where this breaks: anything requiring memory across turns, autonomous planning, or tool-use loops is outside the design scope entirely.
FreeOpen SourceAPISelf-hostedVerified Jul 9, 2026
26. ami
Ami builds a context graph in SQLite and markdown on disk — tracking entities, relationships, your past decisions, and your writing style — so the agent gets less hand-holdy the more you use it. It maintains a live to-do list and executes recurring busy work by learning how you handle tasks, not by following a static playbook. The self-hosting story is real: no data leaves your machine, no org-level sharing. Where it breaks is scale and surface area — the repo has 3 commits and 4 stars at time of writing, which means production edge cases are yours to discover and debug, not documented anywhere. Teams that need multi-user workflows, audit logs, or a managed API surface will hit the ceiling fast.
FreeOpen SourceSelf-hostedVerified Jul 23, 2026
27. ASL V6
ASL V6 combines AST-based static analysis with Docker-isolated runtime verification to find and confirm exploitable vulnerabilities in AI agent frameworks before they ship. The dual-layer approach means a finding isn't just flagged — it's verified in a sandboxed execution environment, which cuts the false-positive rate that burns security team time. It runs entirely offline with no external API calls, so sensitive proprietary code never leaves your machine. The ceiling appears quickly on non-Python codebases and on teams that need ticketing integrations or cloud-native CI pipelines baked in rather than assembled by hand.
FreeOpen SourceSelf-hostedVerified Jul 28, 2026
28. Baton
Baton sits in your menu bar and polls the signals your machine already produces — no manual logging, no clipboard tricks — to show you which AI coding sessions are mid-run and which have handed the decision back to you. The core metaphor is the 🎽 icon: the baton is with the agent, or it's with you. Click the menu, see the queue, jump straight to the session that needs a response. This is a local Python app, MIT-licensed, installed via a shell script, and it runs entirely on your machine. It works with Claude Code and Codex threads on macOS — nothing else, and no roadmap to something else is documented.
FreeOpen SourceSelf-hostedVerified Jul 14, 2026
29. BizDraft
The tool handles service agreements, contractor agreements, leases, and NDAs — covering the clause set most small businesses actually need: payment terms, scope, confidentiality, termination, IP ownership, indemnity, and dispute resolution, written around your description rather than a generic template. State law is baked in automatically across all fifty states, so a California landlord and a Texas one get different lease language without either one doing manual research. Output is a Word or PDF file — no account, no watermark, no lock-in — which means you own the document from the moment you download it. The ceiling is real: BizDraft is built for one-shot drafting of standard small-business agreements, not for complex multi-party deals or documents that require back-and-forth negotiation logic. For anything high-stakes, the vendor explicitly recommends handing the Word file to an attorney before signing.
FreeOpen SourceVerified Jul 23, 2026
30. burnban
Burnban reads supported agent log files already sitting on disk, prices the recorded usage against public API list rates, and lets you set daily, weekly, monthly, or per-agent spend caps enforced in the request path — all from a local dashboard at localhost:4141. The ledger is SQLite on your machine. No keys leave to a Burnban server, no prompts hit a control plane, no account is required. The sharp edge is the word 'supported': log format and provider coverage are scoped, and anything outside that scope remains invisible to the meter. Teams tracking unsupported agents or providers find Burnban shows them a partial picture.
FreeOpen SourceSelf-hostedVerified Jul 17, 2026
31. ClawLite
ClawLite extracts the reliability patterns from OpenClaw and strips the rest to roughly 500 lines of logic. You get lane-based serial execution so tool calls don't interleave, automatic context compaction at 80% capacity so small models don't hit the wall mid-task, and provider fallback so a dropped Ollama instance doesn't kill a pipeline. Skill behavior is configured via markdown files, not code. The ceiling appears fast: there is no API, no web UI, no parallel execution path you can opt into for tasks that actually need it, and the project sits at v0.1.0 — which means the surface area is deliberately small and the community footprint is thin.
FreeOpen SourceSelf-hostedVerified Jul 24, 2026
32. Couponly AI
The browser extension watches for checkout pages across the vendor's stated 46,275 supported stores, then pulls candidate codes from public forums including Reddit, Quora, and Facebook groups, tests them in parallel, and silently applies the highest-value working code. No account required. The parallel testing and silent application features are marked 'Soon' in the vendor's documentation, meaning the autonomous apply behavior is not yet live for all users — the discovery and verification pipeline appears to be the production-ready core. If a code surfaces on Reddit within the hour, Couponly's sourcing layer is designed to catch it before the thread is buried.
FreeOpen SourceVerified Jul 9, 2026
33. Craft Agents
Built by the craft.do team for their own internal agent work, Craft Agents connects to external services like Slack or Linear, imports skills from Claude Code, and runs local MCP servers as subprocesses — all without requiring CLI fluency from the people reviewing agent output. The document-based interface lets you run multiple agents in parallel and share sessions, which removes the 'only the dev knows what happened' problem. Where it strains: the GitHub issues tracker shows 311 open issues and 146 open pull requests, signaling a project moving fast with rough edges still exposed. Teams expecting enterprise-grade stability at scale will feel those gaps quickly.
FreeOpen SourceSelf-hostedVerified Jul 14, 2026
34. Cruxible
Cruxible treats agent-written state as something that must be proposed, reviewed, and evidence-linked before it counts — not just logged after the fact. Every claim carries a receipt, every query can be reproduced, and every write goes through a structured proposal workflow rather than landing directly. The model fits audit-heavy domains where 'the agent said so' is not an acceptable answer. The ceiling appears when you need the tool to decide what to do next: Cruxible is a state layer and workflow runtime, not a planner, so you bring the decision logic yourself. Teams with existing data exports can convert them into structured state, but anything requiring dynamic planning or autonomous tool use sits outside this tool's scope.
FreeOpen SourceSelf-hostedVerified Jul 9, 2026
35. Cybara
Cybara is a fully open-source, MIT-licensed agent runtime you run entirely on your own hardware, with no required account, no telemetry, and no cloud dependency. The vendor describes 50+ model providers, 80+ built-in tools, and 25+ messaging channels available out of the box — a surface area that takes serious effort to configure correctly before it pays off. The operator controls are the genuine differentiator: per-session tool allowlists, filesystem checkpoints, spend caps, and approval gates mean agents don't act without your sign-off. The breadth is also the trap — teams starting with a single use case will spend time disabling or routing around features that don't apply to them. Where it earns its complexity is multi-channel deployments or on-chain automation where the alternative is building that policy layer from scratch.
FreeOpen SourceSelf-hostedVerified Jul 17, 2026
36. Flightwake
The framework installs into a git repository via npx and writes pure Markdown records that live in version control alongside the code. There are zero runtime dependencies — no sidecar process, no external service, no database to stand up. The design targets agents like Claude Code that run multi-step coding sessions where state bleeds across multiple handoffs; the records become the handoff. The ceiling appears fast for teams who want queryable logs, dashboards, or structured telemetry: Flightwake writes Markdown files, full stop. Teams who outgrow flat-file observability wire a separate log aggregation layer and end up maintaining both.
FreeOpen SourceSelf-hostedVerified Jul 20, 2026
37. gcolab-whisper
The repo delivers two notebook versions of faster-whisper: one runs on a Colab T4 GPU for speed, the other runs on HuggingFace Spaces CPU when you have no GPU access. You drop in audio files, run the notebook, and get SRT subtitle files out. A companion SRT Player handles synchronized playback with waveform visualization, no server required. The ceiling appears fast — there is no API, no pipeline integration, no programmatic trigger, and no scheduling. Teams that start here and need to wire transcription into a larger system end up rebuilding the logic elsewhere.
FreeOpen SourceSelf-hostedVerified Jul 12, 2026
38. GenUI
GenUI is a native Swift workspace where agents produce declarative messages describing UI components, the client validates those messages against an allowed catalog, and SwiftUI renders only what passed validation — no agent-generated code executes on the client. The offline component Playground lets you exercise the package stack locally without standing up a hosted dependency. The renderer and local demos work; the vendor's README explicitly states the hosted gateway lacks production readiness. For teams building greenfield iOS or macOS apps that need agent-driven surfaces, the local layer is usable. For anything requiring a production-grade hosted routing layer, that piece is not finished.
FreeOpen SourceAPISelf-hostedVerified Jul 12, 2026
39. Godcoder
Godcoder runs entirely on your machine, routes API calls only to whichever LLM provider you supply a key for, and keeps no vendor backend in the loop. The project's headline behavior is a self-building agent harness: the agent writes and refines its own scaffolding as it works, rather than operating inside a fixed framework you configure once and maintain forever. That loop is compelling in early experimentation — and it's also where the unknowns live. The repo is young, documentation is sparse, and the self-optimizing harness is precisely the kind of behavior that's hard to audit in production. Teams who need deterministic, reviewable agent behavior before shipping to users will hit that wall quickly.
FreeOpen SourceSelf-hostedVerified Jul 11, 2026
40. Grinta
Grinta runs the full plan-execute-validate-finish loop on your own machine, touching no external cloud plane. You point it at a task, it breaks the work down, writes and runs code, checks its own output, and delivers a finished result — all without leaving your environment. The project is MIT-licensed and ships with Docker support and a devcontainer config, so teams can drop it into an existing setup without fighting environment drift. It is at release-candidate status, which means the core loop is stable enough to test but the API surface and configuration contracts are not frozen. Teams running this against production-grade complexity should expect to carry the maintenance burden themselves.
FreeOpen SourceSelf-hostedVerified Jul 8, 2026
41. Grok Build
Grok Build is xAI's terminal-native coding agent: a full-screen TUI that reads your codebase, edits files, runs shell commands, searches the web, and tracks long-running tasks in a loop. It runs interactively for keyboard-driven sessions, headlessly for scripted pipelines, and embeds into editors via the Agent Client Protocol. The open-source, Apache-2.0 codebase is written in Rust and self-hostable. Where it earns trust is in environments where a GUI agent would require a workaround — shell scripts, CI jobs, editor plugins. Where it starts to show limits is in anything requiring a visual interface, fine-grained permission controls per task, or an API surface you can call programmatically.
FreeOpen SourceSelf-hostedVerified Jul 17, 2026
42. Hanesu
The project borrows from Harness Engineering principles: work is broken into phases with task files, role handoffs, quality gates, and progress artifacts written to disk. Agents using runtimes like OpenCode, Codex, or Claude Code run through that structure rather than a monolithic prompt. The vendor explicitly flags this is not for small, obvious edits — a direct prompt is faster there. Where it earns its place is multi-step refactors, security-sensitive changes, or bugfix workflows where you need the agent to stop, surface what it found, and wait for your sign-off before proceeding.
FreeOpen SourceSelf-hostedVerified Jul 26, 2026
43. Hearth
Hearth runs on your own hardware and handles the tasks that usually demand a SaaS subscription: opening applications, reading and writing files, driving a real browser you can watch, and carrying memory of past sessions — all without a single request leaving your network. The MIT license means you can fork it, extend it, and ship modified versions without legal friction. That said, the GitHub repo shows 9 stars and 297 commits from a single-org project, which signals early-stage software rather than a hardened production runtime. Windows is the primary target; Linux and macOS support is not confirmed by the page. Teams that need cross-platform deployment or enterprise support will hit the ceiling fast.
FreeOpen SourceSelf-hostedVerified Jul 19, 2026
44. 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
45. hn-ai-summarizer
The tool runs on a schedule, pulls the top Hacker News stories, summarizes them with an AI model, and delivers a filtered, translated briefing to a Telegram channel or chat. It lives entirely on your own hardware via Docker, so no data leaves your infrastructure. That self-hosted constraint is the whole point — and also the ceiling. There is no hosted version, no web UI for non-technical users, and no notification channel beyond Telegram. If your team communicates in Slack or needs a browser-based dashboard, this does not cover that.
FreeOpen SourceSelf-hostedVerified Jul 21, 2026
46. Humanize
The two skills — `humanize` and `ai-check` — work inside Claude Code, ChatGPT, Gemini, Codex CLI, Cursor, and comparable agents, not as a hosted API but as instruction files dropped into your agent's context. `humanize` rewrites text across nine documented levers drawn from 50+ peer-reviewed sources through April 2026. `ai-check` runs the reverse: forensic scoring with quoted evidence flagging the specific phrases that read as AI-generated. Because the skills are static files, there is no server, no rate limit, and no external dependency — but there is also no adaptive learning, no feedback loop, and no guarantee a detector updated after April 2026 won't develop new signals the rules don't cover yet.
FreeOpen SourceSelf-hostedVerified Jul 8, 2026
47. Inpainty
Upload a PNG, JPG, or WebP screenshot and the AI marks every detected text block as a clickable target. Tap a block, retype the text, download. The tool regenerates the image attempting to match the original font family, weight, size, and color. No account, no installation, no Photoshop license. The ceiling appears fast: single-block edits on clean screenshots work well, but complex backgrounds, decorative fonts, or tightly kerned text will produce mismatches the tool cannot recover from. When that happens, teams open Figma or Photoshop anyway.
FreeOpen SourceVerified Jul 24, 2026
48. Isnad
Isnad attaches provenance metadata to individual claims as they move through agent pipelines, borrowing the narrator-grading logic from classical hadith transmission scholarship to score source reliability at each hop. The vendor describes it as claim-level auditing — you get a trustworthiness grade per claim, not a flat event log. It installs via pip and ships with Docker support and Alembic-managed migrations, which means it slots into existing Python stacks without standing up a separate service. The ceiling appears when your pipeline is not Python-based or when you need a hosted dashboard rather than a library you integrate yourself. Teams outside that boundary are building their own wrapper before they can use the core grading logic.
FreeOpen SourceAPISelf-hostedVerified Jul 11, 2026
49. iTextwise
The tool takes a paste-and-click workflow: drop in your text, select one of nine tones, adjust an intensity slider from subtle to strong, and get a rewritten version in seconds. A live diff highlights every word that changed, so you can see the delta rather than guess at it. There is no account, no saved data on the server, and no character limit — the page states this explicitly. The catch is equally explicit: this is a single-shot web tool. No API, no browser extension, no integrations with Gmail or Slack. Every rewrite is a manual trip back to the tab.
FreeOpen SourceVerified Jul 24, 2026
50. J-lens Qwen
jlens-qwen36 fits a Jacobian lens to a local Qwen3.6-27B (4-bit) model running on Apple Silicon via MLX, then renders a layer-by-layer visualization of which tokens the model is pushing toward at each position during generation. The canonical demo is a blackmail email prompt: the model outputs a calm, compliant reply, but the workspace band exposes what the intermediate layers were actually predicting — a gap that standard logit inspection never surfaces. This is a single-model, single-hardware tool. It runs on macOS with MLX; there is no cloud backend, no REST API, and no adapter for any other model family. Researchers without Apple Silicon and Qwen3.6-27B (4-bit) specifically cannot run it at all.
FreeOpen SourceSelf-hostedVerified Jul 14, 2026
51. Jacquard
Jacquard is a small programming language with a surface syntax (.jac files), an OCaml type-checker, a CPS interpreter, and a C-emitting AOT backend — the full stack for running, reviewing, and simulating model-written programs. Its core differentiator is language-level effect tracking: the runtime can surface what a program touches and what authority it claims before you let it run. The Warp tool lets you execute code against multiple simulated or real worlds, which means policy and risk scenarios become testable rather than theoretical. The project is Apache-2.0 licensed with free binaries and a self-hosted install path. This is a research project — the community is small, the ecosystem is thin, and production support does not exist.
FreeOpen SourceSelf-hostedVerified Jul 14, 2026
52. Kastor
Kastor lets you define agents, tools, prompts, and models in HCL, validate the spec for broken references and unresolved prompt variables, then compile it to a runnable LangGraph project. The plan/apply/destroy loop catches drift between your spec and what's actually deployed — the same mental model as Terraform, applied one layer earlier. The vendor explicitly labels this an early proof of concept with a working local loop; hosted provider integration is on the roadmap but not shipped. Code generation targets LangGraph only. Teams needing a runtime, a UI, or anything beyond a local CLI will be assembling the rest of the stack themselves.
FreeOpen SourceSelf-hostedVerified Jul 9, 2026
53. Kitaru
Kitaru wraps your existing agent SDK — PydanticAI, OpenAI Agents, Claude Agent SDK, or raw Python — and turns every model call, tool call, and intermediate step into a durable checkpoint. When you want to ask what would have happened with a cheaper model or a failed retriever, you replay from a specific checkpoint with one override. Nothing re-executes in production. The vendor's own benchmark shows 200 replayed executions on a cheaper model matching outputs in 192 of 200 cases at 84% lower cost. The ceiling appears when your agent's behavior depends on state that Kitaru's adapter doesn't intercept — external side effects or SDK internals the wrapper never sees won't be faithfully replayed.
FreeOpen SourceAPISelf-hostedVerified Jul 7, 2026
54. Kmux
kmux organizes parallel Claude Code, Codex CLI, and Antigravity CLI sessions into a keyboard-driven terminal dashboard on macOS and Linux. Each agent gets its own isolated git worktree automatically, so two agents editing the same codebase stop stepping on each other. A built-in dashboard surfaces API token usage and spend across all sessions in one view — without opening a browser or switching tools. Session history is indexed locally, so you can resume a previous agent run rather than starting cold. The ceiling appears when your workflow reaches outside the terminal: there is no API, no webhook surface, and no integration path for CI pipelines or remote orchestration.
FreeOpen SourceSelf-hostedVerified Jul 15, 2026
55. LangDrift
Langdrift runs your agent prompts across multiple locales and compares behavior — checking whether tool calls, response structure, and decision paths stay consistent when the input language changes. The core problem it addresses is language-induced behavior drift: the same logical request, rephrased in German or Japanese, producing a different agent output than the English baseline. It fits cleanly into CI pipelines where you need deterministic, repeatable checks across locale variants. The project is built and maintained by a single developer, Rubén González, which means the feature surface reflects a focused scope — not a product roadmap backed by a team.
FreeOpen SourceSelf-hostedVerified Jul 9, 2026
56. Last EHR
The tool wraps four FHIR operations — patient search, chart read, note creation, and observation recording — into a chat agent that runs as the signed-in user, bounded by whatever Medplum AccessPolicy you already have. Every write surfaces as an approval card showing exactly what will be saved before it touches the chart. The same four tools expose as an MCP server for Claude Desktop or Claude Code, read-only by default. The ceiling is visible early: four tools, one backend, one EHR platform. Teams that need more than that are writing their own.
FreeOpen SourceAPISelf-hostedVerified Jul 9, 2026
57. Lispr
Hold the right Option key, speak, release — text lands at your cursor in whatever app is active. Add Control mid-speech and it translates instead. The vendor states transcription takes roughly 0.2 seconds and translation about half a second, with no spinner and no intermediate UI. Custom vocabulary handles product names and code identifiers on both the dictation and translation paths. The wall appears quickly: Lispr has no API, no Windows release at launch, and no way to integrate it into a pipeline — it is a keyboard shortcut, not a platform.
FreeOpen SourceVerified Jul 10, 2026
58. LocalClip
LocalClip takes a long recording — a Zoom call, a podcast, a livestream — drops it into a local transcription and moment-detection pipeline, and outputs vertical 9:16 clips with word-by-word subtitles, titles, and hashtags. Nothing leaves your machine. The vendor states Apple Silicon GPU acceleration via MLX means transcription and rendering start without an upload wait. The ceiling is your hardware: long recordings on older M-series chips will queue locally rather than remotely, and the tool is Mac-only with no Windows build available. Teams on mixed OS setups or those needing collaborative review before publishing will hit that wall immediately.
FreeOpen SourceVerified Jul 13, 2026
59. 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
60. Makoto
Makoto hooks into Claude Code's event stream and audits each assertion — test results, citation matches, commit records, certificate claims — against a ledger of what the agent actually did, not what it reported. The vendor states the design targets zero false positives, meaning Makoto blocks on confirmed fakes rather than flagging on suspicion. That precision matters in CI gates where a noisy checker gets disabled within a week. The tool is reactive, not autonomous: it sits between agent action and downstream consequence, checking receipts. Teams without Claude Code in their stack have nothing to hook into — this is not a general-purpose verification layer.
FreeOpen SourceSelf-hostedVerified Jul 9, 2026
61. MemLedger
The vendor describes MemLedger as a memory framework with an audit trail: every stored fact carries provenance, so when an agent surfaces a stale or wrong preference you can trace the extraction decision that created it. The library includes a policy layer — a `memory.policy.yaml` file — that lets teams quarantine unverified facts before they reach permanent knowledge, which means bad data from one session doesn't silently corrupt the next. An evaluation suite ships alongside the core library, so you can benchmark how well a newer extraction model rebuilds memories from raw history before you migrate. The ceiling appears quickly for teams that need hosted infrastructure, multi-agent coordination, or anything beyond a Python library integration — there is no API, no managed service, and no UI.
FreeOpen SourceSelf-hostedVerified Jul 10, 2026
62. Katra
Katra is self-hosted memory infrastructure: drop it on any Docker-capable machine, point your MCP-compatible agent at it, and you get episodic recall, semantic search, knowledge graphs, and temporal analysis without rebuilding your agent. The architecture is a single deployable unit — the vendor describes it as a 'memory appliance' — which means setup friction is low for teams that already run Docker or Helm on AWS. Where it breaks: Katra is memory infrastructure, not an agent runner, so teams expecting built-in task planning or tool execution will need to wire those themselves. The project is early-stage with five stars on GitHub and no reported production deployments in public community channels, which means you are taking on the role of early adopter rather than stepping into a proven stack.
FreeOpen SourceAPISelf-hostedVerified Jul 1, 2026
63. BrAIn
Built on NATS as its messaging backbone, brAIn distributes agent nodes across hardware and wires them together through a reactive event bus — so an agent fires when something happens, not when a scheduler decides it should. Each node can carry its own UI, which means you monitor individual agents in context rather than reading logs and guessing. The architecture is documented (ARCHITECTURE.md, AGENTS.md), MIT-licensed, and ships with Docker and a monorepo package structure, so self-hosting is the intended path. The project is early-stage with 3 stars and 282 commits from a solo maintainer, which means production hardening and community support are things you contribute rather than consume.
FreeOpen SourceSelf-hostedVerified Jul 9, 2026
64. CI-medic
ci-medic is an open-source CLI and CI integration that runs automatically on pipeline failure, strips that noise down to the root cause, classifies it into one of five categories (code, flake, infra, dependency, or config), and posts the verdict where your team already looks — a sticky PR comment on GitHub Actions or a build description update on Jenkins. Secrets are redacted before any model sees the log. You can point it at a local model and logs never leave your network. The tool does one thing on one trigger: failure fires, logs go in, structured verdict comes out. There is no dashboard, no retention, no analytics — just the signal.
FreeOpen SourceSelf-hostedVerified Jun 28, 2026
65. HART OS
HART OS is an open-source, Apache-2.0 multi-agent runtime built on AutoGen that runs autonomous agents across a crowdsourced compute network, routes tasks through gossip-based federation, and keeps humans in the approval chain by design. The Recipe Pattern is the sharpest production differentiator: agents learn a task once in CREATE mode, then replay it in REUSE mode without repeating LLM calls — the vendor states up to 90% faster execution on trained tasks. Budget gating and compute escrow prevent any single node from absorbing costs for others. Where this breaks down is in ecosystem maturity: no comparable alternatives are listed in the market, documentation is structured but thin in places, and teams building beyond the Nunba bundled distribution will be navigating architecture that is still finding its production footing.
FreeOpen SourceAPISelf-hostedVerified Jul 28, 2026
66. LightRAG
The tool indexes documents into both a vector store and a graph of entities and relationships, then queries both at retrieval time — so a question about how two concepts relate pulls connected nodes, not just cosine-similar text. Self-hosting is first-class: the repo ships Dockerfiles, a docker-compose stack, and Kubernetes manifests, so you are not routing data through an external API. The graph construction step is slower than plain vector indexing, and at document-collection scale that latency becomes a real scheduling concern. Community reports on the GitHub issue tracker (195 open issues) suggest the surface area for edge cases is wide, meaning teams moving beyond the examples folder should plan for debugging time. For multimodal or highly structured corpora the graph extraction quality depends heavily on the LLM you point at it.
FreeOpen SourceAPISelf-hostedVerified Jul 2, 2026
67. 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
68. Agency Agents
The project is a MIT-licensed, self-hostable collection of pre-defined agent definitions organized by domain — engineering, marketing, product, design, and more — built to be activated inside Claude Code, Cursor, and similar AI coding tools. Each agent carries a defined personality, a stated process, and expected deliverables, so the session opens with role context already loaded. The differentiator is breadth plus specificity: you are not configuring a blank agent; you are picking a specialist with an opinionated approach baked in. The ceiling appears when your workflow requires branching between agents at runtime or dynamic handoffs — the repo defines agents, it does not orchestrate them. Teams needing cross-agent coordination wire that logic themselves on top.
FreeOpen SourceSelf-hostedVerified Jul 4, 2026
69. Agent Passport
Agent Passport is an open-source authorization layer that sits between your agents and the actions they take. You issue a scoped passport — specific permissions, a spend cap, a time window — then every action checks against it before executing. Denied calls are logged alongside allowed ones, so you have a record either way. Delegation chains shrink permissions as they pass down to sub-agents; a child passport cannot exceed what the parent granted. Revocation cascades instantly across the whole chain, so you're not hunting down API keys across six services.
FreeOpen SourceAPISelf-hostedVerified Jul 1, 2026
70. Atuin AI Proxy
The proxy intercepts the endpoint Atuin expects, then forwards requests to any OpenAI-compatible backend you configure — your own Ollama instance, a self-hosted model, GitHub Codex, or the upstream OpenAI API. You point Atuin's config at localhost, set a token, and the proxy handles the translation. Docker Compose and a local Python runner are both supported. Debugging is addressed through request ID logging, so when a shell completion returns garbage you have a thread to pull. The tool is a thin forwarding layer — it does not add caching, rate limiting, or response modification.
FreeOpen SourceAPISelf-hostedVerified Jul 12, 2026
71. Auto Learning Agents
The platform runs anywhere Docker runs: clone, add keys, and agents come online with their own schedules, models, and instructions. Every turn is embedded and topic-classified; agents query that shared memory bank before acting, so behavior improves with use rather than resetting on each session. Approval queues guard any outward-facing work — you review before it ships — and a single toggle pauses all autonomous activity. The Elixir/OTP supervision tree handles restarts without manual intervention, which matters when you need agents running overnight without babysitting. The extension story is custom nodes and tools in code, so teams that need behavior the built-in config cannot express will be writing Elixir or wrapping external services.
FreeOpen SourceSelf-hostedVerified Jul 4, 2026
72. Brytlog – AI logger
Agents invoke brytlog as a CLI wrapper — instead of running `python run.py`, the agent runs `brytlog python run.py`. The raw output goes to a faster, cheaper model for summarization; only the condensed result returns to the primary agent. Raw logs can be preserved with a `--save-logs` flag when the summary alone isn't enough. The vendor states the tool is designed specifically for token-heavy workflows where a chief model like Claude delegates grunt work to something like Gemini Flash. The ceiling appears quickly: no API, no programmatic integration, and no mechanism for workflows that need structured data out of the log rather than a prose summary.
FreeOpen SourceSelf-hostedVerified Jun 29, 2026
73. CRMKit
The vendor describes crmkit as a headless, agent-first CRM with no dashboard and no UI — your agent is the interface. It exposes a plain HTTP API covering contacts, companies, deals, deduplication, audit history, and schema validation, so agents have a shared system of record instead of a scratch table. Setup is a single prompt pasted into Claude, Claude Code, or ChatGPT. The self-hosted path is MIT-licensed and open-source. The ceiling appears when your workflow needs a human to review, approve, or edit records — there is no interface for that, which means you build one yourself.
FreeOpen SourceAPISelf-hostedVerified Jul 8, 2026
74. E3d-pod2vid
The pipeline takes a diarized audio file and works through four distinct steps: GPT-4o-mini selects semantically matched Pexels B-roll per utterance, subtitles are burned in via Pillow so you skip the libass dependency nightmare, voices can be swapped to OpenAI TTS, and the finished MP4 uploads directly to YouTube with description and thumbnail. It runs locally, costs nothing to host, and every component is a visible Python script you can audit or modify. The ceiling appears fast: there is no GUI, no retry logic documented for API failures, and wiring up credentials across Pexels, OpenAI, and YouTube requires reading the source. Teams producing more than a handful of videos per week will hit the absence of a job queue.
FreeOpen SourceSelf-hostedVerified Jun 30, 2026
75. Framesmith
Framesmith is an open-source MCP server that gives AI assistants a visual design canvas by rendering HTML/CSS scene graphs to PNG via headless Chromium. The core workflow: an AI assistant sends a scene description, Framesmith processes the scene graph, and returns a PNG — no display required, no browser session to manage. The vendor states it handles component structures, custom fonts, backdrop filters, animations, and chart rendering, which covers a real slice of what design-adjacent AI workflows need. Self-hosting means the rendering pipeline stays inside your infrastructure. The ceiling appears when your workflow demands anything beyond static or lightly animated PNG output — video, interactive SVG, or live canvas — at which point Framesmith is not the right layer.
FreeOpen SourceSelf-hostedVerified Jul 21, 2026
76. 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
77. kodwai
The platform delivers ticket-sized coding challenges you run on your own machine with your own agent — Claude Code, Cursor, or Codex. A CLI via npx downloads the problem, initialises a git repo, and starts the clock. When you submit, it packages your code, git history, test runs, agent transcript, and elapsed time, then scores you across three axes: Direction, Outcome, and Lift. A one-shot prompt that flukes a green test suite still scores low — the scorer reads the whole session, not just the final diff. The leaderboard is public, so your score builds a visible track record of agent oversight skill.
FreeOpen SourceVerified Jun 30, 2026
78. Kontext
Kontext captures the full conversation from ChatGPT or Claude via the page's internal API, runs an on-device summary using Gemini Nano or a user-supplied API key, and places a formatted handoff prompt into the target AI's input field — without sending anything to an external server. The workflow is one-click once installed. The tool is MIT-licensed, open-source, and the vendor states nothing leaves your machine. The ceiling appears fast: there is no multi-turn session management, no persistent storage of prior kontexts, and no support for AI platforms beyond ChatGPT and Claude. Teams running workflows across three or more models, or needing a searchable archive of past sessions, will hit that boundary quickly.
FreeOpen SourceSelf-hostedVerified Jul 5, 2026
79. Loma
Loma sits across your tools — Slack, docs, CRM signals — running agents that handle pre-meeting briefs, RFP responses, bug triage, and onboarding health checks without waiting to be asked. The differentiating claim is the context layer: every resolved ticket, closed deal, and fixed bug is stored as a pattern or skill that future agents draw on, so day 100 is meaningfully faster than day 1. Self-hosted under Apache-2.0, it supports Claude, GPT, and Gemini with swap-anytime routing. The vendor states agents complete RFP questionnaires at ~95% coverage, flagging the remainder for human review. Where it strains is in the gaps the scraped content leaves open — enterprise auth, SLA guarantees, and mature operational tooling are not documented.
FreeOpen SourceSelf-hostedVerified Jul 2, 2026
80. MatchShot
The tool accepts photo uploads and optional bio screenshots, scores each image across composition, expression, and red-flag signals, then ranks your photos and tells you which should lead. No account, no paywall — the vendor states photos are auto-deleted after analysis. Where it earns its keep is the specificity: not 'better lighting' but 'this shot kills your profile before anyone sees the rest.' The ceiling appears fast. There is no memory between sessions, no A/B tracking over time, and no way to measure whether the suggested photo swap actually moved your match rate. You get a snapshot, not a feedback loop.
FreeOpen SourceVerified Jul 4, 2026
81. GOAT 2.0
GOAT2 runs a Telegram-facing multi-agent system on top of async DAG execution, with a three-tier memory stack — Redis for fast session state, ChromaDB for vector retrieval, and Letta for longer-horizon behavioral learning. The DAG runner means agents can execute in parallel where dependencies allow, rather than waiting in a serial queue. The modular layout — separate directories for agents, orchestrator, memory, plugins, registry, and tools — means you can swap a backend without rewriting everything else. The wall appears when you need a non-Telegram interface: the docs describe Telegram as the primary entry point, and rerouting to another frontend requires you to rebuild the interface layer yourself. Teams that need a REST API or web UI will be adding code before they ship anything.
FreeOpen SourceSelf-hostedVerified Jul 4, 2026
82. Jargo
Jargo handles the full audio path: WebRTC in, a streaming transcription-to-reasoning-to-speech pipeline with turn-taking and barge-in, then audio back out — conforming to the RTVI protocol so existing clients drop in without rewrites. Go's goroutine model means hundreds of concurrent audio sessions don't share a global lock, which is the architectural argument for the whole project. The catch is printed in the README itself: this is early-stage, APIs are unstable, and betting a production system on it before the interfaces settle is a real risk. Teams that need a stable, documented voice pipeline today will find more mileage in Python-based alternatives while this matures.
FreeOpen SourceSelf-hostedVerified Jun 28, 2026
83. 1pager
1pager is a Claude Code skill — a scripted prompt-plus-workflow rather than a hosted app — that takes a long document, chat thread, or directory and condenses it into a bullet-first, single-page summary, then exports both a Markdown file and a DOCX. The core constraint is deliberate: least verbosity possible, with AI-tell language explicitly targeted. The workflow is a one-shot run, not an interactive loop. At the moment it only runs inside Claude Code environments, so teams without that context have no supported path to use it. One GitHub commit marks this as early-stage; expect gaps in edge-case handling.
FreeOpen SourceSelf-hostedVerified Jun 20, 2026
84. AGEF
The specification defines a content-addressed, Merkle-linked event structure so every decision in an agent session can be hashed, bundled, and checked offline — no live service required. The reference implementation is Akmon (v2.0.0 and later), which handles bundle export, import, and journaling via akmon-journal. AGEF is a format standard, not a deployed platform: there is no SaaS, no API, and no hosted verification service. Teams adopting it are taking on the work of building or integrating bundle-producing substrates into their existing agent infrastructure. At v0.1.1, the spec is pre-stable — conformance profiles and bundle structure are defined, but tooling outside the Akmon reference implementation is essentially absent.
FreeOpen SourceSelf-hostedVerified Jun 1, 2026
85. Agent Development Kit (ADK)
ADK is the open-source agent development framework that lets you build, debug, and deploy reliable AI agents at enterprise scale.
FreeAPISelf-hostedVerified Apr 21, 2026
86. Agent Governance Toolkit
Policy enforcement, zero-trust identity, execution sandboxing, and reliability engineering for autonomous AI agents.
FreeOpen SourceAPISelf-hostedVerified May 1, 2026
87. Agent Island
Built by the Stanford Digital Economy Lab and described in arXiv paper 2605.04312, Agent Island puts language models into a shared environment and measures strategic behavior — not just task completion. The benchmark exposes gaps that standard evals miss: can a model read the room, shift alliances, and avoid being outmaneuvered by another agent? The interface exposes play and log views so researchers can inspect run-by-run behavior. Where it breaks: there is no API, no self-hosted option, and no published code repository, so teams cannot integrate Agent Island into a CI pipeline or adapt the environment to their own agent design.
FreeOpen SourceVerified Jun 20, 2026
88. AgentArk
The vendor describes AgentArk as a 'secure-first, self-learning' agent runtime written in Rust, deployable via Docker on your own infrastructure. Core capabilities include scheduled automations, conditional watchers, trace logging with drift detection, and guard layers that require your sign-off before an agent acts. Context compaction — distilling what agents have seen from browser data and tool outputs — is built in, which matters when long-running agents start blowing past context limits. The self-evolution component (GEPA) is documented in the roadmap and architecture files, but community adoption is early — the repository shows six stars and zero forks at the time of curation. Teams that need a production-grade, battle-tested multi-agent backbone with existing integrations will hit the ecosystem ceiling fast.
FreeOpen SourceSelf-hostedVerified Jun 22, 2026
89. AgentKitten
Orbit selects a task from a dependency-ordered backlog, hands it to the configured agent adapter, runs tests, lint, and type checks against the result, and only advances the orbit when those gates pass. Every run writes four artifacts: structured agent output, rubric scoring, an accept-or-iterate recommendation, and a human-readable progress log. The workflow is agent-neutral — Claude, Codex, Cursor, or any adapter you wire up behind the same contract. Where it breaks: Orbit is intentionally minimal, so teams expecting a hosted dashboard, a GUI, or built-in multi-agent parallelism will find precious little of that. The harness is a loop, not a platform.
FreeOpen SourceSelf-hostedVerified Jun 6, 2026
90. agentmemory
Orbit is an open-source agent orchestration harness that wraps coding agent runs in bounded, dependency-ordered tasks, then gates task completion on real validation: tests, lint, and type checks must pass before an orbit closes. Every run produces structured JSON artifacts — agent output, rubric scores, accept/iterate/stop recommendations, and a human-readable progress log — so you have a trail to review, not just a diff to guess at. It runs against Claude, Codex, Cursor, or any agent that speaks JSON over CLI. The demo runs without an API key, which matters when you're evaluating whether it even fits your workflow. Where it strains: teams who need a web UI, multi-agent parallelism, or cloud-managed infrastructure will hit the limits of an intentionally small CLI harness fast.
FreeOpen SourceSelf-hostedVerified Jun 7, 2026
91. AgentMeter
AgentMeter runs locally — no cloud sync, no account creation, no vendor dashboard to log into — and parses the tool calls, token counts, and caching splits that CLI agents like Claude Code, Gemini CLI, Codex CLI, and Copilot CLI generate. It surfaces the three-tier cost structure that prompt caching creates (input, cached-input, and output tokens each priced differently), which the raw API bill flattens into noise. The value-multiplier calculation compares API spend against estimated developer time saved, giving you a number to put in front of a manager. The wall appears when you need alerting, real-time budget enforcement, or integration with a team billing system — none of that is here.
FreeOpen SourceSelf-hostedVerified Jun 12, 2026
92. 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
93. AI Mime
AI Mime records a macOS task once, then compiles the raw trace into a coordinate-free skill: deterministic scripts where possible, a browser harness or native UI agent only at decision points where necessary. The self-healing loop is the real differentiator — when a run fails, an agent reads the logs, triages the issue, and patches the skill instead of silently dying. The output is a readable directory of files, not a locked binary, so Claude Code or Codex can call it directly. The wall appears on Windows and Linux: this is macOS-only, and teams needing cross-platform coverage will hit that ceiling before the third workflow.
FreeOpen SourceSelf-hostedVerified Jun 12, 2026
94. AI Pair Programmer for Emacs
CodeTutor is a free, open-source Emacs package that watches your file saves, gathers project context, and routes the diff to a local AI backend configured to respond like a senior engineer talking you through your own decision — not handing you the answer. The boundary is explicit by design: it will explain the concept, show a compact illustrative snippet, and recommend a next step, but it does not write into your files, produce patches, or hand you a paste-ready implementation. Architecture notes accumulate automatically in a `.codetutor/ARCHITECTURE.md` file as you work. This is early-stage, single-maintainer software with two commits on record — you are not buying into a mature product.
FreeOpen SourceSelf-hostedVerified Jun 9, 2026
95. AI-Blueprint
The repo describes a self-hosted, open-source workspace covering the core legal workflow loop: document-grounded chat with source references, contract review with clause analysis, legal drafting, and matter preparation. Because the whole stack runs locally via Docker, there is no API call carrying privileged documents to a third-party cloud. That tradeoff has a cost — setup requires someone comfortable with Docker, environment files, and database migrations, and there is precious little polish compared to hosted competitors. Teams without an in-house developer will hit the configuration wall before they hit a legal task.
FreeOpen SourceSelf-hostedVerified Jun 11, 2026
96. AI-Engineering-Coach
The extension passively analyzes AI coding assistant activity across your workspace and surfaces usage metrics, prompt patterns, and code generation volume in a single dashboard — without requiring any API or cloud dependency. It covers any AI coding harness, not just Copilot, so teams running a mix of tools get consolidated signal instead of siloed logs. The anti-pattern detection flags weak prompting habits before they calcify across the team. Where it breaks: this is a read-only observer, not an enforcer. The docs describe an 'agentic readiness audit' framing, but no task is executed on your behalf — you get diagnostics, not automation.
FreeOpen SourceSelf-hostedVerified Jun 1, 2026
97. ai-whisper
The suite centers on ai-14all, a desktop app for running multiple coding agents in parallel across git worktrees — so agents work on separate branches without colliding. ai-cortex adds a local memory and context layer that persists between sessions without writing anything back to the repo. ai-whisper handles terminal-based relay between paired agents using structured workflows. The architecture is deliberately readable: the vendor states the codebase favors terseness and code you can audit end-to-end. Two tools — ai-samantha and ai-ezio — are still in active development, which means the ecosystem is incomplete for production voice or MCP hosting use cases today.
FreeOpen SourceSelf-hostedVerified Jun 25, 2026
98. AICTL
Each 'orbit' is one task: the harness selects it from a dependency-ordered backlog, runs the agent, then requires passing tests, lint, and type checks before closing the loop — no proof, no progress. Every run produces structured JSON artifacts (agent output, rubric scoring, a human-readable progress log) that you can inspect or replay without re-running the agent. The deterministic replay demo runs without an API key, so you can see the full cycle before wiring in a real model. Orbit is intentionally small — no hosted infrastructure, no GUI — which keeps it auditable and keeps you in control, but also means everything outside the core loop is your problem to build.
FreeOpen SourceSelf-hostedVerified Jun 1, 2026
99. 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
100. 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
101. Alma
Alma stores facts and preferences — name, role, working style, answer preferences, current context, principles — as a self-model any MCP-compatible agent can read at session start. The data stays on your machine; no hosted account, no vendor lock-in. Access is scoped, so an agent can read the slice it needs without touching the full store. Every durable write goes through an event log, which means changes are auditable and can be reversed. The project is explicitly labeled experimental by the maintainer, so APIs are unstable and behavior can change between commits.
FreeOpen SourceAPISelf-hostedVerified Jun 24, 2026
102. 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
103. ArXiv Scholar
ArXiv Scholar is an open-source RAG infrastructure that indexes roughly 5,600 curated AI engineering papers from arXiv and exposes them through a streaming API, so agents and developers can query verified literature instead of relying on a model's training memory. The retrieval pipeline runs a 1ms ML-based router that classifies each query as Direct, Decompose, or HyDE before spinning up hybrid dense-plus-sparse search and a cross-encoder re-ranker. Every answer ships with real arXiv paper IDs attached. The hard ceiling is the corpus: 5,600 papers covering RAG, LLMs, agents, training, and inference — nothing outside that domain, and nothing beyond what was ingested through the pipeline as of June 2026. The public endpoint is rate-limited to 5 requests per minute per IP, which breaks any agent loop that needs to fire queries in bursts.
FreeOpen SourceAPISelf-hostedVerified Jun 18, 2026
104. Atizar
Atizar is an open-source, TypeScript-native framework for building agent workflows where humans stay in the loop before consequential actions execute. The core pattern: agents plan and gather, then pause for a sign-off before anything ships — emails send, records update, data moves. That approval gate is architectural, not bolted on after the fact. The self-hosted option means client deliveries stay off third-party infrastructure. Where it gets tight is documentation depth — the README carries most of the guidance, which means teams building complex branching logic are reading source code before long.
FreeOpen SourceAPISelf-hostedVerified Jun 22, 2026
105. Atlas Inference Engine
The vendor page benchmarks Atlas at 3.1x the decode throughput of vLLM on Nvidia DGX Spark hardware — 111 tok/s average versus 37 tok/s on Qwen3.5-35B, with a cold start measured in two minutes instead of ten. That gap exists because Atlas ships no Python, no PyTorch, and no JIT warm-up: every path from HTTP request to kernel dispatch is compiled. The tradeoff is hardware specificity — hand-tuned CUDA kernels target Blackwell SM120/121, so teams not running DGX Spark get none of the headline numbers. The model matrix covers Qwen, Gemma, Nemotron, Mistral, and MiniMax, but every recipe is written for that hardware profile. Teams running other GPU generations are not the audience.
FreeOpen SourceAPISelf-hostedVerified Jun 9, 2026
106. AutoGPU
The repo describes autonomous agents writing RTL, running it through real EDA tools, reading timing and layout reports, and revising the design — iterating without a human in the seat for each pass. The documented target is small systolic array architectures, specifically matrix-multiply accelerators; the codebase includes ISA definitions, physical design configs, and golden reference models. At that constrained scope, researchers report the agent loop closes. Scale the design complexity beyond what the existing module hierarchy covers and the agents lose the plot — the feedback loops that work for a mac array do not generalize to a multi-block SoC. Teams pushing past the documented scope end up writing their own agent scaffolding on top, at which point AutoGPU is a reference rather than a runtime.
FreeOpen SourceSelf-hostedVerified Jun 11, 2026
107. AutoLang
Orbit wraps each agent run in a bounded loop: it pulls one task from a dependency-ordered backlog, hands it to whatever agent you've wired up, runs tests, lint, and type checks, and refuses to close the task until validation passes. Every run produces structured JSON — what the agent returned, how it scored against a rubric, whether a human should accept or re-queue. That audit trail is the point. The ceiling appears when your workflow needs anything beyond task-level sequencing: parallel agent execution, real-time dashboards, or integration with existing CI pipelines requires you to build the glue yourself.
FreeOpen SourceSelf-hostedVerified Jun 2, 2026
108. AutoMaxFix
AutoMaxFix runs a detect-reproduce-repair loop: it watches for test failures or runtime drift, surfaces one ticket at a time, lets an AI agent propose a patch, and stops cold until a human approves it. That deliberate stop is the point. The vendor describes it explicitly as 'the boring opposite of an autonomous agent' — one ticket, one patch attempt, one approval, one report. Every fix is logged with provenance so you can trace what changed and why. The ceiling arrives fast: the tool handles one ticket per execution, so teams running parallel failure streams will need external orchestration to manage the queue.
FreeOpen SourceSelf-hostedVerified Jun 9, 2026
109. Beacon
Beacon is an open-source endpoint telemetry layer that runs locally alongside AI agents, capturing prompts, tool calls, file modifications, and approval workflows before any of that activity disappears into the void. It normalizes that telemetry and forwards it to SIEM platforms like Wazuh, Elastic, or Splunk, so security teams can apply the same detection logic they already run against the rest of the fleet. The architecture is self-hosted by design — no data leaves the endpoint unless you route it there yourself. The project is early-stage; the plugin ecosystem covers the major local agent harnesses but gaps exist for less common runtimes. Teams with agents not yet on the supported list write custom collector plugins — which means more surface area to maintain.
FreeOpen SourceSelf-hostedVerified Jun 1, 2026
110. BetterCallClaude
The tool installs as a plugin in Anthropic's Cowork Desktop and routes legal tasks — contract review, case research, document drafting, compliance checks — across 20 specialized agents, each scoped to a specific practice area. It covers all 20 Italian regions plus national law, and the vendor states legal research runs 70% faster based on activity analysis from Italian firms. The privacy architecture is the real differentiator: local LLM processing via Ollama means your matter data stays inside your own environment, which is the compliance baseline Italian professional secrecy rules demand. The ceiling appears when you need tasks that fall outside its pre-built agent scope or require integrations with external systems — there is no API surface, so automation into case management software requires manual steps.
FreeOpen SourceSelf-hostedVerified Jun 9, 2026
111. BGE-M3
BGE is a family of open-source embedding and reranking models from BAAI, released under MIT license with weights available on Hugging Face and PyPI, designed to run entirely on your own infrastructure. The core workflow is straightforward: generate dense embeddings, index them in a vector database, and optionally layer in sparse or multi-vector retrieval for hybrid search. Multi-lingual retrieval is a documented strength, with cross-lingual matching working across language pairs without requiring parallel training data. The ceiling appears when your domain is highly specialized — out-of-the-box embeddings on narrow technical corpora produce ranking quality that requires fine-tuning to fix, and that fine-tuning work lands entirely on your team.
FreeOpen SourceAPISelf-hostedVerified Jun 9, 2026
112. Bitloops
Bitloops runs as a local CLI that builds a semantic model of your codebase and captures AI interactions — prompts, reasoning, decisions — then links them to the Git commits they produced. The vendor describes it as an intelligence layer sitting between your repository and your agents, so Claude Code, Cursor, Codex, or Copilot pull structured context instead of crawling raw source. Everything stays local: no cloud proxy, no data leaving your environment. The constraint enforcement pillar is listed as coming soon, which means teams that need automated rule enforcement on generated code are buying a roadmap item, not a shipping feature. Early-stage tooling with real architectural intent, but the feature set reflects a pre-seed trajectory.
FreeOpen SourceSelf-hostedVerified Jun 1, 2026
113. Bloom
Bloom generates targeted evaluation suites for arbitrary behavioral traits.
FreeAPISelf-hostedVerified Apr 20, 2026
114. Bookstoread.ai
AI-powered book recommendation engine that discovers books matching your interests and professional curiosity.
FreeVerified May 15, 2026
115. Build A Harness
The tool is a visual canvas for designing agent harnesses: multi-layer structures that govern what an agent believes, what it can do, and how it recovers when something goes wrong. You draw a graph on the canvas, and FlowSpec compiles it to LangGraph, CrewAI, Mastra, or Microsoft Agent Framework — no rewrite when you switch. The node library covers 27 types across 14 execution and 13 harness categories, from a minimal three-node loop to an 11-layer stack with world model, five-tier control resolution, nine-layer verification, and six recovery strategies. Langfuse tracing is built into the architecture, so every decision is observable. The ceiling appears when your team needs a hosted managed runtime — the vendor states no hosted API exists, so you own the infrastructure from day one.
FreeOpen SourceAPISelf-hostedVerified Jun 25, 2026
116. Callimachus
The vendor describes Callimachus as a background watcher that indexes conversation history from eleven AI coding tools — Claude Code, Cursor, Cline, Codex, and seven others — into a single on-device catalogue with both keyword and semantic search. You query it from a desktop app, a VS Code sidebar, the terminal, or an MCP server that lets other agents pull your past threads directly. The index never leaves your machine: no account, no telemetry, AGPL-3.0 source available. The distillation features — summarizing decisions and gotchas across threads — require either a local Ollama setup or a cloud API key, so that layer is not zero-dependency. Teams running agents that aren't on the eleven supported list get no indexing without manual workarounds.
FreeOpen SourceSelf-hostedVerified Jun 22, 2026
117. Catcher
You describe tests in plain English, and Catcher's LLM-powered planner executes them in a real browser — no script authoring, no Selenium boilerplate. The vision-based fallback handles dynamic UIs where element selectors break, which is where most scripted test frameworks quietly start failing your CI. Because you supply the API key directly, LLM costs land on your own account — nothing is proxied through a vendor margin. The ceiling arrives when you need a test management dashboard, CI pipeline integrations, or a shared test artifact store across a team: the repo describes none of those, and you are building that infrastructure yourself.
FreeOpen SourceSelf-hostedVerified Jun 1, 2026
118. chrome-use
Because chrome-use attaches to the Chrome instance you already use day-to-day, the agent inherits your cookies, your fingerprint, and your authenticated state — no credential injection, no headless flags that anti-bot systems fingerprint in milliseconds. The extension-relay architecture means the browser looks identical to your normal traffic. Where it breaks: tasks that need a clean isolated session per run, or parallel agents that must operate on separate authenticated identities simultaneously, get complicated fast because you are sharing one browser. Teams hitting that ceiling wire in additional Chrome profiles or move the workflow to a cloud browser infrastructure that supports session isolation at scale.
FreeOpen SourceSelf-hostedVerified Jun 25, 2026
119. Ciris
CIRIS runs a signed reasoning agent on your phone or a home device, with no warehouse in the middle for the closest privacy circles. The vendor describes two paths: fully on-device using a small model like Gemma 4, or free hosted inference for phones that can't run a local model — both paths produce cryptographically signed outputs. Every claim the agent makes carries an ed25519+post-quantum signature, so you can audit it, revoke trust, and re-open any conclusion built on a bad source. The architecture depends on a 'social circle' data model; data in your innermost circles never sends the network message that would let anyone request it. Teams needing broad third-party integrations or a hosted API endpoint will find neither here.
FreeOpen SourceSelf-hostedVerified Jun 12, 2026
120. Cline
Open-source autonomous AI coding agent for VS Code and other IDEs, with human-in-the-loop approval, multi-provider support, and MCP extensibility.
FreeOpen SourceAPISelf-hostedVerified May 7, 2026
121. Code Review Graph
The tool builds a dependency graph of your codebase locally, then exposes that graph through MCP so Claude Code, Cursor, or any compatible assistant can ask targeted questions: which files are affected by this change, what is the impact radius, which communities cluster around this module. For large monorepos, this is the difference between a useful review context and a truncated one. The analysis runs entirely on your machine — no source code leaves the environment. The gap shows up when you need deep semantic understanding beyond structural imports; graph topology tells you what calls what, not whether the logic is correct.
FreeOpen SourceAPISelf-hostedVerified Jun 9, 2026
122. Codeep
Codeep is an open-source, terminal-native autonomous agent that reads your project structure, plans a sequence of steps, edits files, runs shell commands, and checks its own output against your build and test suite before declaring done. You describe the goal; it handles the steps. The self-verification loop — where it catches a broken typecheck and fixes it without prompting — is the part that separates it from a glorified shell wrapper. The ceiling appears on projects where the agent's context window fills before it has mapped the full dependency graph; community reports suggest large monorepos with deep cross-module dependencies push that limit faster than single-service repos. At that point, teams either scope tasks more tightly or reach for a dedicated sub-agent delegation pattern.
FreeOpen SourceAPISelf-hostedVerified Jun 1, 2026
123. Cognita
An open-source RAG framework for building and deploying scalable retrieval-augmented generation applications.
FreeAPISelf-hostedVerified Apr 29, 2026
124. Coherence
Coherence scans the links between code, docs, architectural decision records, tests, metrics, generated files, and API endpoints — and flags where those links have snapped. It runs locally, deterministically, with no external API calls by default, which means it fits inside a pre-commit hook or CI pipeline without sending your codebase anywhere. The checks are rule-based, not LLM-driven, so results are repeatable run-to-run. Where it breaks: Coherence detects drift but does not fix it, so the remediation loop is still manual. Teams with loosely structured repos get limited signal until they invest time defining what relationships Coherence should track.
FreeOpen SourceSelf-hostedVerified Jun 9, 2026
125. Conversations in AI Coding Agent
Orbit is an MIT-licensed, self-hosted harness that wraps a coding agent run in a bounded loop: it selects a task from a dependency-ordered backlog, hands off to whatever agent you plug in, runs tests and lint as a hard gate, and writes structured JSON artifacts that record exactly what happened. Every closed orbit leaves four files — agent output, rubric scoring, an accept-or-iterate recommendation, and a human-readable progress log. The demo runs without an API key, which means you can verify the mechanics before committing any credentials. The harness is agent-neutral by design; the vendor page cites Claude, Codex, and Cursor as examples. Where it shows its seams: Orbit is intentionally small, so teams needing a hosted dashboard, team-level access controls, or CI/CD pipeline integration will be writing that glue themselves.
FreeOpen SourceSelf-hostedVerified Jun 4, 2026
126. Core AI Models
The repository ships three concrete layers: Python export recipes for popular Hugging Face models, reusable PyTorch primitives for authoring custom models in Core AI format, and a Swift package that slots those exported models into macOS and iOS apps. The CLI tooling lets you run models directly on a Mac before touching Xcode. Where the workflow breaks is at the edges of what the export recipes cover — models outside the supported Hugging Face roster require you to author your own export logic using the Python primitives, which assumes familiarity with both PyTorch internals and Core AI's model format. The skills directory adds coding-agent plugins, but the core offering is an export-and-runtime pipeline, not an autonomous agent loop.
FreeOpen SourceSelf-hostedVerified Jun 18, 2026
127. CoreAI Model Zoo
The repo ships Qwen3.5, Qwen3.6, Gemma 4, GLM-4, and LFM variants already converted, verified against iPhone 17 Pro GPU and ANE, and downloadable from Hugging Face. Conversion code, known gotchas, custom Metal kernels, and a Swift runner are included so teams can replicate or extend the work rather than reverse-engineer it. The larger dense and MoE models — Qwen3.6-27B, Qwen3.6-35B-A3B, GLM-4.7-Flash — are flagged Mac-only, so iPhone deployment is constrained to the smaller quantized variants. There is no API, no inference server, and no tooling outside the Apple ecosystem; teams targeting Android, Windows, or server-side inference will find nothing applicable here.
FreeOpen SourceSelf-hostedVerified Jun 13, 2026
128. CoreTex
Orbit pulls one dependency-ordered task at a time from your backlog, hands it to whichever coding agent you connect, then refuses to mark it done unless tests, lint, and type checks pass. Every run writes four JSON or markdown artifacts: what the agent returned, how the work scored against a rubric, a human-readable mission log, and a recommendation to accept, iterate, or stop. The agent-neutral contract means you can swap Claude for Codex behind the same harness and compare structured artifacts instead of vibes. The ceiling appears fast on large repos: Orbit is intentionally small, so teams needing parallel agent execution, complex branching between task types, or CI integration will find themselves extending the harness manually.
FreeOpen SourceSelf-hostedVerified Jun 1, 2026
129. DBRX Instruct
DBRX Instruct is a free, open-source large language model built by Databricks for instruction-following tasks in software development and enterprise applications. It uses a mixture-of-experts architecture to balance performance with efficiency, and integrates natively with Databricks' data platform—a meaningful advantage if you're already in that ecosystem. The model shows strong results on coding and reasoning benchmarks, but carries real limitations: no vision capabilities, a shorter context window than Claude or GPT-4, and less real-world adoption in mainstream enterprise settings. For teams deeply embedded in Databricks infrastructure, it's a compelling option; for everyone else, it remains a secondary choice.
FreeOpen SourceAPISelf-hosted32.8k tokens context$1.2/1M inputVerified Apr 8, 2026
130. Deep Memory
The library pairs a GraphRAG implementation with a Vocabulary system: a shared, schema-enforced dictionary of node types, relationship labels, and property constraints that every agent queries before writing. The result is consistent graph data across sessions without prompting every agent with walls of example documents — the schema replaces the examples, trimming token overhead. Backends include Neo4j, SQL Server, Azure Cosmos DB, and an in-memory option, all wired up via Docker Compose quickstarts the docs describe. Where the ceiling appears: there is no hosted service, no GUI, and no API surface — this is a library you embed and operate, which means your team owns the infra from day one.
FreeOpen SourceSelf-hostedVerified Jun 11, 2026
131. Disputron
The workflow is three steps: file your dispute with a description of the grievance, watch AI-generated attorneys argue both sides in real time, then receive a verdict you can share. The vendor describes five attorney archetypes — ranging from a theatrical showman to a citation-heavy academic — so the argumentation style varies based on who the court assigns. The 'Hall of Records' lets anyone browse past verdicts publicly, which is the actual product: shareable, absurdist legal comedy. This is not a mediation tool. There is no escalation path, no real legal weight, and no mechanism for resolving anything that actually matters.
FreeVerified Jun 1, 2026
132. DJ Mix
The application runs two Magenta RealTime 2 model decks locally on Apple Silicon, letting you crossfade, EQ, and cue between AI-generated audio streams in real time. Text prompts steer what each deck generates next; a Pioneer DDJ-FLX4 maps to the full hardware surface if you have one. Stable Audio 3 handles pad generation and finished track renders alongside the live decks. The hard ceiling is the hardware requirement — Apple Silicon only, with roughly 13 GB of model weights to download before you touch anything. Teams on Linux or Windows have no path forward here.
FreeOpen SourceSelf-hostedVerified Jun 18, 2026
133. Dream Server
The installer handles the assembly: LLM inference via Ollama, a chat interface, voice input/output, RAG over private documents, local image generation, and n8n-backed workflow automation land as one unit rather than five separate setup guides. For a homelab or an air-gapped environment where data cannot leave the machine, that single-step setup removes the friction that kills most local AI experiments before they start. The ceiling appears when your workflow logic grows — n8n handles the automation layer, but that means a separate tool you now own and maintain alongside DreamServer itself. Teams building anything production-grade with complex branching or multi-system integrations will find themselves extending past what a local server wrapper can reasonably absorb.
FreeOpen SourceAPISelf-hostedVerified Jun 18, 2026
134. Due Diligence Agents
The tool runs parallel analysis across Legal, Finance, Commercial, Technology, Cybersecurity, HR, Tax, Regulatory, and ESG workstreams — domains that siloed consultants hand off sequentially, bleeding weeks in the process. Each agent cross-references findings against the others, so a revenue concentration risk in the commercial workstream gets flagged against the indemnification language in legal without a human manually connecting the dots. Outputs land in Excel and Word with citations intact, ready for an IC memo. The knowledge compounds across deal runs, so repeat buyers in the same sector start with context the first team had to build from scratch. The ceiling appears when your data room contains formats the parser does not handle cleanly — and at that point, teams are pre-processing documents manually before the agents ever see them.
FreeOpen SourceSelf-hostedVerified Jun 1, 2026
135. 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
136. EGC
EGC is a local-first MCP runtime that persists memory across sessions and across AI tools, so agents pick up exactly where the last session stopped. The repo structure shows explicit support for Cursor, Codex, Gemini, Kiro, Trae, and OpenCode, meaning the memory layer sits beneath whichever assistant you switch to. The system tracks completed tasks, failures, and next steps automatically — you do not write the handoff notes. The wall appears when you need a hosted or API-accessible version: the vendor describes no hosted runtime, no remote API, and no paid tier, so teams requiring cloud-accessible memory or multi-user session state have nowhere to go within this tool.
FreeOpen SourceSelf-hostedVerified Jun 23, 2026
137. Eidentic
The SDK centers on a temporal knowledge graph that tracks when facts were true, resolves contradictions, and consolidates between sessions — so the agent sharpens over time rather than accumulating noise. Durable runs, enforced cost ceilings, and CI-gated evals ship as part of the core, not as paid add-ons. The vendor benchmarks report 55.2% on LongMemEval versus 41.0% for full-context stuffing, and claims up to 39× fewer tokens per query. The gap shows up in support and long-running assistant workflows where session history compounds. At v0.1, the ecosystem is early — teams building anything outside the TypeScript path face a hard stop.
FreeOpen SourceAPISelf-hostedVerified Jun 12, 2026
138. Elysia
An open-source framework that spins up an end-to-end agentic RAG application with just two terminal commands.
FreeAPISelf-hostedVerified May 1, 2026
139. Enforra
Orbit is a harness that wraps AI coding agents — Claude, Codex, Cursor, any JSON-speaking CLI — in a bounded task loop: the agent runs, tests and lint decide whether the work passes, and every run leaves inspectable JSON artifacts whether it succeeds or fails. The evidence trail is the product. You get structured output describing what the agent returned, rubric scoring for task focus and diff signal, and a human-readable progress log. Where it breaks: Orbit does not plan, does not write tasks, and does not decide what to build next — it validates and records what other agents attempt. Teams that need autonomous end-to-end execution will hit that ceiling immediately.
FreeOpen SourceSelf-hostedVerified Jun 1, 2026
140. Engram
Engram sits between your IDE and its file reads, maintaining a local SQLite summary of your codebase so agents pull compressed context instead of raw files. The vendor states an 89% measured token reduction. It installs via npm, runs locally with zero cloud dependency, and connects to Claude Code, Cursor, Cline, Continue, Aider, Codex, Windsurf, and Zed through a combination of OpenVSX extensions, an Anthropic plugin, and adapter scripts. The bug-prevention layer surfaces past mistakes from revert history before the agent touches that code path again. This is a passive interceptor, not an agent — it does not plan tasks or run autonomously.
FreeOpen SourceAPISelf-hostedVerified Jun 1, 2026
141. Enhanced Copy
The tool is a Chrome extension paired with an SDK: site owners author a prompt once, the extension wraps it around whatever the user selects, and the user pastes the whole package — prompt, selected content, source URL, content type — into whatever AI tool they already have open. There is no AI inference happening inside the extension itself; it is a copy-pipe, not an agent. That constraint is also the ceiling: it works for one-shot prompt-plus-content workflows, but the moment your use case requires routing output back into a system, chaining steps, or persisting results, the tool has no mechanism to do any of that. Teams needing those patterns wire this into a broader stack or stop here and reach for something that runs the model itself.
FreeOpen SourceAPISelf-hostedVerified Jun 1, 2026
142. Enju
Orbit structures agent work into discrete, dependency-ordered loops: one task per run, deterministic validation gates, and four output artifacts that record exactly what the agent returned, how the run scored against a rubric, and what should happen next. The demo runs without an API key, which means you can evaluate the harness itself before spending a single token. Where it gets constrained: Orbit is a harness, not a scheduler — it does not autonomously drive through a backlog or retry failed orbits on its own. Teams wiring it into CI pipelines write the outer loop themselves.
FreeOpen SourceSelf-hostedVerified Jun 1, 2026
143. 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
144. Extella.AI
The structured tool data describes an agentic execution platform from Chariot Technologies Lab., Inc. with primitives called Rules, Concepts, and Experts — built for research automation, cross-system operations, and persistent memory across sessions. The scraped page, however, describes Spotter: a mobile app that identifies landmarks, street food, and wildlife via camera snap and saves them as travel journal entries. There is no matching factual source to ground a production review of the intended tool. Writing a listing from the validator summary alone, without page-sourced specifics on architecture, failure modes, or integration depth, would produce claims that cannot be verified.
FreeAPISelf-hostedVerified Jun 4, 2026
145. Flightdeck
Every LLM call, MCP event, and tool invocation your agents make streams to a live dashboard — per-agent timelines and a fleet-wide feed, not batched logs you dig through after the incident. The vendor describes token budgets and MCP allow/block rules you set before problems hit, plus the ability to issue live directives to running agents without restarting them. The self-hosted, Apache-2.0 model means no telemetry leaves your infrastructure — critical for teams in regulated environments or those burned by SaaS observability vendors billing by event volume. The project is early-stage by star count, and the operational surface you take on by self-hosting is real.
FreeOpen SourceSelf-hostedVerified Jun 12, 2026
146. Fontjoy
The workflow is stripped to three controls: generate a new pairing, lock a font you want to keep, or manually override a slot. The editable preview text lets you paste actual copy — your headline, your company name — rather than guessing from placeholder Latin. The neural net targets the hardest part of font selection: finding pairs that feel related but not redundant. The wall appears fast, though. There is no weight or style tuning, no export, no integration hook, and no way to save sessions. Teams use it to shortlist candidates, then finish the decision in Figma or a type specimen tool.
FreeOpen SourceVerified Jun 22, 2026
147. Forensic-deepdive
The tool analyzes a codebase across nine languages, builds an embedded graph at `/.deepdive/graph.lbug`, and exposes it over an MCP server so coding agents get structured answers about symbols, imports, call chains, endpoints, and git authorship — not raw file dumps. Five durable Markdown artifacts serve as the human-readable projection of that same graph, so your team gets onboarding docs and mental-model documentation without a separate documentation pass. The graph nodes cover Files, Symbols, Modules, Commits, Authors, Endpoints, and DbTables, which means cross-stack call flow tracing and co-change pattern analysis are first-class queries. The project is Apache-2.0 and self-hosted, with no hosted offering described — your codebase never leaves your infrastructure. The graph must be rebuilt or updated as the codebase changes; the freshness burden falls on the team.
FreeOpen SourceAPISelf-hostedVerified Jun 26, 2026
148. Fundamentalio
The tool pulls fundamentals via yfinance and sends them through OpenAI in either a quick-scan or deep-research mode, so you can screen a watchlist fast or stress-test a single position with more context. Because every analysis is a one-shot OpenAI call, there is no memory between runs — each report starts cold. The Lynch framing is the differentiator: the prompt logic is built around his specific criteria, not generic financial ratios, which means output reads like a philosophy-aligned verdict rather than a data dump. Self-hosted and MIT-licensed, so your API keys and tickers stay off third-party servers. The ceiling is clear: if your process needs portfolio-level comparison, backtesting, or screening across hundreds of tickers in a session, the architecture does not support it.
FreeOpen SourceSelf-hostedVerified Jun 12, 2026
149. GalaxDB
The core bet is that keeping structured rows, dense embeddings, JSON, blobs, and training snapshots in one storage engine eliminates the synchronization failures that happen when each lives somewhere else. You declare an EMBEDDING MODEL in your DDL and every INSERT triggers a local sidecar that computes and indexes the vector — no Airflow, no Lambda, no external API call. Time-travel lets you tag a snapshot before a training run and replay the exact data the model saw months later, which means reproducibility stops being a manual discipline. The ceiling appears at scale: v1.0-beta.1 benchmarks are real but the project is pre-GA, and teams running serious production traffic will be betting on a single vendor with no public track record at that load. If your stack already runs on managed Postgres and a mature vector service, the migration cost has to pencil out against the consolidation savings.
FreeSelf-hostedVerified Jun 18, 2026
150. GEDD
The vendor describes GEDD as a release-readiness tool for AI product managers and domain experts. A PM loads realistic launch-risk scenarios, the domain expert reviews the agent in the shape of the actual task, names failure modes in their own vocabulary, and the session exits with a release report plus a validated evaluation set. That loop converts qualitative judgment into regression gates usable in CI/CD. The ceiling appears when you need programmatic API access — GEDD exposes none, so teams that want to pipe evaluation results into downstream automation build that bridge themselves. Setup requires local installation via pip and depends on sagemaker-mlflow, grounded-evals, and mlflow.
FreeOpen SourceSelf-hostedVerified Jun 9, 2026
151. Genomi
The core workflow is four steps: install the agent harness, point it at your raw genome file on disk, build a local SQLite index, then ask questions through whichever AI agent you already run — Claude Code, Cursor, Gemini CLI, Goose, and others are listed as compatible. Pharmacogenomics, carrier status, polygenic risk scores, nutrigenomics, and ancestry PCA projection are all covered through distinct skill modules backed by ClinVar, PharmCAT, PGS Catalog, HPO, GenCC, and 1000 Genomes reference data. The privacy architecture is explicit: raw genome data stays on disk, and only the specific evidence snippets relevant to a query cross the boundary to whatever LLM handles the response. The vendor marks this as experimental and not for clinical use — which means researchers and privacy-conscious individuals exploring personal data are the intended audience, not clinical teams expecting diagnostic-grade output.
FreeOpen SourceSelf-hostedVerified Jun 9, 2026
152. GhostUser
Each persona — a cautious newcomer, a skeptical evaluator, a power user, a time-pressured visitor, a motivated buyer — navigates your app autonomously, flags where it gave up, and logs why. Console errors, failed network requests, and 5xx responses get caught in the same pass, so you get UX feedback and QA signal in one run. It connects directly to localhost, which means you catch issues before they leave your machine. The tool runs on your Claude API key, so cost scales with usage rather than with a seat count. Where it breaks: the feedback reflects what five hardcoded personas notice, not the distribution of your actual users.
FreeOpen SourceFree (pay-per-token for Claude API calls)APISelf-hostedVerified Jun 9, 2026
153. Gito
Orbit wraps any JSON-speaking coding agent — Claude, Codex, Cursor, or your own — inside a loop that selects a dependency-ordered task, runs the agent, demands validation proof, and records every artifact before advancing. The output is structured JSON showing what the agent returned, rubric scoring for task focus and diff signal, and a human-readable mission log. Where it breaks: Orbit is intentionally small, which means teams that need hosted execution, a GUI, or a first-class CI/CD plugin will hit the boundary fast and find themselves wiring their own glue code. Teams experimenting with multiple agent frameworks get the most from it; teams shipping to production pipelines at scale will need to extend it.
FreeOpen SourceSelf-hostedVerified Jun 7, 2026
154. GitPT
Install it globally via npm, replace `git` with `gitpt` in your shell, and every command passes through unchanged except `commit`, which reads your staged diff and returns a message from whatever local model you have running — Ollama, LM Studio, or Apple Foundation Models on macOS. The vendor states v1.6.2 is the current release under MIT license. It generates one message, one shot — no branching, no pipeline, no approval loop. The wall appears when your project enforces commitlint rules that require scope or type conventions the model wasn't prompted to follow, or when the diff is large enough that a small model loses the thread entirely.
FreeOpen SourceSelf-hostedVerified Jun 23, 2026
155. GlycemicGPT
The project connects to Nightscout, reads glucose time-series data, and surfaces pattern analysis plus threshold-triggered alerts to patients and caregivers without routing that data through a commercial cloud. Self-hosting via Docker Compose is the primary deployment path, documented in the repo. The alert pipeline works when your infrastructure stays up — which means the patient or a technically capable caregiver owns uptime. For T1D individuals already running Nightscout DIY stacks, this fits the workflow they have. For anyone expecting a hosted service to just work, the project is not that.
FreeOpen SourceAPISelf-hostedVerified Jun 1, 2026
156. Goose
Goose runs as a desktop app, CLI, or embeddable API — built in Rust, so the performance profile is consistent across macOS, Linux, and Windows without a runtime you have to manage separately. The extension system connects to 70+ tools via the Model Context Protocol, meaning a workflow touching GitHub, Google Drive, and a database isn't stitched together with custom glue code — the standard handles the handoff. Recipes let you capture multi-step workflows as YAML configs and share them across a team or drop them into CI. Where the architecture shows its limits: complex conditional branching inside recipes is not the same as writing that logic in code, and teams building workflows that require dynamic decision trees at depth report dropping into Python extensions to compensate — at which point they are maintaining two systems. Community support is Discord-first; the vendor states no paid tier, so production SLA expectations need to be reset before an org-wide rollout.
FreeOpen SourceAPISelf-hostedVerified Jun 20, 2026
157. Gorchestra
Gorchestra is a locally-run Go server that wraps multiple Codex and Claude coding sessions into a single interface, streaming every event in real time and persisting the full history to SQLite. You can inspect live file changes and git state mid-run, queue follow-up messages without interrupting the agent, and return to the exact same session state after a disconnect or restart. The tool is MIT-licensed, self-hosted, and carries no hosted backend. The ceiling appears when your workflow demands coordinating agents across machines or teams — everything here is designed around a single developer's local environment, not a shared multi-user setup.
FreeOpen SourceSelf-hostedVerified Jun 22, 2026
158. Graphenium
Graphenium indexes a repository into a persistent, queryable knowledge graph and exposes it over MCP, so assistants like Claude or Cursor can answer dependency and call-chain questions in roughly 20 ms without reading source files at each turn. The graph survives across sessions, which means structural knowledge does not have to be rebuilt every time you open a new conversation. The gain is sharpest on large or multi-module repos where grep-and-trace navigation collapses under its own weight. The constraint is real: this is a static graph service, not an agent — it answers questions but does not plan or act, so any reasoning on top of the data remains the assistant's job.
FreeOpen SourceAPISelf-hostedVerified Jun 25, 2026
159. Guildly
Each agent has a fixed role: PM writes PRDs, Manager routes tickets, SDEs work in isolated git worktrees, Reviewer signs off before anything merges. Every action traces back through a chain — line of code to ticket, ticket to PRD, PRD to the #general message that started it. The audit trail isn't a report you run after the fact; it's the structure the system runs on. That structure is also the ceiling: teams needing agents to adapt their process mid-sprint, or handle workflows that don't fit the six-role model, will hit the playbook's edges before long. The tool is in beta, with no API and no self-hosted option, so the surface you can extend is narrow.
FreeVerified Jun 9, 2026
160. Halo
HALO is an open-source Hierarchical Agent Loop Optimizer that ingests production execution traces and generates RLM (Reinforcement Learning from Mistakes) reports pointing at the specific harness code responsible for systemic failures. The core loop is: run your agents, collect traces, feed them to HALO, receive a structured critique, patch the harness. It installs as a desktop app via a one-line curl command or as a hosted option through inference.net. The tool is built around planning and execution trace analysis, so it rewards teams who already instrument their agents — if your traces are thin, the reports will be too. Teams with dense trace data get targeted code-level feedback; teams without it get generic signal.
FreeOpen SourceSelf-hostedVerified Jun 25, 2026
161. HarvestGuard
The system fuses live satellite vegetation indices, rainfall anomaly data, and WFP food security indicators, then routes that combined signal through Claude to produce country-level crop failure risk assessments. Docker handles deployment; an Anthropic API key handles the inference. For an NGO standing up a proof-of-concept or a research institution prototyping AI plus Earth observation, the architecture is legible and the cost surface is clear — you pay for API calls, not a platform license. The wall appears when you need operational guarantees: this is a single-maintainer GitHub project with one star, no issue history, and no documented accuracy benchmarks against historical famine events. Teams that need auditable model provenance or SLA-backed uptime will hit that ceiling fast.
FreeOpen SourceAPISelf-hostedVerified Jun 9, 2026
162. Hermes Desktop
Hermes Studio is an open-source, self-hosted dashboard that wraps Hermes Agent in a control plane: task scheduling, multi-agent coordination, memory and skill management, cost tracking, and an approval gate for actions you don't want running unsupervised. The vendor describes it as MIT-licensed with no paid tiers, which means every feature ships without a paywall. The architecture assumes you are already running Hermes Agent locally — Hermes Studio is the interface, not the runtime. Teams that need cloud-hosted infrastructure or agents that run without a local Hermes Agent install will hit that wall immediately.
FreeOpen SourceAPISelf-hostedVerified Jun 9, 2026
163. hermes-desktop
The application handles installation and configuration of Hermes Agent through a desktop interface, which means you're not hand-editing YAML to connect tools or restart sessions. From the same window you manage skills, memory, messaging gateways, and scheduled tasks — the pieces that usually require separate configuration surfaces or CLI literacy. The 278 open issues on the repository signal an active but unpolished project, so expect rough edges on non-standard setups. Teams that need production-grade reliability or multi-user access will hit walls the desktop model was never designed for. This fits a solo developer or small team running a local agent workflow, not an ops team deploying to shared infrastructure.
FreeOpen SourceSelf-hostedVerified Jun 19, 2026
164. HermesBench
OpenResume is a browser-based resume builder and parser that keeps all data local: nothing is sent to a server, no account is required. You fill in a form, the tool renders an ATS-optimized PDF in real time, and you download it. The parser side lets you drop in an existing resume and see exactly how an automated screener will read it — which fields it finds, which it misses. The tool handles one job well. It does not support multiple resume versions with branching tailoring logic, and teams needing bulk generation or API-driven output will find no hooks to connect to.
FreeOpen SourceSelf-hostedVerified Jun 9, 2026
165. Hezo
Hezo runs a hierarchy of agents — CEO, Coach, Captain, workers — each isolated in its own Docker container, with your secrets never passed directly into agent context. Instead, an egress proxy swaps placeholders for real credentials only when the destination host matches an allowed list, and every substitution lands in an append-only audit log. The Coach agent reviews completed work and writes learned rules back onto workers, so repeated mistakes get corrected without you editing prompts by hand. The ceiling appears when you need agents to hit destinations outside the allowed-host list, or when your workflow requires branching logic the org-chart model doesn't express — at that point you're editing configuration that the docs describe but don't walk you through in depth.
FreeOpen SourceAPISelf-hostedVerified Jun 25, 2026
166. Hugging Face Spaces
Orbit acts as a harness around any JSON-speaking coding agent — Claude, Codex, Cursor, or others — running one task per cycle, executing tests and lint checks to decide whether the work advances, and writing structured JSON artifacts for every run. The dependency-aware backlog keeps each task bounded so agents do not drift across scope. Where it breaks: Orbit is intentionally minimal, so teams expecting a hosted dashboard, a GUI, or built-in agent adapters beyond CLI-level integration will build those layers themselves. The artifact trail is machine-readable JSON and a markdown log — useful for audits, not for a non-technical stakeholder who needs a summary.
FreeOpen SourceSelf-hostedVerified Jun 7, 2026
167. Image-to-font-extractor
Feed the CLI an image and a character-order string and it produces a TTF draft, SVG glyphs, a manifest, a trace report, a contact sheet, and a browser preview — everything you need to inspect and install the result. The self-hosted Node package runs locally with no API dependency, so the full pipeline stays in your environment. Where it earns its keep is rapid prototype display fonts and logo lettering experiments, not production body text. Glyph tracing from raster sources carries inherent quality ceilings: curves traced from pixels will need manual cleanup before anything ships to a print or branding deliverable. The vendor's README explicitly flags the codebase as an AI-assisted prototype with potential dead code and magic numbers — audit accordingly.
FreeOpen SourceSelf-hostedVerified Jun 11, 2026
168. Infer0
infer0 sits between your app and the AI provider: users connect their OpenAI, Anthropic, or Google keys, authorize your app via OAuth, and infer0 forwards requests while translating between API formats so your existing SDK calls work unchanged. Your app never touches a key. Spend limits live on the user side, enforced per-provider and per-authorization, revocable in one click. The architecture is passive middleware — no agent logic, no workflow builder — which means it integrates cleanly but covers only the routing and auth layer. If infer0 goes down, your app's requests fail; the docs are explicit: handle that gracefully.
FreeAPIVerified Jun 18, 2026
169. Job Easy Apply
JobEasyApply runs as a browser-based agent that reads your profile, matches it against LinkedIn job postings, generates AI-written answers to application questions, and submits applications without requiring you to touch each form. The agent operates in a loop across multiple postings, making match decisions and filling fields autonomously. It is fully free with no paid tier. The critical constraint is that it is cloud-hosted with no self-hosted option and no API, so your LinkedIn credentials and application behavior run through their infrastructure. Teams with strict data policies or LinkedIn account safety concerns will want to evaluate that trade-off before scaling past casual use.
FreeVerified Jun 9, 2026
170. Judicex
Judicex runs as a local Flask workspace where you ingest official sources and matter files into a SQLite knowledge base, then draft, chat, and run workflow checks against only what you fed it. The LLM answers are bound to that evidence store — the vendor describes this as an 'answer contract that fails closed instead of hallucinating.' You deploy it on your own infrastructure, which means client files never leave your network. The MCP server lets you connect external tools, and JSON workflow packs let you encode firm-specific matter analysis profiles. The ceiling appears when your team grows past a handful of users — multi-tenant auth and SSO are on the roadmap but not yet shipped.
FreeOpen SourceAPISelf-hostedVerified Jun 9, 2026
171. Kage
Kage stores agent learnings as files in your repo, verifies every citation against actual source paths before writing, and injects relevant memory the moment an agent opens a cited file. The `kage pr check` command catches stale memory in the diff review — before it merges. The install path is a single `npx` command, no account or API key required. The tool is early-stage with a GitHub star count in the single digits, so production edge cases, documentation gaps, and missing integrations are realistic risks. Teams with complex agent pipelines or non-git workflows will find the current scope narrow.
FreeSelf-hostedVerified Jun 22, 2026
172. Kami Subs
The pipeline is fixed and local: the browser extension captures tab audio, faster-whisper transcribes it, a translation layer converts it, and the result overlays directly on the video — no API keys, no per-minute billing, no audio leaving the device. It works on YouTube, Twitch, Vimeo, podcasts, and lecture streams, with one hard constraint: DRM-protected content is off-limits. The self-hosted backend means setup requires a working Python environment and a GPU capable of running faster-whisper at acceptable latency — that's a real installation step, not a one-click install. Community activity on the repository is minimal at the time of listing, so expect to self-diagnose when something breaks.
FreeOpen SourceSelf-hostedVerified Jun 1, 2026
173. Kikubot
Each Kikubot container polls one IMAP mailbox, feeds incoming email into an LLM agentic loop with a configured tool set, and replies over SMTP. Multi-agent workflows emerge naturally: a coordinator agent emails specialists, specialists reply, threads become the audit trail. The architecture requires a running mail server, which adds operational surface area before a single agent does anything useful. Teams with no existing mail infrastructure will spend more time on SMTP/IMAP setup than on agent logic. When the email-as-bus metaphor stops fitting — high-frequency tasks, sub-second latency requirements, or webhooks that can't wait for a polling interval — this architecture forces a full redesign.
FreeOpen SourceSelf-hostedVerified Jun 12, 2026
174. Knobkit
The vendor describes a scaffold-to-running-app path measured in seconds, not setup sessions. The core model is intentional minimalism: widgets plus handlers, nothing else wired by default. That constraint is exactly why it works for quick local demos — and exactly why it breaks when a project grows past a single-file scope. No API surface means automation or external orchestration is off the table. Teams that outgrow the single-file model migrate the logic into a conventional TypeScript stack and keep only the widget declarations, if they keep anything.
FreeOpen SourceSelf-hostedVerified Jun 11, 2026
175. KugelAudio
Orbit wraps agent runs in a controlled loop: pick a task from a dependency-ordered backlog, hand it to whichever agent backend you have configured, run tests and lint against the output, and write inspectable JSON artifacts before the task is ever marked complete. If the agent cannot pass the validation gate, the orbit does not close — no silent failures, no optimistic merges. The artifact trail covers what the agent returned, how the run scored against a rubric, and a human-readable recommendation to accept, iterate, or stop. It runs fully self-hosted with no hosted option and no API key required for the replay demo.
FreeOpen SourceSelf-hostedVerified Jun 1, 2026
176. Legioni
The orchestrator receives a plain-language task in opencode, breaks it down, and hands it to a chain of specialist agents — architect, implementer, reviewer, test-strategist — in sequence. Each step feeds the next; the loop closes only when tests pass. The 'lesson promotion' mechanism lets teams encode what they learn into persistent agent behavior, so the same mistake doesn't resurface two projects later. The hard boundary: Legioni runs inside opencode, full stop. If your team is not already on opencode or cannot adopt it, the architecture is irrelevant — there is no standalone path and no API to route through a different runtime.
FreeOpen SourceSelf-hostedVerified Jun 18, 2026
177. Liner Developer Platform
Liner is a free desktop application for Windows and macOS that trains image, text, audio, video, and object detection models without writing code. You import labeled data, press train, and the tool selects an architecture and runs the job locally on your CPU — the vendor states training completes within minutes in most cases. Your data never leaves the machine, which matters for projects under privacy or compliance constraints. The export targets edge and mobile platforms, so the output is usable beyond the desktop. The ceiling arrives fast: there are no knobs to turn on architecture, no API to call from a pipeline, and no route to production at scale without rebuilding elsewhere.
FreeOpen SourceSelf-hostedVerified Jun 25, 2026
178. Llama 3
Llama 3 is a large language model family designed to handle standard NLP workloads—text generation, translation, summarization, and sentiment analysis—across a range of scales. Meta released it as open source, meaning you can download weights, fine-tune locally, or run it on your own infrastructure instead of hitting an API. The catch: while free to use, the model is young relative to Llama 2, and local deployment requires real hardware or cloud credits. For teams building production systems, this trades managed convenience for control and lower long-term marginal costs.
FreeOpen SourceAPISelf-hosted8.2k tokens context$2.65/1M input
179. Llama 4 Scout
Scout carries a 10M token context window, meaning you can feed it an entire codebase or a stack of legal documents in a single pass without chunking pipelines or retrieval hacks. Maverick trades raw context depth for stronger multimodal reasoning, handling interleaved image and text inputs through native early-fusion architecture rather than a bolted-on vision adapter. Both models ship as open weights, downloadable from Hugging Face after license acceptance, with no API bill required if you run them yourself. The ceiling appears at inference: the Mixture-of-Experts architecture demands hardware that most teams do not have sitting idle, and running Scout's full 10M context window in practice requires significant GPU memory that a standard cloud instance will not cover.
FreeOpen SourceAPISelf-hosted131.1k tokens context$0.11/1M inputVerified Jun 4, 2026
180. llama.cpp
llama.cpp is a C/C++ inference engine that runs quantized LLMs entirely on local hardware, from an Apple Silicon laptop to an H100 cluster to a Jetson edge device, using the same binary and the same hand-tuned kernels across all of them. No API keys, no telemetry, no requests leaving the machine. It exposes an OpenAI-compatible server via `llama serve`, which means drop-in compatibility with tooling already pointed at OpenAI endpoints. The ceiling appears when you need the inference engine to do more than infer — there is no planning loop, no tool-calling orchestration, no agent layer built in. Teams building autonomous workflows bolt on a framework on top, which means they are maintaining two systems.
FreeOpen SourceAPISelf-hostedVerified Jun 9, 2026
181. llayer
The core idea is radical reduction: state lives in an append-only .jsonl history file, the context window is a jq stream reducer, and the agent loop is a while loop in bash. Because every component is a standard Unix text pipe, you can slice the history file to rewind agent memory and replay any point — a capability most agent frameworks make architecturally impossible. Debugging is grep and pv, not a proprietary trace viewer. The ceiling appears fast: complex tool chaining or parallel agent coordination does not emerge naturally from a bash pipeline, and teams building anything beyond a single-agent REPL will spend more time fighting shell quoting rules than building product.
FreeOpen SourceSelf-hostedVerified Jun 24, 2026
182. LMCache
The library plugs into vLLM or TGI backends and stores KV cache tensors so that overlapping prompt prefixes — system prompts, document chunks, conversation history — are served from cache on subsequent requests. The vendor states 8–10x latency improvements for prompt caching workloads and 4–10x for RAG queries where the same document chunks appear across requests. The compression and streaming techniques described in the backing research (CacheGen, CacheBlend) are what make cache delivery fast enough to beat recomputation. The ceiling appears when your workload has little prompt overlap — unique user queries with no shared prefix — at which point the cache layer adds infrastructure without meaningful savings.
FreeOpen SourceSelf-hostedVerified Jun 18, 2026
183. Local RAG memory system
The server stores, retrieves, and versions memories using local ChromaDB, so context survives across sessions without touching any cloud service. You run it via Docker or Python, wire it into your MCP client once, and your assistant can recall preferences, project context, or past decisions on demand. Conflict detection flags when an incoming memory update collides with something already stored, so you are not silently overwriting context. The architecture fits solo developers and privacy-focused workflows well — it was built for exactly that. Where it strains: teams expecting multi-user memory sharing or production-grade scaling will find ChromaDB's local single-process model is not the right foundation.
FreeOpen SourceAPISelf-hostedVerified Jun 18, 2026
184. local-deep-research
The tool autonomously plans and executes multi-step research tasks: it queries sources, follows citations, synthesizes findings, and returns results with full attribution — all without a cloud handoff. The vendor reports ~95% on SimpleQA benchmarks using models like Qwen3-27B on a single RTX 3090, which gives you a concrete hardware target. It pulls from 10+ search backends including arXiv, PubMed, and private document collections. Where it breaks: running capable local models demands real GPU headroom, and teams without that hardware will either throttle to weaker models or route queries to cloud LLMs — at which point the privacy guarantee depends entirely on which cloud endpoint they configure. The 109 open issues and 210 open pull requests on GitHub signal an active but fast-moving codebase; production stability requires version pinning.
FreeOpen SourceAPISelf-hostedVerified Jun 9, 2026
185. LocalAI
LocalAI is a self-hosted, MIT-licensed stack that exposes an OpenAI-compatible REST API from your own hardware. Language model inference, image generation, audio, semantic search via LocalRecall, and autonomous agents via LocalAGI all run without a network call leaving your machine. The modular design pulls backends on demand, so you don't install inference engines you don't use. The wall appears at model selection and hardware sizing: you need at least 10GB of RAM and enough disk for the models you want to run, and the quality ceiling is set by what open-weight models can actually do. Teams needing GPT-4-class reasoning on constrained hardware eventually look elsewhere.
FreeOpen SourceAPISelf-hostedVerified Jun 9, 2026
186. LocalCode
Type what you want, get a suggested command, approve it, and it runs — no API key, no network request, no telemetry. All inference runs on Apple Silicon through the Foundation Models framework, which means your file paths, hostnames, and search terms never travel anywhere. The workflow is strictly one-shot: one prompt, one command suggestion, one approval gate. There is no session memory, no chaining, and no multi-step automation. Teams that want anything beyond single-command suggestions will hit the ceiling of what this proof-of-concept was designed to do.
FreeOpen SourceSelf-hostedVerified Jun 11, 2026
187. LocalFlow
The core loop is deliberately small: Orbit selects one dependency-ordered task, hands it to whichever coding agent you wire in, runs tests, lint, and type checks, and only closes the task if the agent can prove the work passed. Every run produces four artifact files — structured result JSON, rubric-scored evaluation, a review recommendation, and a human-readable progress log. That paper trail is what lets you compare two agents on the same task by diffing artifacts instead of re-running demos. The harness runs locally with no API key required for the replay demo, so there is nothing to provision before you can see it work. The ceiling appears fast on non-coding tasks — Orbit is built for code-output validation and nothing else.
FreeOpen SourceSelf-hostedVerified Jun 3, 2026
188. LoopTroop
The tool orchestrates a local pipeline — LLM council planning, an iterative execution loop called Ralph, and OpenCode worktree isolation — designed for multi-file feature work where correctness matters more than turnaround time. Every ticket goes through an interview phase before a line is code is written, resolving ambiguities via adaptive question batches that the vendor describes as intentionally taking over an hour. You review diffs and sign off before anything reaches your main branch. The tradeoff is explicit: LoopTroop is slow by design. Teams treating it as a fast pair-programmer will be frustrated inside the first session.
FreeOpen SourceSelf-hostedVerified Jun 24, 2026
189. MagesticAI
The platform runs a pipeline of specialized agents — Planner, Coder, QA — that hand off work through isolated Git worktrees, so each task gets its own branch and a bad run does not contaminate the main codebase. You monitor execution in real-time through a web UI, which means you are not staring at terminal logs hoping the right thing happened. The vendor describes cross-session knowledge retention, so the system carries context between separate task runs. The architecture supports multiple LLM providers, which means you are not locked to one API when costs shift. At 78 stars and 184 commits, this is early-stage software — community support is thin and the blast radius of an undocumented breaking change falls entirely on your team.
FreeOpen SourceSelf-hostedVerified Jun 9, 2026
190. MandoCode
MandoCode is a .NET CLI agent that reads your project, proposes diffs, and applies changes across files — the full plan-search-edit loop, entirely on your machine. It is built on Semantic Kernel and RazorConsole, which renders a Spectre.Console terminal UI using Razor components and a virtual DOM. The agent is designed around C# and .NET codebases, so the file understanding and diff proposals are tuned for that ecosystem. Web search is available without a key but the vendor states a free Tavily key improves reliability. The ceiling appears when you push outside .NET: community reports on the GitHub page are thin, and the tool's own framing is explicit about its target audience.
FreeOpen SourceSelf-hostedVerified Jun 12, 2026
191. Memex
Orbit runs as a local harness that pulls one dependency-ordered task at a time, hands it to whichever coding agent you configure, then runs your tests, lint, and type checks before recording the result. Every run writes structured JSON artifacts — what the agent returned, how the output scored against a rubric, and a human-readable recommendation to accept, iterate, or stop. The audit trail is durable and replayable without an API key, which makes it usable in air-gapped environments. The tooling is intentionally minimal, so teams building on top of it will write their own adapter glue for agents that do not speak the expected JSON contract. Orbit does not manage the agent itself — it manages what the agent must prove.
FreeOpen SourceSelf-hostedVerified Jun 3, 2026
192. Memharness
The core premise is storing facts, not strings, with two independent time axes: when something became true in the world and when the agent learned it — so querying past agent states is a real query, not archaeology through logs. Everything lives in a single SQLite file, which means the storage layer makes zero LLM or network calls and stays auditable. Recall combines hybrid vector search and full-text search with a source-staleness signal, so older or superseded sources rank down automatically. Where it breaks: the SQLite backend is a hard ceiling for teams expecting distributed writes or high-concurrency production deployments. Teams hitting that ceiling will need to treat memharness as a pattern to port, not a service to scale horizontally.
FreeOpen SourceAPISelf-hostedVerified Jun 19, 2026
193. MemoryOps
The project implements a full memory lifecycle — typed capture, policy evaluation before storage or retrieval, hybrid retrieval combining vector and structured lookup, deletion guarantees, and per-tenant isolation — as a self-hosted governance layer sitting between your AI assistant and whatever storage backends you run. Policy evaluation runs before memory is written or surfaced, which means you can enforce rules about what gets stored rather than cleaning up after the fact. The audit trail is first-class, not a log file bolted on. Where it breaks: this is a governance layer, not a memory provider with managed infrastructure, so your team owns the deployment, the backend wiring, and the operational burden. Early community adoption is thin — the repo reports five stars at the time of writing — which means when you hit an undocumented edge case, you are reading source code, not finding a Stack Overflow answer.
FreeOpen SourceSelf-hostedVerified Jun 22, 2026
194. MemPalace
Orbit wraps agent runs in bounded loops: it selects one dependency-ordered task, hands it to your agent, runs tests and lint and type checks, and only marks work complete if validation passes. Every run produces structured JSON artifacts and a human-readable progress log, so you are reviewing evidence instead of trusting output. The agent-neutral contract means you can swap Claude, Codex, or Cursor behind the same harness and compare structured artifacts across runs. The tool is intentionally small — it handles the validation harness, not the full development lifecycle. Teams with sparse test coverage will find the validation gates have nothing to enforce.
FreeOpen SourceSelf-hostedVerified Jun 8, 2026
195. Microsoft Agent Framework
A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and .NET.
FreeAPISelf-hostedVerified Apr 23, 2026
196. Mimirs
The vendor's own benchmark on a real project shows a prompt that consumed 380K tokens and took ~12 seconds dropping to 91K tokens and ~3 seconds after indexing — a 76% reduction. Mimirs gives Claude Code, Cursor, and compatible MCP clients a persistent, searchable memory layer for your codebase, stored entirely on your machine. It auto-generates a wiki and dependency graphs so your agent navigates structure instead of guessing at it. The ceiling appears on teams whose workflows require cloud sync, multi-machine access, or shared memory across developers — none of which a local-only architecture supports. Those teams end up pairing this with a hosted solution or abandoning it for one.
FreeOpen SourceSelf-hostedVerified Jun 12, 2026
197. Mind-expander
The agent drives the canvas: it can run `npx mind-expander` in the background, load skill integrations, and build guided tours through architecture. You see the same graph the agent is reasoning about, which means review decisions and refactor plans are grounded in actual dependency structure — not the agent's approximation of it. That shared view is the differentiator. The ceiling arrives with language support: Rust and TypeScript are covered, the docs describe more language frontends as planned. Teams whose core services are in Go, Python, or Java will hit that wall on day one.
FreeOpen SourceSelf-hostedVerified Jun 9, 2026
198. Mira
The vendor states Mira hooks into GitHub via a self-hosted GitHub App, fires on every pull request open event, and posts inline comments within a median of 77 seconds — mapping call graphs and dependency blast radius before reading the diff. It flags bugs, auth bypasses, missing awaits, and style drift by reading the repo's own patterns rather than a ruleset you maintain. The self-host path is a single Docker command; the model is swappable via environment variable, so teams running Ollama or a private Anthropic endpoint are equally supported. Where it breaks: teams needing IDE feedback before a PR exists, or wanting issues surfaced in CI pipelines outside GitHub, hit a gap the tool does not currently fill.
FreeOpen SourceSelf-hostedVerified Jun 18, 2026
199. Mistral
Mistral offers a family of large language models ranging from the lightweight Mistral 7B to the more capable Mistral Large, accessible both as open-source downloads and via paid API. The company positions itself as the cost-conscious alternative to ChatGPT and Claude, with a free tier covering basic use cases but throttled requests that frustrate serious users. Pricing for the API starts around $0.14 per million input tokens—roughly one-third OpenAI's rate—making it genuinely cheap at scale. The catch: public API documentation remains sparse, and the free tier's limitations mean you'll likely hit a paywall faster than expected.
FreeOpen SourceAPISelf-hosted32k tokens context$0.15/1M input
200. Mistral Large 2
Mistral Large 2 is a general-purpose language model trained to handle complex reasoning, code generation, and multilingual work at the scale enterprises need. It's free to use via API or self-host, sits in the same performance tier as proprietary models from OpenAI and Anthropic, and can ingest documents up to 128,000 tokens long. The core trade-off: it has a knowledge cutoff earlier than competitors and lacks serious vision capabilities, making it less suitable for tasks requiring current events or image understanding. For teams optimizing on cost and reasoning quality rather than breadth of modalities, it's a genuine alternative to paid tiers.
FreeOpen SourceAPISelf-hosted262.1k tokens context$0.5/1M inputVerified Apr 8, 2026
Listings on this page are sourced and verified by the AIDiveForge data pipeline. AIDiveForge is editorially independent — no money changes hands for inclusion.