Skip to content

Automatic updates - #1471

Merged
bastianeicher merged 14 commits into
masterfrom
automatic-updates
Sep 7, 2026
Merged

Automatic updates#1471
bastianeicher merged 14 commits into
masterfrom
automatic-updates

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Automatic updates generated by 0watch scripts

apps.0install.net added 14 commits September 7, 2026 06:57
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface https://docs.0install.net/specifications/feed.xsd http://0install.de/schema/desktop-integration/capabilities https://docs.0install.net/specifications/capabilities.xsd" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>Apache Ant</name>
  <summary xml:lang="en">pure Java build tool</summary>
  <icon href="https://apps.0install.net/java/ant.png" type="image/png" />
  <category>Development</category>
  <homepage>http://ant.apache.org/</homepage>
  <needs-terminal />
  <feed-for interface="https://apps.0install.net/java/ant.xml" />
  <group license="Apache-2.0">
    <environment name="ANT_HOME" insert="" mode="replace" />
    <command name="run">
      <runner interface="https://apps.0install.net/java/jdk.xml" command="java">
        <for-each item-from="ANT_OPTS" separator=" ">
          <arg>$item</arg>
        </for-each>
        <arg>-classpath</arg>
        <arg>$ANT_HOME/lib/ant-launcher.jar</arg>
        <arg>-Dant.home=$ANT_HOME</arg>
        <arg>org.apache.tools.ant.launch.Launcher</arg>
      </runner>
    </command>
    <implementation version="1.10.18" released="2026-09-06" stability="stable" id="sha256new_SUAUPDKRBB375YX6R7CXD3D4VVACP7PMOJG4I4IUQER7OP25MQIA">
      <manifest-digest sha256new="SUAUPDKRBB375YX6R7CXD3D4VVACP7PMOJG4I4IUQER7OP25MQIA" />
      <archive href="http://archive.apache.org/dist/ant/binaries/apache-ant-1.10.18-bin.tar.gz" size="7133405" type="application/x-compressed-tar" extract="apache-ant-1.10.18" />
    </implementation>
  </group>
</interface>
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface https://docs.0install.net/specifications/feed.xsd http://0install.de/schema/desktop-integration/capabilities https://docs.0install.net/specifications/capabilities.xsd" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>Bun</name>
  <summary xml:lang="en">fast all-in-one JavaScript runtime, bundler, test runner and package manager</summary>
  <description xml:lang="en">Bun is an all-in-one toolkit for JavaScript and TypeScript apps. It ships as a single executable called bun and includes a fast JavaScript runtime (a drop-in replacement for Node.js), a bundler, a test runner, and a Node.js-compatible package manager.</description>
  <icon href="https://apps.0install.net/javascript/bun.png" type="image/png" />
  <icon href="https://apps.0install.net/javascript/bun.ico" type="image/vnd.microsoft.icon" />
  <category>Development</category>
  <homepage>https://bun.sh/</homepage>
  <needs-terminal />
  <feed-for interface="https://apps.0install.net/javascript/bun.xml" />
  <group license="MIT">
    <command name="run" path="bun" />
    <implementation arch="Linux-x86_64" version="1.4.2" released="2026-09-05" stability="stable" id="sha256new_5U2L3G3VIEUFXHGOGXXULQYXDTIAUH773PZ6MBQI5RUPTRFN3QUA">
      <manifest-digest sha256new="5U2L3G3VIEUFXHGOGXXULQYXDTIAUH773PZ6MBQI5RUPTRFN3QUA" />
      <archive href="https://github.com/oven-sh/bun/releases/download/bun-v1.4.2/bun-linux-x64.zip" size="36646985" type="application/zip" extract="bun-linux-x64" />
    </implementation>
    <implementation arch="Linux-aarch64" version="1.4.2" released="2026-09-05" stability="stable" id="sha256new_IMTCUDSSDL6UWJFE5MUXCBJPTEZ3LWZZ4MNBCZHLAOMCETMYOZDQ">
      <manifest-digest sha256new="IMTCUDSSDL6UWJFE5MUXCBJPTEZ3LWZZ4MNBCZHLAOMCETMYOZDQ" />
      <archive href="https://github.com/oven-sh/bun/releases/download/bun-v1.4.2/bun-linux-aarch64.zip" size="36602920" type="application/zip" extract="bun-linux-aarch64" />
    </implementation>
    <implementation arch="Darwin-x86_64" version="1.4.2" released="2026-09-05" stability="stable" id="sha256new_HLSIYBNXWHHQJV2DMW4SFSGEQS5FUHHC665UBCGILSC5I6EWKRSQ">
      <manifest-digest sha256new="HLSIYBNXWHHQJV2DMW4SFSGEQS5FUHHC665UBCGILSC5I6EWKRSQ" />
      <archive href="https://github.com/oven-sh/bun/releases/download/bun-v1.4.2/bun-darwin-x64.zip" size="28440507" type="application/zip" extract="bun-darwin-x64" />
    </implementation>
    <implementation arch="Darwin-aarch64" version="1.4.2" released="2026-09-05" stability="stable" id="sha256new_YEEKT2TVAGGI4GTGYWNWQP3ZO7JW2MAANA2XYEFLVIMZTMM5YI6Q">
      <manifest-digest sha256new="YEEKT2TVAGGI4GTGYWNWQP3ZO7JW2MAANA2XYEFLVIMZTMM5YI6Q" />
      <archive href="https://github.com/oven-sh/bun/releases/download/bun-v1.4.2/bun-darwin-aarch64.zip" size="25377591" type="application/zip" extract="bun-darwin-aarch64" />
    </implementation>
  </group>
  <group license="MIT">
    <command name="run" path="bun.exe" />
    <implementation arch="Windows-x86_64" version="1.4.2" released="2026-09-05" stability="stable" id="sha256new_Y4NU73APLQODOGWY7UQZSH4PYAJRHLFBAI3J24WKZEOC3JSE2VRA">
      <manifest-digest sha256new="Y4NU73APLQODOGWY7UQZSH4PYAJRHLFBAI3J24WKZEOC3JSE2VRA" />
      <archive href="https://github.com/oven-sh/bun/releases/download/bun-v1.4.2/bun-windows-x64.zip" size="39807510" type="application/zip" extract="bun-windows-x64" />
    </implementation>
    <implementation arch="Windows-aarch64" version="1.4.2" released="2026-09-05" stability="stable" id="sha256new_SQ3N54ZNGPEQLGLCDZKLMULHWK3MQ3JIYHWLOWLB2BBBDOSTAURQ">
      <manifest-digest sha256new="SQ3N54ZNGPEQLGLCDZKLMULHWK3MQ3JIYHWLOWLB2BBBDOSTAURQ" />
      <archive href="https://github.com/oven-sh/bun/releases/download/bun-v1.4.2/bun-windows-aarch64.zip" size="36330062" type="application/zip" extract="bun-windows-aarch64" />
    </implementation>
  </group>
