Extents: v0.4.3
| Platform | Download |
|---|---|
| macOS (Apple Silicon) | .dmg |
| macOS (Intel) | .dmg |
| Windows (x64) | .exe |
| Windows (x64) | .msi |
| Linux (x86_64) | .AppImage |
| Linux (ARM64) | .AppImage |
| Linux (x86_64) | .deb |
| Linux (ARM64) | .deb |
| Linux (x86_64) | .rpm |
| Linux (ARM64) | .rpm |
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.
macOS Instructions
On macOS, the OS may incorrectly report that the application is “damaged” or “can’t be opened."
- Install Extents by dragging
Extents.appinto your/Applicationsfolder. - Open the Terminal app (you can find it in
/Applications/Utilitiesor search with Spotlight). - Run the following command to remove the quarantine flag that macOS adds to downloaded apps:
xattr -dr com.apple.quarantine /Applications/Extents.app
- You should now be able to launch Extents sucessfully.
(Optional) To verify the quarantine flag was removed, runxattr /Applications/Extents.app
The command should produce no output, confirming the flag is gone.
Windows Instructions
On Windows, when you first launch the application, you may see a blue "Windows protected your PC" screen from Windows Defender SmartScreen.
- Click "More info".
- A new button, "Run anyway", will appear. Click it to start Extents.
Linux Instructions
On most Linux distributions, you can run the application directly.
- Download the
.AppImagefile. - Make the file executable. In your terminal, run:
chmod +x Extents*.AppImage - Run the application:
./Extents*.AppImage
0.4.3 (2026-07-12)
Bug Fixes
- improve release download presentation (022592c)
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.
| Material | Download |
|---|---|
| Extents source | Extents-v0.4.3-source.tar.gz |
| Rawler source | rawler-0.7.1.crate |
| Licensing overview | EXTENTS-LICENSING.md |
| Third-party notices | THIRD_PARTY_NOTICES.md |
| Rawler LGPL-2.1 license | RAWLER-LGPL-2.1.txt |
| Rawler rebuild instructions | RAWLER-RELINKING.md |
| SHA-256 checksums | SHA256SUMS.txt |