HelloNotes 1.0
HelloNotes.dmg · 35.2 MB · Apple silicon & Intel
Requires macOS 15 or later. Also available on the releases page.
Installing
- Download
HelloNotes.dmgand open it — a disk image window appears. - Drag the HelloNotes icon onto the Applications folder shown beside it.
- Eject the disk image, then open HelloNotes from Applications or Launchpad.
- On first launch, choose Open… and pick any folder of Markdown files — or an empty folder to start fresh.
Because the app is signed with a Developer ID and notarised by Apple, macOS opens it without a security warning. You do not need to change any Gatekeeper settings, and you should never need to right-click → Open.
Verifying the download
Every release is code-signed and notarised, so macOS checks it for you. If you would like to verify independently, compare the checksum:
shasum -a 256 ~/Downloads/HelloNotes.dmgIt should print:
aec653d8715604d349fa97afb860c67cc722256cb0adb1f0f4f08a96da03bd05You can also confirm the signature and notarisation with:
spctl --assess -t open --context context:primary-signature -v ~/Downloads/HelloNotes.dmgwhich should report accepted and source=Notarized Developer ID.
Updating and uninstalling
To update, download the latest disk image and replace the app in Applications. Your notes are untouched — they are your own files, in your own folder, and HelloNotes never moves them.
To uninstall, drag HelloNotes from Applications to the Trash. Your notes stay exactly where they are. Preferences live in ~/Library/Containers/com.hellotham.HelloNotes if you want to remove those too.
Building from source
HelloNotes is open source. You can read the code, build it yourself, or open an issue on GitHub.