</interface>
<?xml version="1.0"?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>diagrams.net - Linux builds</name>
  <summary>diagramming and whiteboarding app</summary>
  <description>diagrams.net, formerly known as draw.io, is a diagramming and whiteboarding app</description>
  <icon href="https://apps.0install.net/gui/drawio.png" type="image/png"/>
  <category>Graphics</category>
  <category>VectorGraphics</category>
  <homepage>https://www.diagrams.net/</homepage>

  <feed-for interface="https://apps.0install.net/gui/drawio-linux.xml"/>

  <group license="Apache-2.0">
    <command name="run" path="opt/drawio/drawio"/>

    <implementation arch="Linux-x86_64" released="2026-09-06" stability="stable" version="31.4.4" id="sha1new=bcdaff435852c00542929b2b3852976867f5f7b0">
      <manifest-digest sha256new="OI5RTRIKSU7TTQ265X7NSQ2J2KF7DJTIITNSSDKUDVUIZBJJDE5Q"/>
      <archive href="https://github.com/jgraph/drawio-desktop/releases/download/v31.4.4/drawio-amd64-31.4.4.deb" type="application/x-deb" size="135794932"/>
    </implementation>
  </group>
</interface>
<?xml version="1.0"?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>diagrams.net - macOS builds</name>
  <summary>diagramming and whiteboarding app</summary>
  <description>diagrams.net, formerly known as draw.io, is a diagramming and whiteboarding app</description>
  <icon href="https://apps.0install.net/gui/drawio.png" type="image/png"/>
  <icon href="https://apps.0install.net/gui/drawio.icns" type="image/x-icns"/>
  <category>Graphics</category>
  <category>VectorGraphics</category>
  <homepage>https://www.diagrams.net/</homepage>

  <feed-for interface="https://apps.0install.net/gui/drawio-macos.xml"/>

  <group license="Apache-2.0">
    <command name="run" path="draw.io.app/Contents/MacOS/draw.io"/>

    <implementation arch="MacOSX-x86_64" released="2026-09-06" stability="stable" version="31.4.4" id="sha1new=d96aad6b48cdbdc8bbcb8c47ef670f598d5acd00">
      <manifest-digest sha256new="7XLZ3ORBTN7WWUOJTXLKSCMU2IQ4LGC4E2AVDQWBKLF3PMSKVYXQ"/>
      <archive href="https://github.com/jgraph/drawio-desktop/releases/download/v31.4.4/draw.io-x64-31.4.4.dmg" type="application/x-apple-diskimage" size="178691563"/>
    </implementation>
    <implementation arch="MacOSX-aarch64" released="2026-09-06" stability="stable" version="31.4.4" id="sha1new=3ea3fa79da1ec0a4a9c2885259f43813181a8fec">
      <manifest-digest sha256new="ZOHOKIYFYY6WU2QLIYMNQQMQ6VOANO4FQMYURJXE7RMIZOCZMAEQ"/>
      <archive href="https://github.com/jgraph/drawio-desktop/releases/download/v31.4.4/draw.io-arm64-31.4.4.dmg" type="application/x-apple-diskimage" size="171929643"/>
    </implementation>
  </group>
</interface>
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface https://docs.0install.net/specifications/feed.xsd http://0install.de/schema/desktop-integration/capabilities https://docs.0install.net/specifications/capabilities.xsd" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>diagrams.net - Windows builds</name>
  <summary xml:lang="en">diagramming and whiteboarding app</summary>
  <description xml:lang="en">diagrams.net, formerly known as draw.io, is a diagramming and whiteboarding app</description>
  <icon href="https://apps.0install.net/gui/drawio.png" type="image/png" />
  <category>Graphics</category>
  <category>VectorGraphics</category>
  <homepage>https://www.diagrams.net/</homepage>
  <feed-for interface="https://apps.0install.net/gui/drawio-windows.xml" />
  <group license="Apache-2.0">
    <command name="run" path="draw.io.exe" />
    <implementation arch="Windows-x86_64" version="31.4.4" released="2026-09-06" stability="stable" id="sha256new_TT7SFWWYJ7U7FSBHW3TBUH54R6UHNZIIE7WENQJR6YEO6SOMQFBQ">
      <manifest-digest sha256new="TT7SFWWYJ7U7FSBHW3TBUH54R6UHNZIIE7WENQJR6YEO6SOMQFBQ" />
      <archive href="https://github.com/jgraph/drawio-desktop/releases/download/v31.4.4/draw.io-31.4.4.msi" size="162435072" type="application/x-msi" extract="SourceDir\draw.io" />
    </implementation>
  </group>
