| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest-linux.yml | 2026-08-14 | 499 Bytes | |
| latest-mac.yml | 2026-08-14 | 520 Bytes | |
| latest.yml | 2026-08-14 | 472 Bytes | |
| latest-linux-arm64.yml | 2026-08-14 | 500 Bytes | |
| OpenKnowledge-x86_64.rpm | 2026-08-14 | 150.4 MB | |
| OpenKnowledge-arm64.dmg.blockmap | 2026-08-14 | 224.9 kB | |
| OpenKnowledge-arm64.deb | 2026-08-14 | 185.7 MB | |
| OpenKnowledge-arm64.dmg | 2026-08-14 | 215.1 MB | |
| OpenKnowledge-amd64.deb | 2026-08-14 | 191.5 MB | |
| OpenKnowledge-0.55.0-arm64-mac.zip | 2026-08-14 | 214.5 MB | |
| OpenKnowledge-0.55.0-arm64-mac.zip.blockmap | 2026-08-14 | 217.9 kB | |
| OpenKnowledge-aarch64.rpm | 2026-08-14 | 144.3 MB | |
| OpenKnowledge-Setup-arm64.exe | 2026-08-14 | 258.1 MB | |
| OpenKnowledge-Setup-x64.exe | 2026-08-14 | 260.0 MB | |
| README.md | 2026-08-13 | 3.7 kB | |
| v0.55.0 source code.tar.gz | 2026-08-13 | 21.9 MB | |
| v0.55.0 source code.zip | 2026-08-13 | 25.3 MB | |
| Totals: 17 Items | 1.7 GB | 0 | |
Minor Changes
- Files, folders, and images now ride ACP prompts. The agent-thread composer accepts three attachment paths —
@picks workspace files and folders from the shared mention menu, the+button opens the OS file picker, and files dropped anywhere on the chat panel attach the same way. Non-image files stay workspace-scoped (matching Zed's behavior: the agent's tools can only reach files inside your project), so anything dropped from outside gets refused up front with a clear message. Images drop or paste from anywhere in the OS and preview as thumbnails above the input, with per-file type + size validation and a remove control.
On send, chips become native ACP parts alongside the text — EmbeddedResource with the file's text contents when the agent advertised promptCapabilities.embeddedContext, ResourceLink (with a file:// URI + name + mime) otherwise; folders always as a directory reference; images as ImageContent when the agent advertised promptCapabilities.image. Agents that didn't advertise image support get a "doesn't accept images" refusal on the drop. Sent messages replay their attachments as chips in the transcript so a reloaded thread shows exactly what was handed to the agent.
Patch Changes
- Team-shareable
.okartifacts now auto-sync in shared projects. The projectconfig.yml, the seeded.ok/.gitignore, frontmatter lint schemas (.ok/schemas/*.json), note templates (project-level and folder-level), and folder metadata (<folder>/.ok/frontmatter.yml) are staged and pushed by the auto-save cycle, and deleting them propagates too. Previously a teammate could author a schema and sync would run green without it ever reaching anyone else. Machine-local state (.ok/local/,.ok/worktrees/, legacy root state files) and secret-suffixed files are never synced, local-only projects behave exactly as before, and these files still do not appear in the sidebar or document index. A merge conflict on.ok/config.ymlstill auto-resolves to the remote version, overwriting local config edits, but the server log now records a warning so the overwrite leaves a findable trace (there is no in-app notification for it yet). Projects withcontent.dirset to a subfolder now sync the project-root.okset as well.
Linkable files inside the configured attachment folder now auto-sync without requiring a Markdown document inside that folder. Unconfigured asset directories remain outside the sync scope.
- Frontmatter schemas are now presented as a stable feature throughout the app and documentation.
Downloads
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon | OpenKnowledge-arm64.dmg (github.com) |
| Windows | x64 | OpenKnowledge-Setup-x64.exe (github.com) |
| Windows | arm64 | OpenKnowledge-Setup-arm64.exe (github.com) |
| Debian / Ubuntu | x64 | OpenKnowledge-amd64.deb (github.com) |
| Debian / Ubuntu | arm64 | OpenKnowledge-arm64.deb (github.com) |
| Fedora / RHEL | x64 | OpenKnowledge-x86_64.rpm (github.com) |
| Fedora / RHEL | arm64 | OpenKnowledge-aarch64.rpm (github.com) |