Heads up This site is currently under heavy development.
← all tools
◆ AI Agent Frameworks

exxperts

v0.11.0 open-source

Local-first AI agents with governed, approval-gated memory. Any model provider; MCP tools and web search built in. Nothing remembered without your say-so, nothing leaves your machine.

Summary

exxperts is an open-source ai-agent-framework that provides local-first agents with governed, approval-gated memory, accessible via a desktop application for macOS, Windows, and Linux. It is written under the Apache 2.0 license and is intended for practitioners who require memory control without data leaving their machine. The project has released 10 items in the tracking window and saw its last release this week.

Local-first AI agents with governed, approval-gated memory. Any model provider; MCP tools and web search built in. Nothing remembered without your say-so, nothing leaves your machine.

What exxperts answers

Does it require specific installation steps beyond running the desktop application?

the application is available as a download, and usage involves connecting an AI provider within the GUI.

What kinds of external tools can it interact with?

it includes built-in support for MCP tools and web search.

Can I change the level of memory retention?

memory requires explicit approval before saving.

Does it rely on code execution within the environment?

it operates through a desktop application interface.

Release history

  1. v0.11.0 Aug 31, 2026 · issue 012

    Exxperts v0.11.0 ships self-contained desktop and server archives with a vendored Node runtime — no Node, npm, or Git required on target machines.

    └──▷ GET THIS VERSION
    $ git clone --branch v0.11.0 https://github.com/EXXETA/exxperts.git
    # already have the repo? check out this version:
    $ git checkout v0.11.0
    └──▷ TRY IT
    Verify the integrity of a downloaded archive before deploying to a machine without Node or Git.
    $ shasum -a 256 --ignore-missing -c SHA256SUMS.txt
    • Adds signed, self-contained desktop app builds (window + tray around a local server) for Windows x64 (exxperts-desktop-0.11.0-win-x64.zip, exxperts-setup-0.11.0.exe) and macOS Apple Silicon (exxperts-desktop-0.11.0-mac-arm64.dmg) — macOS build is Apple-notarized, Windows binaries are publisher-signed by Exxeta AG, eliminating unknown-publisher prompts on first launch.
    • Adds self-contained exxperts server archives for Windows x64 (exxperts-0.11.0-win-x64.zip), macOS Apple Silicon (exxperts-0.11.0-darwin-arm64.tar.gz), and Linux x64 (exxperts-0.11.0-linux-x64.tar.gz) — no Node, npm, or Git installation needed on target machines.
    • Adds versionless download aliases (exxperts-desktop-mac-arm64.dmg, exxperts-setup-win-x64.exe, etc.) so releases/latest/download links always resolve to the newest release.
    • Adds SHA256SUMS.txt with per-archive checksums computed in CI from the tagged commit, verifiable via shasum -a 256 --ignore-missing -c SHA256SUMS.txt.
  2. v0.10.0 Aug 19, 2026 · issue 004

    Exxperts v0.10.0 ships self-contained desktop and server archives with bundled Node runtime, signed binaries for macOS and Windows.

    └──▷ GET THIS VERSION
    $ git clone --branch v0.10.0 https://github.com/EXXETA/exxperts.git
    # already have the repo? check out this version:
    $ git checkout v0.10.0
    • Adds signed, self-contained desktop app builds (exxperts-setup-0.10.0.exe, exxperts-desktop-0.10.0-win-x64.zip, exxperts-desktop-0.10.0-mac-arm64.dmg) that bundle a vendored Node runtime — no Node, npm, or Git required on the target machine.
    • macOS desktop builds are Apple-notarized and Windows binaries are publisher-signed by Exxeta AG, eliminating unknown-publisher prompts on first launch.
    • Adds server-mode archives (exxperts-0.10.0-win-x64.zip, exxperts-0.10.0-darwin-arm64.tar.gz, exxperts-0.10.0-linux-x64.tar.gz) exposing the exxperts command for terminal use or one-line installers.
    • Publishes SHA256SUMS.txt with checksums for all archives, verifiable via shasum -a 256 --ignore-missing -c SHA256SUMS.txt.
  3. v0.9.0 Aug 14, 2026 · issue 004

    exxperts v0.9.0 ships self-contained desktop and server bundles for Windows, macOS, and Linux — no Node, npm, or Git required.

    └──▷ GET THIS VERSION
    $ git clone --branch v0.9.0 https://github.com/EXXETA/exxperts.git
    # already have the repo? check out this version:
    $ git checkout v0.9.0
    • Adds signed, self-contained desktop app (window + tray) for Windows x64 (exxperts-setup-0.9.0.exe installer and exxperts-desktop-0.9.0-win-x64.zip portable) and macOS Apple Silicon (exxperts-desktop-0.9.0-mac-arm64.dmg) — macOS build is Apple-notarized, Windows binaries are publisher-signed by Exxeta AG, eliminating unknown-publisher prompts on first launch.
    • Adds standalone exxperts server command archives for Windows x64 (exxperts-0.9.0-win-x64.zip), macOS Apple Silicon (exxperts-0.9.0-darwin-arm64.tar.gz), and Linux x64 (exxperts-0.9.0-linux-x64.tar.gz), each bundling a vendored Node runtime so no local toolchain is needed.
    • Adds versionless asset aliases (e.g. exxperts-desktop-mac-arm64.dmg, exxperts-setup-win-x64.exe) so releases/latest/download links always resolve to the newest release.
    • Publishes SHA256SUMS.txt with CI-computed checksums for all archives, verifiable with shasum -a 256 --ignore-missing -c SHA256SUMS.txt.
  4. v0.8.0 Jul 30, 2026 · issue 004

    Exxperts v0.8.0 ships self-contained desktop and server archives with vendored Node runtime — no Node, npm, or Git required.

    └──▷ GET THIS VERSION
    $ git clone --branch v0.8.0 https://github.com/EXXETA/exxperts.git
    # already have the repo? check out this version:
    $ git checkout v0.8.0
    • Adds signed, self-contained desktop app builds (window + tray) for Windows x64 (exxperts-desktop-0.8.0-win-x64.zip, exxperts-setup-0.8.0.exe) and macOS Apple Silicon (exxperts-desktop-0.8.0-mac-arm64.dmg) — macOS build is Apple-notarized, Windows binaries are publisher-signed by Exxeta AG, eliminating unknown-publisher prompts on first launch.
    • Adds server-only (exxperts command) archives for Windows x64 (exxperts-0.8.0-win-x64.zip), macOS Apple Silicon (exxperts-0.8.0-darwin-arm64.tar.gz), and Linux x64 (exxperts-0.8.0-linux-x64.tar.gz) for terminal use or one-line installer workflows.
    • Bundles a vendored Node runtime in all archives so the tool runs on a target machine with no Node, npm, or Git installed.
    • Ships SHA256SUMS.txt with checksums for all archives, verifiable via shasum -a 256 --ignore-missing -c SHA256SUMS.txt (or Get-FileHash on Windows PowerShell).
my-toolchain — 0 tools
paste an install list to detect your tools

A brew list, a Brewfile, requirements.txt, a Dockerfile — or just the product names, free-form. Nothing leaves your browser.

    browse all tools →