</interface>
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface https://docs.0install.net/specifications/feed.xsd http://0install.de/schema/desktop-integration/capabilities https://docs.0install.net/specifications/capabilities.xsd" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>grpc-health-probe</name>
  <summary xml:lang="en">command-line tool to check health of gRPC services</summary>
  <description xml:lang="en">grpc_health_probe allows you to query health of gRPC services that expose their status through the gRPC Health Checking Protocol.</description>
  <category>Development</category>
  <homepage>https://github.com/grpc-ecosystem/grpc-health-probe</homepage>
  <needs-terminal />
  <feed-for interface="https://apps.0install.net/protobuf/grpc-health-probe.xml" />
  <group license="Apache-2.0">
    <command name="run" path="grpc_health_probe" />
    <implementation arch="Linux-x86_64" version="0.4.57" released="2026-09-05" stability="stable" id="sha256new_FCRGDHLNYLLXY7MRAGB43H2R5YX5RVGTHQITYHZE3WDU5ANSJIAQ">
      <manifest-digest sha256new="FCRGDHLNYLLXY7MRAGB43H2R5YX5RVGTHQITYHZE3WDU5ANSJIAQ" />
      <file href="https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.57/grpc_health_probe-linux-amd64" size="14076880" dest="grpc_health_probe" executable="true" />
    </implementation>
    <implementation arch="Linux-i486" version="0.4.57" released="2026-09-05" stability="stable" id="sha256new_3K5C4RCFZYXWWQIXHLUILDVPGGKTLQ7YLLTXZEYEH4NNQWXMUC5Q">
      <manifest-digest sha256new="3K5C4RCFZYXWWQIXHLUILDVPGGKTLQ7YLLTXZEYEH4NNQWXMUC5Q" />
      <file href="https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.57/grpc_health_probe-linux-386" size="13363502" dest="grpc_health_probe" executable="true" />
    </implementation>
    <implementation arch="Linux-armv7l" version="0.4.57" released="2026-09-05" stability="stable" id="sha256new_ZSI7SNXZVRLSHWYFF2S6TUNHY2EDD5WZ6F75OM32OB2UNWYVQLFA">
      <manifest-digest sha256new="ZSI7SNXZVRLSHWYFF2S6TUNHY2EDD5WZ6F75OM32OB2UNWYVQLFA" />
      <file href="https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.57/grpc_health_probe-linux-arm" size="13328405" dest="grpc_health_probe" executable="true" />
    </implementation>
    <implementation arch="Linux-aarch64" version="0.4.57" released="2026-09-05" stability="stable" id="sha256new_KL7WFCFS7WLDY3DVNJRT6V3GTCMGQVC34BJEN2ZFH5XBOQ4TFQIA">
      <manifest-digest sha256new="KL7WFCFS7WLDY3DVNJRT6V3GTCMGQVC34BJEN2ZFH5XBOQ4TFQIA" />
      <file href="https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.57/grpc_health_probe-linux-arm64" size="13270788" dest="grpc_health_probe" executable="true" />
    </implementation>
    <implementation arch="Linux-ppc64" version="0.4.57" released="2026-09-05" stability="stable" id="sha256new_FSOP4T2ENBSBK3XPOOA3FW3DZMOVXJEU6CMI5OBSQNZSWTDLUCRA">
      <manifest-digest sha256new="FSOP4T2ENBSBK3XPOOA3FW3DZMOVXJEU6CMI5OBSQNZSWTDLUCRA" />
      <file href="https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.57/grpc_health_probe-linux-ppc64le" size="13893292" dest="grpc_health_probe" executable="true" />
    </implementation>
    <implementation arch="Darwin-x86_64" version="0.4.57" released="2026-09-05" stability="stable" id="sha256new_DU3HRI7DHDZ5HWXCKPO6MSWQOHVMOEQTYIYG4QQ743XS35R4VBHA">
      <manifest-digest sha256new="DU3HRI7DHDZ5HWXCKPO6MSWQOHVMOEQTYIYG4QQ743XS35R4VBHA" />
      <file href="https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.57/grpc_health_probe-darwin-amd64" size="14216464" dest="grpc_health_probe" executable="true" />
    </implementation>
    <implementation arch="Darwin-aarch64" version="0.4.57" released="2026-09-05" stability="stable" id="sha256new_4VWN6KO6ZK3GL7XHO6FDGHI4CUK25CRJTQUCU32WICOP6PI5NZDA">
      <manifest-digest sha256new="4VWN6KO6ZK3GL7XHO6FDGHI4CUK25CRJTQUCU32WICOP6PI5NZDA" />
      <file href="https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.57/grpc_health_probe-darwin-arm64" size="13425506" dest="grpc_health_probe" executable="true" />
    </implementation>
  </group>
  <group license="Apache-2.0">
    <command name="run" path="grpc_health_probe.exe" />
    <implementation arch="Windows-x86_64" version="0.4.57" released="2026-09-05" stability="stable" id="sha256new_KUNI2N6JDMSWBPYEPYXWTILHJBBNNNLPAWNAXT7J4KI2KHHHQJDQ">
      <manifest-digest sha256new="KUNI2N6JDMSWBPYEPYXWTILHJBBNNNLPAWNAXT7J4KI2KHHHQJDQ" />
      <file href="https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.57/grpc_health_probe-windows-amd64.exe" size="14615552" dest="grpc_health_probe.exe" />
    </implementation>
    <implementation arch="Windows-aarch64" version="0.4.57" released="2026-09-05" stability="stable" id="sha256new_2GXLSNJNHD4SJB6Y6BRPJDLGDKMZETLSPXYFHV4PORAXMCBM27BQ">
      <manifest-digest sha256new="2GXLSNJNHD4SJB6Y6BRPJDLGDKMZETLSPXYFHV4PORAXMCBM27BQ" />
      <file href="https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.57/grpc_health_probe-windows-arm64.exe" size="13537792" dest="grpc_health_probe.exe" />
    </implementation>
  </group>
