<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>exxperts — The AI Toolchain</title>
    <link>https://aitoolchain.io/tools/exxperts</link>
    <description>New releases and features in exxperts, tracked by The AI Toolchain.</description>
    <language>en</language>
    <lastBuildDate>Mon, 31 Aug 2026 03:30:04 GMT</lastBuildDate>
    <atom:link href="https://aitoolchain.io/tools/exxperts/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>exxperts v0.11.0</title>
      <link>https://github.com/EXXETA/exxperts/releases/tag/v0.11.0</link>
      <guid isPermaLink="true">https://github.com/EXXETA/exxperts/releases/tag/v0.11.0</guid>
      <pubDate>Mon, 31 Aug 2026 03:30:04 GMT</pubDate>
      <description>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.
• 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`.</description>
    </item>
    <item>
      <title>exxperts v0.10.0</title>
      <link>https://github.com/EXXETA/exxperts/releases/tag/v0.10.0</link>
      <guid isPermaLink="true">https://github.com/EXXETA/exxperts/releases/tag/v0.10.0</guid>
      <pubDate>Wed, 19 Aug 2026 06:45:48 GMT</pubDate>
      <description>Exxperts v0.10.0 ships self-contained desktop and server archives with bundled Node runtime, signed binaries for macOS and Windows.
• 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`.</description>
    </item>
    <item>
      <title>exxperts v0.9.0</title>
      <link>https://github.com/EXXETA/exxperts/releases/tag/v0.9.0</link>
      <guid isPermaLink="true">https://github.com/EXXETA/exxperts/releases/tag/v0.9.0</guid>
      <pubDate>Fri, 14 Aug 2026 08:46:04 GMT</pubDate>
      <description>exxperts v0.9.0 ships self-contained desktop and server bundles for Windows, macOS, and Linux — no Node, npm, or Git required.
• 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`.</description>
    </item>
    <item>
      <title>exxperts v0.8.0</title>
      <link>https://github.com/EXXETA/exxperts/releases/tag/v0.8.0</link>
      <guid isPermaLink="true">https://github.com/EXXETA/exxperts/releases/tag/v0.8.0</guid>
      <pubDate>Thu, 30 Jul 2026 03:15:20 GMT</pubDate>
      <description>Exxperts v0.8.0 ships self-contained desktop and server archives with vendored Node runtime — no Node, npm, or Git required.
• 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).</description>
    </item>
  </channel>
</rss>
