Stardrift v0.0.64
What's Changed
See CHANGELOG.md for details.
Try Stardrift
→ View in browser - Try Stardrift directly in your web browser
Download Verification
Build Provenance (Recommended)
All release artifacts are signed with GitHub Attestations. Verify authenticity using the GitHub CLI:
# Verify any downloaded artifact (most secure)
gh attestation verify <filename> --repo emilyst/stardrift
# Example for macOS DMG
gh attestation verify stardrift-*.dmg --repo emilyst/stardrift
# Example for Linux binary
gh attestation verify stardrift-*.tar.gz --repo emilyst/stardriftThis verifies the artifact was built by GitHub Actions from this repository's source code.
Security Notices
macOS
The macOS binaries are ad-hoc signed but not notarized. On macOS Sequoia (15.x) and later:
Recommended method:
- First attempt: Double-click the app/DMG (or run the binary) - you'll see a warning that it cannot be opened
- Allow the app: Go to System Settings → Privacy & Security
- Scroll down: Find the "Open Anyway" button for Stardrift (appears for ~1 hour after first attempt)
- Confirm: Click "Open Anyway", enter your password, then click "Open" in the final dialog
Alternative for command-line users:
xattr -dr com.apple.quarantine /path/to/stardriftNote: This requires an admin account. If it fails with "Operation not permitted", grant Terminal Full Disk Access in System Settings → Privacy & Security → Full Disk Access
Note: The right-click → "Open" bypass no longer works in macOS Sequoia.
Windows
Windows SmartScreen may warn about the executable. To run:
- Click "More info" on the SmartScreen dialog
- Click "Run anyway"
Full Changelog: v0.0.63...v0.0.64