</interface>
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface https://docs.0install.net/specifications/feed.xsd http://0install.de/schema/desktop-integration/capabilities https://docs.0install.net/specifications/capabilities.xsd" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>ImageMagick</name>
  <summary xml:lang="en">create, edit, compose, or convert bitmap images</summary>
  <description xml:lang="en">ImageMagick can read and write images in a variety of formats (over 200) including PNG, JPEG, GIF, HEIC, TIFF, DPX, EXR, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.</description>
  <icon href="https://apps.0install.net/utils/imagemagick.png" type="image/png" />
  <icon href="https://apps.0install.net/utils/imagemagick.ico" type="image/vnd.microsoft.icon" />
  <category>Graphics</category>
  <category>RasterGraphics</category>
  <homepage>https://imagemagick.org/</homepage>
  <needs-terminal />
  <feed-for interface="https://apps.0install.net/utils/imagemagick.xml" />
  <group arch="Linux-x86_64" license="ImageMagick">
    <command name="run" path="magick" />
    <implementation version="7.1.2-31" released="2026-09-03" stability="stable" id="sha256new_TIQEYHOB3HXKOOCX3VONB7BAQFUOAFAJZRUNGKTH3TOWTNUQNTHA">
      <manifest-digest sha256new="TIQEYHOB3HXKOOCX3VONB7BAQFUOAFAJZRUNGKTH3TOWTNUQNTHA" />
      <file href="https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-31/ImageMagick-7.1.2-31-gcc-x86_64.AppImage" size="33315320" dest="magick" executable="true" />
    </implementation>
  </group>
  <group license="ImageMagick">
    <environment name="MAGICK_HOME" insert="." />
    <command name="run" path="magick.exe" />
    <command name="compare" path="compare.exe" />
    <command name="composite" path="composite.exe" />
    <command name="conjure" path="conjure.exe" />
    <command name="identify" path="identify.exe" />
    <command name="mogrify" path="mogrify.exe" />
    <command name="montage" path="montage.exe" />
    <command name="stream" path="stream.exe" />
    <implementation arch="Windows-x86_64" version="7.1.2-31" released="2026-09-03" stability="stable" id="sha256new_Z6QJIC2QXPISUOJOSOAOYP3F4QFXAU36X3PKUXMZBU7LANXEJ3JQ">
      <manifest-digest sha256new="Z6QJIC2QXPISUOJOSOAOYP3F4QFXAU36X3PKUXMZBU7LANXEJ3JQ" />
      <archive href="https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-31/ImageMagick-7.1.2-31-portable-Q16-x64.7z" size="11739115" type="application/x-7z-compressed" />
    </implementation>
    <implementation arch="Windows-i486" version="7.1.2-31" released="2026-09-03" stability="stable" id="sha256new_4ZXIA7N5RFRXNKXCEO2A6XI3V3EANLRIRTLU5KLK5JR4O2DVLPVA">
      <manifest-digest sha256new="4ZXIA7N5RFRXNKXCEO2A6XI3V3EANLRIRTLU5KLK5JR4O2DVLPVA" />
      <archive href="https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-31/ImageMagick-7.1.2-31-portable-Q16-x86.7z" size="10074542" type="application/x-7z-compressed" />
    </implementation>
    <implementation arch="Windows-aarch64" version="7.1.2-31" released="2026-09-03" stability="stable" id="sha256new_A4N4HOXSQRPX46L62OJGBZYP26YLTFB3ZEEKNVESIIGH2OFGJY5Q">
      <manifest-digest sha256new="A4N4HOXSQRPX46L62OJGBZYP26YLTFB3ZEEKNVESIIGH2OFGJY5Q" />
      <archive href="https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-31/ImageMagick-7.1.2-31-portable-Q16-arm64.7z" size="12220794" type="application/x-7z-compressed" />
    </implementation>
  </group>
