Extents: v0.4.1
Quick Downloads
| 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
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.
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.1 (2026-07-12)
Bug Fixes
- persist and restore window size and position (c08188a)
Documentation
- update project readme (e0eeda2)