| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest-mac.yml | < 5 hours ago | 520 Bytes | |
| OpenKnowledge-arm64.dmg | < 5 hours ago | 201.0 MB | |
| OpenKnowledge-arm64.dmg.blockmap | < 5 hours ago | 210.6 kB | |
| OpenKnowledge-0.35.6-arm64-mac.zip | < 5 hours ago | 200.2 MB | |
| OpenKnowledge-0.35.6-arm64-mac.zip.blockmap | < 5 hours ago | 204.5 kB | |
| README.md | 2026-07-20 | 1.1 kB | |
| v0.35.6 source code.tar.gz | 2026-07-20 | 15.9 MB | |
| v0.35.6 source code.zip | 2026-07-20 | 18.4 MB | |
| Totals: 8 Items | 435.9 MB | 0 | |
Patch Changes
-
Fixed a bug where deleting a template left the app unclickable until reload. The template row's actions menu opened a modal confirmation dialog while itself being a modal menu, stacking two
pointer-events: nonebody locks; the post-delete refresh then unmounted the still-open dialog before Radix could unwind the lock, freezing every button (including "New" and "New template"). The menu is now non-modal, matching the file tree and project switcher. -
OK Desktop can now open a single markdown file without setting up a project. The single-file editing session that
ok <file>already provides is now reachable from the app itself: File → Open file… (⇧⌘O), the Cmd+K palette, and the Project Navigator, each opening a native.md/.mdxpicker. Loose files also open via Finder's Open With → OpenKnowledge. These flows open the file in a temporary session and never write a.okfolder into its directory, so previewing one file no longer risks turning its parent folder into a project. A picked file that already lives inside a project opens that project instead.