Updates

Stay in the loop

Subscribe for release notes, build drops, and early access updates. We send only the essentials and never share your inbox.

Early access mailing list

Connect this form to Brevo (or another provider) when you are ready.

Tip: replace this form action with your provider embed or API route.

Latest
Jul 13, 2026

Extents: v0.4.4

<div align="center"> <b><u>Quick Downloads</u></b> <table> <thead> <tr> <th>Platform</th> <th>Download</th> </tr> </thead> <tbody> <tr><td>macOS (Apple Silicon)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.4/Extents-macos-arm64-Extents-v0.4.4.dmg">.dmg</a></td></tr> <tr><td>macOS (Intel)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.4/Extents-macos-x86_64-Extents-v0.4.4.dmg">.dmg</a></td></tr> <tr><td>Windows (x64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.4/Extents-windows-x86_64-Extents-v0.4.4.exe">.exe</a></td></tr> <tr><td>Windows (x64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.4/Extents-windows-x86_64-Extents-v0.4.4.msi">.msi</a></td></tr> <tr><td>Linux (x86_64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.4/Extents-linux-x86_64-Extents-v0.4.4.AppImage">.AppImage</a></td></tr> <tr><td>Linux (ARM64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.4/Extents-linux-aarch64-Extents-v0.4.4.AppImage">.AppImage</a></td></tr> <tr><td>Linux (x86_64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.4/Extents-linux-x86_64-Extents-v0.4.4.deb">.deb</a></td></tr> <tr><td>Linux (ARM64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.4/Extents-linux-aarch64-Extents-v0.4.4.deb">.deb</a></td></tr> <tr><td>Linux (x86_64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.4/Extents-linux-x86_64-Extents-v0.4.4.rpm">.rpm</a></td></tr> <tr><td>Linux (ARM64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.4/Extents-linux-aarch64-Extents-v0.4.4.rpm">.rpm</a></td></tr> </tbody> </table> </div> --- ### Running Extents for the First Time > [!WARNING] > Extents is not yet code-signed or notarized. Your operating system may display > security warnings the first time you open it. Follow the instructions for your > operating system below. <details> <summary><b>macOS Instructions</b></summary> On macOS, the OS may incorrectly report that the application is **“damaged”** or **“can’t be opened."** 1. **Install Extents** by dragging **`Extents.app`** into your **`/Applications`** folder. 2. **Open the Terminal** app (you can find it in `/Applications/Utilities` or search with Spotlight). 3. **Run the following command** to remove the quarantine flag that macOS adds to downloaded apps: ```sh xattr -dr com.apple.quarantine /Applications/Extents.app ``` 4. You should now be able to launch Extents sucessfully. *(Optional) To verify the quarantine flag was removed, run* ```sh xattr /Applications/Extents.app ``` *The command should produce no output, confirming the flag is gone.* </details> --- <details> <summary><b>Windows Instructions</b></summary> On Windows, when you first launch the application, you may see a blue **"Windows protected your PC"** screen from Windows Defender SmartScreen. 1. Click **"More info"**. 2. A new button, **"Run anyway"**, will appear. Click it to start Extents. </details> --- <details> <summary><b>Linux Instructions</b></summary> On most Linux distributions, you can run the application directly. 1. Download the **`.AppImage`** file. 2. Make the file executable. In your terminal, run: ```sh chmod +x Extents*.AppImage ``` 3. Run the application: ```sh ./Extents*.AppImage ``` </details> ## [0.4.4](https://github.com/OODemi52/extents/compare/Extents-v0.4.3...Extents-v0.4.4) (2026-07-13) ### Bug Fixes * properly integrate macOS Icon Composer assets ([b5d49b7](https://github.com/OODemi52/extents/commit/b5d49b737ce06f5b8fc1854a69b603426462e327)) --- ### Source and Third-Party Licensing > [!IMPORTANT] > Extents' original source code is licensed under the MIT License. Extents uses > Rawler for RAW decoding; Rawler is licensed under the GNU LGPL, version 2.1. > The exact Extents source, corresponding Rawler source, license text, notices, > checksums, and rebuild instructions are attached to this release. <table> <thead> <tr> <th>Material</th> <th>Download</th> </tr> </thead> <tbody> <tr><td>Extents source</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.4/Extents-v0.4.4-source.tar.gz">Extents-v0.4.4-source.tar.gz</a></td></tr> <tr><td>Rawler source</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.4/rawler-0.7.1.crate">rawler-0.7.1.crate</a></td></tr> <tr><td>Licensing overview</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.4/EXTENTS-LICENSING.md">EXTENTS-LICENSING.md</a></td></tr> <tr><td>Third-party notices</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.4/THIRD_PARTY_NOTICES.md">THIRD_PARTY_NOTICES.md</a></td></tr> <tr><td>Rawler LGPL-2.1 license</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.4/RAWLER-LGPL-2.1.txt">RAWLER-LGPL-2.1.txt</a></td></tr> <tr><td>Rawler rebuild instructions</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.4/RAWLER-RELINKING.md">RAWLER-RELINKING.md</a></td></tr> <tr><td>SHA-256 checksums</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.4/SHA256SUMS.txt">SHA256SUMS.txt</a></td></tr> </tbody> </table>

Jul 14, 2026

Extents - Nightly Build (nightly-6877006)

### ⚠️ Disclaimer This is an ***unstable***, automated build of the application. It is not intended for production use and may contain bugs or incomplete features. **Commit:** `687700644198f3c38f00f832ca8e4ca06f27303f` **Built at:** `2026-07-18T03:00:58Z` <div align="center"> <b><u>Quick Downloads</u></b> <table> <thead> <tr> <th>Platform</th> <th>Download</th> </tr> </thead> <tbody> <tr><td>macOS (Apple Silicon)</td><td><a href="https://github.com/OODemi52/extents/releases/download/nightly-6877006/Extents-macos-arm64-nightly-6877006.dmg">.dmg</a></td></tr> <tr><td>macOS (Intel)</td><td><a href="https://github.com/OODemi52/extents/releases/download/nightly-6877006/Extents-macos-x86_64-nightly-6877006.dmg">.dmg</a></td></tr> <tr><td>Windows (x64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/nightly-6877006/Extents-windows-x86_64-nightly-6877006.exe">.exe</a></td></tr> <tr><td>Windows (x64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/nightly-6877006/Extents-windows-x86_64-nightly-6877006.msi">.msi</a></td></tr> <tr><td>Linux (x86_64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/nightly-6877006/Extents-linux-x86_64-nightly-6877006.AppImage">.AppImage</a></td></tr> <tr><td>Linux (ARM64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/nightly-6877006/Extents-linux-aarch64-nightly-6877006.AppImage">.AppImage</a></td></tr> <tr><td>Linux (x86_64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/nightly-6877006/Extents-linux-x86_64-nightly-6877006.deb">.deb</a></td></tr> <tr><td>Linux (ARM64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/nightly-6877006/Extents-linux-aarch64-nightly-6877006.deb">.deb</a></td></tr> <tr><td>Linux (x86_64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/nightly-6877006/Extents-linux-x86_64-nightly-6877006.rpm">.rpm</a></td></tr> <tr><td>Linux (ARM64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/nightly-6877006/Extents-linux-aarch64-nightly-6877006.rpm">.rpm</a></td></tr> </tbody> </table> </div> --- ### Running Extents for the First Time > [!WARNING] > Extents is not yet code-signed or notarized. Your operating system may display > security warnings the first time you open it. Follow the instructions for your > operating system below. <details> <summary><b>macOS Instructions</b></summary> On macOS, the OS may incorrectly report that the application is **“damaged”** or **“can’t be opened."** 1. **Install Extents** by dragging **`Extents.app`** into your **`/Applications`** folder. 2. **Open the Terminal** app (you can find it in `/Applications/Utilities` or search with Spotlight). 3. **Run the following command** to remove the quarantine flag that macOS adds to downloaded apps: ```sh xattr -dr com.apple.quarantine /Applications/Extents.app ``` 4. You should now be able to launch Extents sucessfully. *(Optional) To verify the quarantine flag was removed, run* ```sh xattr /Applications/Extents.app ``` *The command should produce no output, confirming the flag is gone.* </details> --- <details> <summary><b>Windows Instructions</b></summary> On Windows, when you first launch the application, you may see a blue **"Windows protected your PC"** screen from Windows Defender SmartScreen. 1. Click **"More info"**. 2. A new button, **"Run anyway"**, will appear. Click it to start Extents. </details> --- <details> <summary><b>Linux Instructions</b></summary> On most Linux distributions, you can run the application directly. 1. Download the **`.AppImage`** file. 2. Make the file executable. In your terminal, run: ```sh chmod +x Extents*.AppImage ``` 3. Run the application: ```sh ./Extents*.AppImage ``` </details> --- ### Source and Third-Party Licensing > [!IMPORTANT] > Extents' original source code is licensed under the MIT License. Extents uses > Rawler for RAW decoding; Rawler is licensed under the GNU LGPL, version 2.1. > The exact Extents source, corresponding Rawler source, license text, notices, > checksums, and rebuild instructions are attached to this nightly release. <table> <thead> <tr> <th>Material</th> <th>Download</th> </tr> </thead> <tbody> <tr><td>Extents source</td><td><a href="https://github.com/OODemi52/extents/releases/download/nightly-6877006/Extents-nightly-6877006-source.tar.gz">Extents-nightly-6877006-source.tar.gz</a></td></tr> <tr><td>Rawler source</td><td><a href="https://github.com/OODemi52/extents/releases/download/nightly-6877006/rawler-0.7.1.crate">rawler-0.7.1.crate</a></td></tr> <tr><td>Licensing overview</td><td><a href="https://github.com/OODemi52/extents/releases/download/nightly-6877006/EXTENTS-LICENSING.md">EXTENTS-LICENSING.md</a></td></tr> <tr><td>Third-party notices</td><td><a href="https://github.com/OODemi52/extents/releases/download/nightly-6877006/THIRD_PARTY_NOTICES.md">THIRD_PARTY_NOTICES.md</a></td></tr> <tr><td>Rawler LGPL-2.1 license</td><td><a href="https://github.com/OODemi52/extents/releases/download/nightly-6877006/RAWLER-LGPL-2.1.txt">RAWLER-LGPL-2.1.txt</a></td></tr> <tr><td>Rawler rebuild instructions</td><td><a href="https://github.com/OODemi52/extents/releases/download/nightly-6877006/RAWLER-RELINKING.md">RAWLER-RELINKING.md</a></td></tr> <tr><td>SHA-256 checksums</td><td><a href="https://github.com/OODemi52/extents/releases/download/nightly-6877006/SHA256SUMS.txt">SHA256SUMS.txt</a></td></tr> </tbody> </table>

View release

Jul 12, 2026

Extents: v0.4.3

<div align="center"> <b><u>Quick Downloads</u></b> <table> <thead> <tr> <th>Platform</th> <th>Download</th> </tr> </thead> <tbody> <tr><td>macOS (Apple Silicon)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.3/Extents-macos-arm64-Extents-v0.4.3.dmg">.dmg</a></td></tr> <tr><td>macOS (Intel)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.3/Extents-macos-x86_64-Extents-v0.4.3.dmg">.dmg</a></td></tr> <tr><td>Windows (x64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.3/Extents-windows-x86_64-Extents-v0.4.3.exe">.exe</a></td></tr> <tr><td>Windows (x64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.3/Extents-windows-x86_64-Extents-v0.4.3.msi">.msi</a></td></tr> <tr><td>Linux (x86_64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.3/Extents-linux-x86_64-Extents-v0.4.3.AppImage">.AppImage</a></td></tr> <tr><td>Linux (ARM64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.3/Extents-linux-aarch64-Extents-v0.4.3.AppImage">.AppImage</a></td></tr> <tr><td>Linux (x86_64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.3/Extents-linux-x86_64-Extents-v0.4.3.deb">.deb</a></td></tr> <tr><td>Linux (ARM64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.3/Extents-linux-aarch64-Extents-v0.4.3.deb">.deb</a></td></tr> <tr><td>Linux (x86_64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.3/Extents-linux-x86_64-Extents-v0.4.3.rpm">.rpm</a></td></tr> <tr><td>Linux (ARM64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.3/Extents-linux-aarch64-Extents-v0.4.3.rpm">.rpm</a></td></tr> </tbody> </table> </div> --- ### Running Extents for the First Time > [!WARNING] > Extents is not yet code-signed or notarized. Your operating system may display > security warnings the first time you open it. Follow the instructions for your > operating system below. <details> <summary><b>macOS Instructions</b></summary> On macOS, the OS may incorrectly report that the application is **“damaged”** or **“can’t be opened."** 1. **Install Extents** by dragging **`Extents.app`** into your **`/Applications`** folder. 2. **Open the Terminal** app (you can find it in `/Applications/Utilities` or search with Spotlight). 3. **Run the following command** to remove the quarantine flag that macOS adds to downloaded apps: ```sh xattr -dr com.apple.quarantine /Applications/Extents.app ``` 4. You should now be able to launch Extents sucessfully. *(Optional) To verify the quarantine flag was removed, run* ```sh xattr /Applications/Extents.app ``` *The command should produce no output, confirming the flag is gone.* </details> --- <details> <summary><b>Windows Instructions</b></summary> On Windows, when you first launch the application, you may see a blue **"Windows protected your PC"** screen from Windows Defender SmartScreen. 1. Click **"More info"**. 2. A new button, **"Run anyway"**, will appear. Click it to start Extents. </details> --- <details> <summary><b>Linux Instructions</b></summary> On most Linux distributions, you can run the application directly. 1. Download the **`.AppImage`** file. 2. Make the file executable. In your terminal, run: ```sh chmod +x Extents*.AppImage ``` 3. Run the application: ```sh ./Extents*.AppImage ``` </details> ## [0.4.3](https://github.com/OODemi52/extents/compare/Extents-v0.4.2...Extents-v0.4.3) (2026-07-12) ### Bug Fixes * improve release download presentation ([022592c](https://github.com/OODemi52/extents/commit/022592ca9f4f79e109e5b1577d462bc57efc5da4)) --- ### Source and Third-Party Licensing > [!IMPORTANT] > Extents' original source code is licensed under the MIT License. Extents uses > Rawler for RAW decoding; Rawler is licensed under the GNU LGPL, version 2.1. > The exact Extents source, corresponding Rawler source, license text, notices, > checksums, and rebuild instructions are attached to this release. <table> <thead> <tr> <th>Material</th> <th>Download</th> </tr> </thead> <tbody> <tr><td>Extents source</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.3/Extents-v0.4.3-source.tar.gz">Extents-v0.4.3-source.tar.gz</a></td></tr> <tr><td>Rawler source</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.3/rawler-0.7.1.crate">rawler-0.7.1.crate</a></td></tr> <tr><td>Licensing overview</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.3/EXTENTS-LICENSING.md">EXTENTS-LICENSING.md</a></td></tr> <tr><td>Third-party notices</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.3/THIRD_PARTY_NOTICES.md">THIRD_PARTY_NOTICES.md</a></td></tr> <tr><td>Rawler LGPL-2.1 license</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.3/RAWLER-LGPL-2.1.txt">RAWLER-LGPL-2.1.txt</a></td></tr> <tr><td>Rawler rebuild instructions</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.3/RAWLER-RELINKING.md">RAWLER-RELINKING.md</a></td></tr> <tr><td>SHA-256 checksums</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.3/SHA256SUMS.txt">SHA256SUMS.txt</a></td></tr> </tbody> </table>

View release

Jul 12, 2026

Extents: v0.4.2

<div align="center"> <b><u>Quick Downloads</u></b> <table> <thead> <tr> <th>Platform</th> <th>Download</th> </tr> </thead> <tbody> <tr><td>macOS (Apple Silicon)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.2/Extents-macos-arm64-Extents-v0.4.2.dmg">.dmg</a></td></tr> <tr><td>macOS (Intel)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.2/Extents-macos-x86_64-Extents-v0.4.2.dmg">.dmg</a></td></tr> <tr><td>Windows (x64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.2/Extents-windows-x86_64-Extents-v0.4.2.exe">.exe</a></td></tr> <tr><td>Windows (x64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.2/Extents-windows-x86_64-Extents-v0.4.2.msi">.msi</a></td></tr> <tr><td>Linux (x86_64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.2/Extents-linux-x86_64-Extents-v0.4.2.AppImage">.AppImage</a></td></tr> <tr><td>Linux (ARM64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.2/Extents-linux-aarch64-Extents-v0.4.2.AppImage">.AppImage</a></td></tr> <tr><td>Linux (x86_64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.2/Extents-linux-x86_64-Extents-v0.4.2.deb">.deb</a></td></tr> <tr><td>Linux (ARM64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.2/Extents-linux-aarch64-Extents-v0.4.2.deb">.deb</a></td></tr> <tr><td>Linux (x86_64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.2/Extents-linux-x86_64-Extents-v0.4.2.rpm">.rpm</a></td></tr> <tr><td>Linux (ARM64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.2/Extents-linux-aarch64-Extents-v0.4.2.rpm">.rpm</a></td></tr> </tbody> </table> </div> --- ### Source and Third-Party Licensing Extents' original source code is licensed under the MIT License. Extents uses Rawler for RAW decoding; Rawler is licensed under the GNU LGPL, version 2.1. The exact Extents source, corresponding Rawler source, license text, notices, checksums, and rebuild instructions are attached to this release. --- ### Running Extents for the First Time Because **Extents is not yet code-signed/notarized**, your operating system may display security warnings the first time you try to open it. This is expected, and you can follow the steps below for your operating system to run the application successfully. <details> <summary><b>macOS Instructions</b></summary> On macOS, the OS may incorrectly report that the application is **“damaged”** or **“can’t be opened."** 1. **Install Extents** by dragging **`Extents.app`** into your **`/Applications`** folder. 2. **Open the Terminal** app (you can find it in `/Applications/Utilities` or search with Spotlight). 3. **Run the following command** to remove the quarantine flag that macOS adds to downloaded apps: ```sh xattr -dr com.apple.quarantine /Applications/Extents.app ``` 4. You should now be able to launch Extents sucessfully. *(Optional) To verify the quarantine flag was removed, run* ```sh xattr /Applications/Extents.app ``` *The command should produce no output, confirming the flag is gone.* </details> --- <details> <summary><b>Windows Instructions</b></summary> On Windows, when you first launch the application, you may see a blue **"Windows protected your PC"** screen from Windows Defender SmartScreen. 1. Click **"More info"**. 2. A new button, **"Run anyway"**, will appear. Click it to start Extents. </details> --- <details> <summary><b>Linux Instructions</b></summary> On most Linux distributions, you can run the application directly. 1. Download the **`.AppImage`** file. 2. Make the file executable. In your terminal, run: ```sh chmod +x Extents*.AppImage ``` 3. Run the application: ```sh ./Extents*.AppImage ``` </details> ## [0.4.2](https://github.com/OODemi52/extents/compare/Extents-v0.4.1...Extents-v0.4.2) (2026-07-12) ### Documentation * add LGPL compliance materials ([719f154](https://github.com/OODemi52/extents/commit/719f154fc24e33373ac73c5c4f93c3778905e3c2))

View release

Jul 12, 2026

Extents: v0.4.1

<div align="center"> <b><u>Quick Downloads</u></b> <table> <thead> <tr> <th>Platform</th> <th>Download</th> </tr> </thead> <tbody> <tr><td>macOS (Apple Silicon)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.1/Extents-macos-arm64-Extents-v0.4.1.dmg">.dmg</a></td></tr> <tr><td>macOS (Intel)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.1/Extents-macos-x86_64-Extents-v0.4.1.dmg">.dmg</a></td></tr> <tr><td>Windows (x64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.1/Extents-windows-x86_64-Extents-v0.4.1.exe">.exe</a></td></tr> <tr><td>Windows (x64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.1/Extents-windows-x86_64-Extents-v0.4.1.msi">.msi</a></td></tr> <tr><td>Linux (x86_64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.1/Extents-linux-x86_64-Extents-v0.4.1.AppImage">.AppImage</a></td></tr> <tr><td>Linux (ARM64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.1/Extents-linux-aarch64-Extents-v0.4.1.AppImage">.AppImage</a></td></tr> <tr><td>Linux (x86_64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.1/Extents-linux-x86_64-Extents-v0.4.1.deb">.deb</a></td></tr> <tr><td>Linux (ARM64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.1/Extents-linux-aarch64-Extents-v0.4.1.deb">.deb</a></td></tr> <tr><td>Linux (x86_64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.1/Extents-linux-x86_64-Extents-v0.4.1.rpm">.rpm</a></td></tr> <tr><td>Linux (ARM64)</td><td><a href="https://github.com/OODemi52/extents/releases/download/Extents-v0.4.1/Extents-linux-aarch64-Extents-v0.4.1.rpm">.rpm</a></td></tr> </tbody> </table> </div> --- ### Running Extents for the First Time Because **Extents is not yet code-signed/notarized**, your operating system may display security warnings the first time you try to open it. This is expected, and you can follow the steps below for your operating system to run the application successfully. <details> <summary><b>macOS Instructions</b></summary> On macOS, the OS may incorrectly report that the application is **“damaged”** or **“can’t be opened."** 1. **Install Extents** by dragging **`Extents.app`** into your **`/Applications`** folder. 2. **Open the Terminal** app (you can find it in `/Applications/Utilities` or search with Spotlight). 3. **Run the following command** to remove the quarantine flag that macOS adds to downloaded apps: ```sh xattr -dr com.apple.quarantine /Applications/Extents.app ``` 4. You should now be able to launch Extents sucessfully. *(Optional) To verify the quarantine flag was removed, run* ```sh xattr /Applications/Extents.app ``` *The command should produce no output, confirming the flag is gone.* </details> --- <details> <summary><b>Windows Instructions</b></summary> On Windows, when you first launch the application, you may see a blue **"Windows protected your PC"** screen from Windows Defender SmartScreen. 1. Click **"More info"**. 2. A new button, **"Run anyway"**, will appear. Click it to start Extents. </details> --- <details> <summary><b>Linux Instructions</b></summary> On most Linux distributions, you can run the application directly. 1. Download the **`.AppImage`** file. 2. Make the file executable. In your terminal, run: ```sh chmod +x Extents*.AppImage ``` 3. Run the application: ```sh ./Extents*.AppImage ``` </details> ## [0.4.1](https://github.com/OODemi52/extents/compare/Extents-v0.4.0...Extents-v0.4.1) (2026-07-12) ### Bug Fixes * persist and restore window size and position ([c08188a](https://github.com/OODemi52/extents/commit/c08188ad628c0d09cff7ffa5740ddcd2bc519d22)) ### Documentation * update project readme ([e0eeda2](https://github.com/OODemi52/extents/commit/e0eeda27d672f1b8c806b3d482e6bb750d9a228e))

View release

Roadmap snapshot

In progress

Non-destructive editing core

Layers, history, and fast local caching to keep edits reversible.

Planned

Smarter file culling

Accelerate selecting the best shots with faster comparisons and tagging.

Exploring

Assistant-style workflows

Context-aware tools for sorting, searching, and accelerating studio tasks.