</interface>
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface https://docs.0install.net/specifications/feed.xsd http://0install.de/schema/desktop-integration/capabilities https://docs.0install.net/specifications/capabilities.xsd" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>lazygit</name>
  <summary xml:lang="en">simple terminal UI for git commands</summary>
  <description xml:lang="en">A simple terminal UI for git commands, written in Go with the gocui library. It makes staging, committing, branching, rebasing, stashing and other common git operations fast and intuitive.</description>
  <category>Development</category>
  <homepage>https://github.com/jesseduffield/lazygit</homepage>
  <needs-terminal />
  <feed-for interface="https://apps.0install.net/devel/lazygit.xml" />
  <group license="MIT">
    <command name="run" path="lazygit" />
    <implementation arch="Linux-x86_64" version="0.65.0" released="2026-09-05" stability="stable" id="sha256new_QZKB7L7TBYE7H45EZWC2EONJBYEH5ZW53H7FRNRNRENCY7B7E4SQ">
      <manifest-digest sha256new="QZKB7L7TBYE7H45EZWC2EONJBYEH5ZW53H7FRNRNRENCY7B7E4SQ" />
      <archive href="https://github.com/jesseduffield/lazygit/releases/download/v0.65.0/lazygit_0.65.0_linux_x86_64.tar.gz" size="6986569" type="application/x-compressed-tar" />
    </implementation>
    <implementation arch="Linux-i386" version="0.65.0" released="2026-09-05" stability="stable" id="sha256new_GQVC6IMBHBCELRME7GNHJYJRY2C6F46JBNPZIKNYSG3MHZLCDDSA">
      <manifest-digest sha256new="GQVC6IMBHBCELRME7GNHJYJRY2C6F46JBNPZIKNYSG3MHZLCDDSA" />
      <archive href="https://github.com/jesseduffield/lazygit/releases/download/v0.65.0/lazygit_0.65.0_linux_32-bit.tar.gz" size="6613486" type="application/x-compressed-tar" />
    </implementation>
    <implementation arch="Linux-armv6l" version="0.65.0" released="2026-09-05" stability="stable" id="sha256new_PXRVORK4WZ5FP6FCMV76KVC4U2EQ7T2FNLPRGHN7QIZENZKZAT7Q">
      <manifest-digest sha256new="PXRVORK4WZ5FP6FCMV76KVC4U2EQ7T2FNLPRGHN7QIZENZKZAT7Q" />
      <archive href="https://github.com/jesseduffield/lazygit/releases/download/v0.65.0/lazygit_0.65.0_linux_armv6.tar.gz" size="6599002" type="application/x-compressed-tar" />
    </implementation>
    <implementation arch="Linux-aarch64" version="0.65.0" released="2026-09-05" stability="stable" id="sha256new_FJOCHBQVYELLMJWGHR43GGHGJY2ANA77HQUKXQ6RPU6NCRXHCEXQ">
      <manifest-digest sha256new="FJOCHBQVYELLMJWGHR43GGHGJY2ANA77HQUKXQ6RPU6NCRXHCEXQ" />
      <archive href="https://github.com/jesseduffield/lazygit/releases/download/v0.65.0/lazygit_0.65.0_linux_arm64.tar.gz" size="6326137" type="application/x-compressed-tar" />
    </implementation>
    <implementation arch="Darwin-x86_64" version="0.65.0" released="2026-09-05" stability="stable" id="sha256new_N7OTUEJGNB4T7PA7RFJE5QSBSRCOCHPEYA2C22RMI7DA3UGHESPA">
      <manifest-digest sha256new="N7OTUEJGNB4T7PA7RFJE5QSBSRCOCHPEYA2C22RMI7DA3UGHESPA" />
      <archive href="https://github.com/jesseduffield/lazygit/releases/download/v0.65.0/lazygit_0.65.0_darwin_x86_64.tar.gz" size="7101244" type="application/x-compressed-tar" />
    </implementation>
    <implementation arch="Darwin-aarch64" version="0.65.0" released="2026-09-05" stability="stable" id="sha256new_6FAFIN7MHNLVT6VSMNBCZB7UMJWX4A3HZGP2D2FYIMFHXFLC2OOQ">
      <manifest-digest sha256new="6FAFIN7MHNLVT6VSMNBCZB7UMJWX4A3HZGP2D2FYIMFHXFLC2OOQ" />
      <archive href="https://github.com/jesseduffield/lazygit/releases/download/v0.65.0/lazygit_0.65.0_darwin_arm64.tar.gz" size="6596776" type="application/x-compressed-tar" />
    </implementation>
  </group>
  <group license="MIT">
    <command name="run" path="lazygit.exe" />
    <implementation arch="Windows-x86_64" version="0.65.0" released="2026-09-05" stability="stable" id="sha256new_M7Z2JI5GKN45IKICON6Q6YNTPUUW4OVNRTZGTHAM53IVUBKKH4DQ">
      <manifest-digest sha256new="M7Z2JI5GKN45IKICON6Q6YNTPUUW4OVNRTZGTHAM53IVUBKKH4DQ" />
      <archive href="https://github.com/jesseduffield/lazygit/releases/download/v0.65.0/lazygit_0.65.0_windows_x86_64.zip" size="7219113" type="application/zip" />
    </implementation>
    <implementation arch="Windows-i486" version="0.65.0" released="2026-09-05" stability="stable" id="sha256new_TN2AVDL3RVNRLDLCDHTKVG4ZDBCMSXAPG7M7Z63IC6OMDWFBNZYQ">
      <manifest-digest sha256new="TN2AVDL3RVNRLDLCDHTKVG4ZDBCMSXAPG7M7Z63IC6OMDWFBNZYQ" />
      <archive href="https://github.com/jesseduffield/lazygit/releases/download/v0.65.0/lazygit_0.65.0_windows_32-bit.zip" size="6912055" type="application/zip" />
    </implementation>
    <implementation arch="Windows-aarch64" version="0.65.0" released="2026-09-05" stability="stable" id="sha256new_RP4MLEAN47LHDLTRFW2OSJSYAOP65VR4ABCIN6DVIDJHZ5KAVIAQ">
      <manifest-digest sha256new="RP4MLEAN47LHDLTRFW2OSJSYAOP65VR4ABCIN6DVIDJHZ5KAVIAQ" />
      <archive href="https://github.com/jesseduffield/lazygit/releases/download/v0.65.0/lazygit_0.65.0_windows_arm64.zip" size="6431098" type="application/zip" />
    </implementation>
  </group>
