Requirements
- System
- macOS 14 or later
- Architecture
- Apple Silicon
- Signing
- Ad-hoc signed, not notarized
Install from the DMG
Version 0.3.0 is available as an Apple Silicon DMG.
- From the latest stable release download Tursora-0.3.0-macOS-arm64.dmg. The same page includes SHA-256 checksums. No GitHub account is needed.
- Double-click the DMG to open it.
- Copy Tursora.app to a writable folder:
/Applications, ~/Applications or another location.
- Open the installed copy, outside the read-only DMG.
First launch: use the actual app path
If macOS cannot verify the app, confirm its official source and matching release checksum first. Run this command in Terminal, replacing the path with your installed copy:
xattr -dr com.apple.quarantine "/Applications/Tursora.app"
To insert the path without typing it, enter xattr -dr com.apple.quarantine and a space, drag the installed app into Terminal, then press Return and open it. A copy you own and can write normally needs no administrator password. For a personal installation, use "$HOME/Applications/Tursora.app". Managed devices may still require IT approval. First-launch and permission details
Install with Homebrew
Run these three commands in order: add the tap, trust the Tursora cask, then install. Continue only after each succeeds, keeping the full repository URL:
brew tap zerolfx/tursora https://github.com/zerolfx/Tursora
brew trust --cask zerolfx/tursora/tursora
brew install --cask zerolfx/tursora/tursora
If an error says it cannot find zerolfx/homebrew-tursora, Homebrew used the default tap address. Run the full-URL tap command above first. This tap installs the published 0.3.0 DMG and verifies its pinned SHA-256. Update and uninstall instructions ↗
The second command trusts only the Tursora cask. If you still see untrusted tap, see installation troubleshooting.
To select another folder, add --appdir="$HOME/Applications" to the third command, substituting your chosen path. If you cannot write to Homebrew itself, use the DMG instead. Follow the first-launch steps above for either method.
Ask an agent to install it
Give this request to an agent with access to your Mac. The installation guide (Markdown) covers choosing a location, verifying the download and first launch:
Read https://zerolfx.github.io/Tursora/install.md and install Tursora on this Mac. Choose a writable location, verify the download, and handle first launch for the installed copy.
You can also build locally ↗