I’m seeing an unusual quarantine behavior with Bike on macOS 26.6.2.
When I create a new Markdown file in Bike, the file receives a com.apple.quarantine extended attribute:
com.apple.quarantine: 0082;...;Bike;
For example, a completely new .md file created with Bike shows:
com.apple.quarantine: 0082;6a9fdad9;Bike;
If I then go to Finder → Get Info → Open with and select Bike for that individual file, macOS displays this warning:
Apple could not verify “[filename].md” is free of malware that may harm your Mac or compromise your privacy.
The file itself is just a normal Markdown file created by Bike.
Removing only the quarantine attribute:
xattr -d com.apple.quarantine "/path/to/file.md"
makes the problem go away.
I reproduced this with both Bike 2 Preview and Bike 1.22.2 from the Mac App Store
A completely new file created with the Mac App Store version also receives:
com.apple.quarantine: 0082;...;Bike;
Is Bike intentionally causing newly created documents to receive the 0082 quarantine attribute, or could this be an interaction between Bike’s document handling and macOS 26?
- macOS 26.6.2
- Bike 2 Preview (301)
- Bike 1.22.2 (Mac App Store)