</interface>
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface https://docs.0install.net/specifications/feed.xsd http://0install.de/schema/desktop-integration/capabilities https://docs.0install.net/specifications/capabilities.xsd" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>Ollama</name>
  <summary xml:lang="en">run large language models locally</summary>
  <description xml:lang="en">Ollama lets you get up and running with large language models such as Llama, Mistral, Gemma and others on your own machine. It bundles model weights, configuration and a runtime into a single tool and exposes both a command-line interface and a local HTTP API.</description>
  <icon href="https://apps.0install.net/utils/ollama.png" type="image/png" />
  <icon href="https://apps.0install.net/utils/ollama.ico" type="image/vnd.microsoft.icon" />
  <icon href="https://apps.0install.net/utils/ollama.icns" type="image/x-icns" />
  <category>Utility</category>
  <homepage>https://ollama.com/</homepage>
  <needs-terminal />
  <feed-for interface="https://apps.0install.net/utils/ollama.xml" />
  <group license="MIT License">
    <command name="run" path="bin/ollama" />
    <implementation arch="Linux-x86_64" version="0.33.3" released="2026-09-02" stability="stable" id="sha256new_RR6PP32FUM2R2CXQN6M5S3CQXJZ4CPXI5TJP6674KURNMQEFIPPA">
      <manifest-digest sha256new="RR6PP32FUM2R2CXQN6M5S3CQXJZ4CPXI5TJP6674KURNMQEFIPPA" />
      <archive href="https://github.com/ollama/ollama/releases/download/v0.33.3/ollama-linux-amd64.tar.zst" size="1433825108" type="application/x-zstd-compressed-tar" />
    </implementation>
    <implementation arch="Linux-aarch64" version="0.33.3" released="2026-09-02" stability="stable" id="sha256new_LQ6WCZ6K255TC5WOXB3YCQN5ENIWI7DI64UJJV3SU4INTNUHQRGQ">
      <manifest-digest sha256new="LQ6WCZ6K255TC5WOXB3YCQN5ENIWI7DI64UJJV3SU4INTNUHQRGQ" />
      <archive href="https://github.com/ollama/ollama/releases/download/v0.33.3/ollama-linux-arm64.tar.zst" size="1554076220" type="application/x-zstd-compressed-tar" />
    </implementation>
  </group>
  <group license="MIT License">
    <command name="run" path="ollama" />
    <implementation arch="Darwin-*" version="0.33.3" released="2026-09-02" stability="stable" id="sha256new_BDLTOGNII2CRRRMCL7AKR5SNY73LM7RWEOVIE6F5VOLC5JLHRVDQ">
      <manifest-digest sha256new="BDLTOGNII2CRRRMCL7AKR5SNY73LM7RWEOVIE6F5VOLC5JLHRVDQ" />
      <archive href="https://github.com/ollama/ollama/releases/download/v0.33.3/ollama-darwin.tgz" size="159236337" type="application/x-compressed-tar" />
    </implementation>
  </group>
  <group license="MIT License">
    <command name="run" path="ollama.exe" />
    <implementation arch="Windows-x86_64" version="0.33.3" released="2026-09-02" stability="stable" id="sha256new_HA6D7SG7CB5OYN7YY4R6TWLL6FS4VOPNDJZHGDDGMNDO2ZZWKM7Q">
      <manifest-digest sha256new="HA6D7SG7CB5OYN7YY4R6TWLL6FS4VOPNDJZHGDDGMNDO2ZZWKM7Q" />
      <archive href="https://github.com/ollama/ollama/releases/download/v0.33.3/ollama-windows-amd64.zip" size="1469175900" type="application/zip" />
    </implementation>
    <implementation arch="Windows-aarch64" version="0.33.3" released="2026-09-02" stability="stable" id="sha256new_YMAWE6PE42PBJAFADXIAKUCU4RRR5KEZUEWN7Z6OK6FQLUOAS44Q">
      <manifest-digest sha256new="YMAWE6PE42PBJAFADXIAKUCU4RRR5KEZUEWN7Z6OK6FQLUOAS44Q" />
      <archive href="https://github.com/ollama/ollama/releases/download/v0.33.3/ollama-windows-arm64.zip" size="210648637" type="application/zip" />
    </implementation>
  </group>
</interface>
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface https://docs.0install.net/specifications/feed.xsd http://0install.de/schema/desktop-integration/capabilities https://docs.0install.net/specifications/capabilities.xsd" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>PlantUML</name>
  <summary xml:lang="en">draw UML diagrams from a plain text language</summary>
  <description xml:lang="en">PlantUML is a tool that lets you create diagrams from a simple and intuitive
plain text language. It supports many diagram types including sequence, use
case, class, activity, component, state, object, deployment and timing
diagrams, as well as non-UML diagrams such as JSON, YAML, mind maps, Gantt
charts and wireframes.</description>
  <icon href="https://apps.0install.net/utils/plantuml.png" type="image/png" />
  <icon href="https://apps.0install.net/utils/plantuml.ico" type="image/vnd.microsoft.icon" />
  <icon href="https://apps.0install.net/utils/plantuml.icns" type="image/x-icns" />
  <category>Development</category>
  <homepage>https://plantuml.com/</homepage>
  <needs-terminal />
  <feed-for interface="https://apps.0install.net/utils/plantuml.xml" />
  <group license="GPL-3.0-or-later">
    <environment name="CLASSPATH" insert="plantuml.jar" />
    <command name="run">
      <runner interface="https://apps.0install.net/java/jdk.xml" version="11.." command="java">
        <arg>net.sourceforge.plantuml.Run</arg>
      </runner>
    </command>
    <implementation version="1.2026.8" released="2026-09-05" stability="stable" id="sha256new_2OKFQST4FI7LDMLDYNLW5H43ALEREFCNANH7ST7SFKX5DQUEA5QA">
      <manifest-digest sha256new="2OKFQST4FI7LDMLDYNLW5H43ALEREFCNANH7ST7SFKX5DQUEA5QA" />
      <file href="https://github.com/plantuml/plantuml/releases/download/v1.2026.8/plantuml-1.2026.8.jar" size="29871497" dest="plantuml.jar" />
    </implementation>
  </group>
