Releases: miklosp/fecni
Release list
v1.1.2
fecni is now signed with a Developer ID certificate and notarized by Apple, so it opens with a normal double-click. No more dismissing a warning, opening System Settings, or running xattr to get past Gatekeeper.
The app itself is unchanged. This release is purely about a cleaner install, so the only reason to update from an earlier version is to skip the Gatekeeper workaround.
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
fecni 1.0.0
fecni is a menu-bar app for capturing notes without breaking your flow. Hit a global shortcut (default ⌃⌥Space), a small editor floats up over whatever you're doing, you type in Markdown, and it saves straight to your Obsidian vault the moment you press Esc or click away. No window to manage, no save button.
Requires macOS 14 or later.
Install
Download fecni.zip below, unzip it, and move fecni.app to your Applications folder.
This build is signed ad-hoc and isn't notarized, so the first launch takes an extra step: macOS will block it, then you open System Settings → Privacy & Security, find the message about fecni, and click Open Anyway. On macOS 15+ the old right-click → Open trick won't work for this, so it has to be the Settings route. If you'd rather use the terminal:
xattr -dr com.apple.quarantine /Applications/fecni.app
Prefer to build it yourself? Open fecni.xcodeproj and press ⌘R. See the README for details.