v0.26.0
What's Changed
- build(deps): update dependencies to latest across Rust, Node, Nix, and CI by @lambdalisue in #188
Full Changelog: v0.25.8...v0.26.0
macOS Installation
Installation Steps (2 Security Approvals Required)
Due to Apple's security requirements, you'll need to approve both the DMG file and the app itself.
Step 1: Open the DMG File
- Download the
Arto_*.dmgfile from the Assets section below - Double-click the DMG file
- Security warning appears: "Apple cannot verify that this disk image does not contain malware"
- Click "OK" to dismiss
- Open System Settings
- Apple menu () → System Settings → Privacy & Security
- Allow the DMG (in Security section at bottom)
- You'll see: "Arto_.dmg" was blocked from use*
- Click "Open Anyway" button
- Enter your password
- The DMG will now open
Step 2: Install and Open the App
- Copy the app
- Drag Arto.app from the DMG to your Applications folder
- Double-click Arto.app to launch
- Security warning appears again: "Arto cannot be opened because..."
- Click "OK" to dismiss
- Allow the app (same process as DMG)
- Open System Settings → Privacy & Security
- Scroll to Security section
- Find: "Arto" was blocked from use
- Click "Open Anyway"
- Enter your password
- Launch complete
- Arto will now start normally
- Future launches won't require approval
Why Two Approvals Are Needed
macOS treats the DMG container and the app inside separately. Since both are unsigned,
each requires manual approval through System Settings. This is standard macOS security
for applications without Apple Developer ID certificates.
Quick Method (Terminal - for advanced users)
# Remove quarantine from DMG
xattr -d com.apple.quarantine Arto_*.dmg
open Arto_*.dmg
# After copying to Applications, remove quarantine from app
xattr -cr /Applications/Arto.app
open /Applications/Arto.appNote for macOS Sequoia (15.0+) Users
The right-click → "Open" shortcut no longer works for unsigned apps.
You must use System Settings → Privacy & Security as described above.
For more information, see the README.