</interface>
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface https://docs.0install.net/specifications/feed.xsd http://0install.de/schema/desktop-integration/capabilities https://docs.0install.net/specifications/capabilities.xsd" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>pnpm</name>
  <summary xml:lang="en">fast, disk space efficient package manager for JavaScript</summary>
  <description xml:lang="en">pnpm is a fast, disk space efficient package manager for JavaScript. It uses a content-addressable filesystem to store all files from all module directories on a disk, avoiding duplication and speeding up installation.</description>
  <icon href="https://apps.0install.net/javascript/pnpm.png" type="image/png" />
  <icon href="https://apps.0install.net/javascript/pnpm.ico" type="image/vnd.microsoft.icon" />
  <category>Development</category>
  <homepage>https://pnpm.io/</homepage>
  <needs-terminal />
  <feed-for interface="https://apps.0install.net/javascript/pnpm.xml" />
  <group license="MIT">
    <command name="run" path="pnpm" />
    <implementation arch="Linux-x86_64" version="11.26.0" released="2026-09-06" stability="stable" id="sha256new_GYLNXFBMGQ3AW75LSBAGMRO6E4WFIGPBAM5FXANJ3ESVQ7POLWTQ">
      <manifest-digest sha256new="GYLNXFBMGQ3AW75LSBAGMRO6E4WFIGPBAM5FXANJ3ESVQ7POLWTQ" />
      <archive href="https://github.com/pnpm/pnpm/releases/download/v11.26.0/pnpm-linux-x64.tar.gz" size="51303707" type="application/x-compressed-tar" />
    </implementation>
    <implementation arch="Linux-aarch64" version="11.26.0" released="2026-09-06" stability="stable" id="sha256new_N3OXSPNDCQGTTYONIM4S5NTS673IQKHSDASUJHWA4QJJIPDBY5SQ">
      <manifest-digest sha256new="N3OXSPNDCQGTTYONIM4S5NTS673IQKHSDASUJHWA4QJJIPDBY5SQ" />
      <archive href="https://github.com/pnpm/pnpm/releases/download/v11.26.0/pnpm-linux-arm64.tar.gz" size="51577662" type="application/x-compressed-tar" />
    </implementation>
    <implementation arch="Darwin-aarch64" version="11.26.0" released="2026-09-06" stability="stable" id="sha256new_QUKVBV442FT3ZREZITKF5AT3SM5227V7ZS7NT4KXBUJUMNEHA5VQ">
      <manifest-digest sha256new="QUKVBV442FT3ZREZITKF5AT3SM5227V7ZS7NT4KXBUJUMNEHA5VQ" />
      <archive href="https://github.com/pnpm/pnpm/releases/download/v11.26.0/pnpm-darwin-arm64.tar.gz" size="48296766" type="application/x-compressed-tar" />
    </implementation>
  </group>
  <group license="MIT">
    <command name="run" path="pnpm.exe" />
    <implementation arch="Windows-x86_64" version="11.26.0" released="2026-09-06" stability="stable" id="sha256new_7G5TVXBPFC7GIB55BFCDIQZKQUKLVZBHEYEAO5JMEDK3UZCUTXEA">
      <manifest-digest sha256new="7G5TVXBPFC7GIB55BFCDIQZKQUKLVZBHEYEAO5JMEDK3UZCUTXEA" />
      <archive href="https://github.com/pnpm/pnpm/releases/download/v11.26.0/pnpm-win32-x64.zip" size="41132875" type="application/zip" />
    </implementation>
    <implementation arch="Windows-aarch64" version="11.26.0" released="2026-09-06" stability="stable" id="sha256new_IYORQF5NLCWO3B3WLT5HREGCAYTC3BEYELQYARGYZE5LRCA6IA7Q">
      <manifest-digest sha256new="IYORQF5NLCWO3B3WLT5HREGCAYTC3BEYELQYARGYZE5LRCA6IA7Q" />
      <archive href="https://github.com/pnpm/pnpm/releases/download/v11.26.0/pnpm-win32-arm64.zip" size="37098725" type="application/zip" />
    </implementation>
  </group>
</interface>
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface https://docs.0install.net/specifications/feed.xsd http://0install.de/schema/desktop-integration/capabilities https://docs.0install.net/specifications/capabilities.xsd" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>ungoogled-chromium - Linux builds</name>
  <summary xml:lang="en">web browser based on Chromium, without Google integration</summary>
  <description xml:lang="en">ungoogled-chromium is Google Chromium, sans dependency on Google web services. It also features some tweaks to enhance privacy, control and transparency. Almost all of the modifications are contained in a single patch set, keeping it as close to upstream Chromium as possible.</description>
  <icon href="https://apps.0install.net/gui/chromium.png" type="image/png" />
  <category>Network</category>
  <category>WebBrowser</category>
  <homepage>https://github.com/ungoogled-software/ungoogled-chromium</homepage>
  <feed-for interface="https://apps.0install.net/gui/ungoogled-chromium-linux.xml" />
  <group license="BSD-3-Clause">
    <command name="run" path="chrome" />
    <implementation arch="Linux-x86_64" version="152.0.7977.82-1" released="2026-09-05" stability="stable" id="sha256new_BUAQWPRQ2DIYZZ5KBM242S4GG7IQDHRGDFSUVIHNU6X444LOMYAA">
      <manifest-digest sha256new="BUAQWPRQ2DIYZZ5KBM242S4GG7IQDHRGDFSUVIHNU6X444LOMYAA" />
      <archive href="https://github.com/ungoogled-software/ungoogled-chromium-portablelinux/releases/download/152.0.7977.82-1/ungoogled-chromium-152.0.7977.82-1-x86_64_linux.tar.xz" size="151994824" type="application/x-xz-compressed-tar" extract="ungoogled-chromium-152.0.7977.82-1-x86_64_linux" />
    </implementation>
    <implementation arch="Linux-aarch64" version="152.0.7977.82-1" released="2026-09-05" stability="stable" id="sha256new_QF4WHXHOL6ROPPRCU4BMBHAZAICWAWXIKU5LNQEQ4OQYMTQABGVA">
      <manifest-digest sha256new="QF4WHXHOL6ROPPRCU4BMBHAZAICWAWXIKU5LNQEQ4OQYMTQABGVA" />
      <archive href="https://github.com/ungoogled-software/ungoogled-chromium-portablelinux/releases/download/152.0.7977.82-1/ungoogled-chromium-152.0.7977.82-1-arm64_linux.tar.xz" size="137773496" type="application/x-xz-compressed-tar" extract="ungoogled-chromium-152.0.7977.82-1-arm64_linux" />
    </implementation>
  </group>
</interface>
<?xml version="1.0"?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>ungoogled-chromium - macOS builds</name>
  <summary>web browser based on Chromium, without Google integration</summary>
  <description>ungoogled-chromium is Google Chromium, sans dependency on Google web services. It also features some tweaks to enhance privacy, control and transparency. Almost all of the modifications are contained in a single patch set, keeping it as close to upstream Chromium as possible.</description>
  <homepage>https://github.com/ungoogled-software/ungoogled-chromium</homepage>
  <icon href="https://apps.0install.net/gui/chromium.png" type="image/png"/>
  <icon href="https://apps.0install.net/gui/chromium.icns" type="image/x-icns"/>
  <category>Network</category>
  <category>WebBrowser</category>

  <feed-for interface="https://apps.0install.net/gui/ungoogled-chromium-macos.xml"/>

  <group license="BSD-3-Clause">
    <command name="run" path="Chromium.app/Contents/MacOS/Chromium"/>

    <implementation arch="MacOSX-x86_64" version="152.0.7977.82-1.1" released="2026-09-06" stability="stable" id="sha1new=e97ed2d2d2fb1fb6bd94dca14cafd1553be95e47">
      <manifest-digest sha256new="S6JJFVUDCNVRZCIWZJRPNRCJ2BVGYWX32PFSSNT3ODCCILGYGMBQ"/>
      <archive href="https://github.com/ungoogled-software/ungoogled-chromium-macos/releases/download/152.0.7977.82-1.1/ungoogled-chromium_152.0.7977.82-1.1_x86_64-macos.dmg" type="application/x-apple-diskimage" size="155637174"/>
    </implementation>
    <implementation arch="MacOSX-aarch64" version="152.0.7977.82-1.1" released="2026-09-06" stability="stable" id="sha1new=00f50aa79ffd72cbf37e129786332e7bd2c7c1d5">
      <manifest-digest sha256new="GGUYJXBQZUYVIGLLHPC5VFED2XQI7JGAOFZFOAYSKM3GQVSWGYOQ"/>
      <archive href="https://github.com/ungoogled-software/ungoogled-chromium-macos/releases/download/152.0.7977.82-1.1/ungoogled-chromium_152.0.7977.82-1.1_arm64-macos.dmg" type="application/x-apple-diskimage" size="146285001"/>
    </implementation>
  </group>
</interface>
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface https://docs.0install.net/specifications/feed.xsd http://0install.de/schema/desktop-integration/capabilities https://docs.0install.net/specifications/capabilities.xsd" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
  <name>ungoogled-chromium - Windows builds</name>
  <summary xml:lang="en">web browser based on Chromium, without Google integration</summary>
  <description xml:lang="en">ungoogled-chromium is Google Chromium, sans dependency on Google web services. It also features some tweaks to enhance privacy, control and transparency. Almost all of the modifications are contained in a single patch set, keeping it as close to upstream Chromium as possible.</description>
  <icon href="https://apps.0install.net/gui/chromium.png" type="image/png" />
  <icon href="https://apps.0install.net/gui/chromium.ico" type="image/vnd.microsoft.icon" />
  <category>Network</category>
  <category>WebBrowser</category>
  <homepage>https://github.com/ungoogled-software/ungoogled-chromium</homepage>
  <feed-for interface="https://apps.0install.net/gui/ungoogled-chromium-windows.xml" />
  <group license="BSD-3-Clause">
    <command name="run" path="chrome.exe" />
    <implementation arch="Windows-x86_64" version="152.0.7977.75-1.1" released="2026-09-06" stability="stable" id="sha256new_GEJWD425O2LYD5XPZF5JXF4SQF52ZHMSZUQITJOW5WIUI25EW3NA">
      <manifest-digest sha256new="GEJWD425O2LYD5XPZF5JXF4SQF52ZHMSZUQITJOW5WIUI25EW3NA" />
      <archive href="https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/152.0.7977.75-1.1/ungoogled-chromium_152.0.7977.75-1.1_windows_x64.zip" size="197189426" type="application/zip" extract="ungoogled-chromium_152.0.7977.75-1.1_windows_x64" />
    </implementation>
    <implementation arch="Windows-i486" version="152.0.7977.75-1.1" released="2026-09-06" stability="stable" id="sha256new_AD3ZQPCN5QERYMGY5CEX7HFUZ545HCWUODZHPSGTVEB3IPFPUQCQ">
      <manifest-digest sha256new="AD3ZQPCN5QERYMGY5CEX7HFUZ545HCWUODZHPSGTVEB3IPFPUQCQ" />
      <archive href="https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/152.0.7977.75-1.1/ungoogled-chromium_152.0.7977.75-1.1_windows_x86.zip" size="179918935" type="application/zip" extract="ungoogled-chromium_152.0.7977.75-1.1_windows_x86" />
    </implementation>
    <implementation arch="Windows-aarch64" version="152.0.7977.75-1.1" released="2026-09-06" stability="stable" id="sha256new_T6TNWYYTEDXKHBTCAJJDNYWB423LW62TQUSXIX7BNDGRIZS5Z5CA">
      <manifest-digest sha256new="T6TNWYYTEDXKHBTCAJJDNYWB423LW62TQUSXIX7BNDGRIZS5Z5CA" />
      <archive href="https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/152.0.7977.75-1.1/ungoogled-chromium_152.0.7977.75-1.1_windows_arm64.zip" size="190846276" type="application/zip" extract="ungoogled-chromium_152.0.7977.75-1.1_windows_arm64" />
    </implementation>
  </group>
</interface>
@bastianeicher
bastianeicher merged commit 9861c76 into master Sep 7, 2026
@bastianeicher
bastianeicher deleted the automatic-updates branch September 7, 2026 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant